Changeset 43 for trunk/Install/AcronymDecoder.iss
- Timestamp:
- Jul 14, 2016, 2:06:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/AcronymDecoder.iss
r36 r43 4 4 #define MyAppName "Acronym Decoder" 5 5 #define MyAppNameShort "AcronymDecoder" 6 #define MyAppVersion "1.0. 0"6 #define MyAppVersion "1.0.1" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft" … … 32 32 SolidCompression=yes 33 33 ChangesAssociations=yes 34 ; "ArchitecturesInstallIn64BitMode=x64" requests that the install be 35 ; done in "64-bit mode" on x64, meaning it should use the native 36 ; 64-bit Program Files directory and the 64-bit view of the registry. 37 ; On all other architectures it will install in "32-bit mode". 38 ArchitecturesInstallIn64BitMode=x64 39 ; Note: We don't set ProcessorsAllowed because we want this 40 ; installation to run on all architectures (including Itanium, 41 ; since it's capable of running 32-bit code too). 34 42 35 43 [Languages] … … 51 59 52 60 [Files] 53 Source: "{#MyAppSubDir}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion 54 ;Source: "{#MyAppSubDir}\{#MyAppDebugName}"; DestDir: "{app}"; Flags: ignoreversion 61 Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode 62 Source: "{#MyAppSubDir}\lib\i386-win32\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode 63 Source: "{#MyAppSubDir}\libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion 64 Source: "{#MyAppSubDir}\ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion 55 65 Source: "{#MyAppSubDir}\Example acronyms.adp"; DestDir: "{app}"; Flags: ignoreversion 56 66 Source: "{#MyAppSubDir}\Release notes.txt"; DestDir: "{app}"; Flags: ignoreversion 57 67 Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion 68 58 69 59 70 [Icons]
Note:
See TracChangeset
for help on using the changeset viewer.