|
From: eric f. <nan...@ya...> - 2014-02-28 18:26:45
|
I tried something like this to to check the file size but it'not working. <Property Id="FILESIZE"> <DirectorySearch Id="FILESIZE" Path="ProgramFiles\App\bin"> <FileSearch Name="erlsrv.exe" MinSize="156000"/> </DirectorySearch> </Property> <Condition Message="This application requires .NET Framework 2.0. Please install the .NET Framework then run this installer again."> <![CDATA[Installed OR FILESIZE]]> </Condition> Can somebody help? |