Changeset 27 for trunk/Install/win/C-evo.iss
- Timestamp:
- Jan 8, 2017, 6:24:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/win/C-evo.iss
r13 r27 23 23 AppSupportURL={#MyAppURL} 24 24 AppUpdatesURL={#MyAppURL} 25 DefaultDirName={pf}\{#MyApp PublisherShort}\{#MyAppName}26 DefaultGroupName={#MyApp PublisherShort}\{#MyAppName}25 DefaultDirName={pf}\{#MyAppName} 26 DefaultGroupName={#MyAppName} 27 27 AllowNoIcons=yes 28 28 OutputDir=. … … 35 35 ; 64-bit Program Files directory and the 64-bit view of the registry. 36 36 ; On all other architectures it will install in "32-bit mode". 37 ;ArchitecturesInstallIn64BitMode=x6437 ArchitecturesInstallIn64BitMode=x64 38 38 ; Note: We don't set ProcessorsAllowed because we want this 39 39 ; installation to run on all architectures (including Itanium, … … 57 57 58 58 [Files] 59 ;Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode 60 Source: "{#MyAppSubDir}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; 61 ;Check: not Is64BitInstallMode 59 Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode 60 Source: "{#MyAppSubDir}\lib\i386-win32\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode 62 61 Source: "{#MyAppSubDir}\Graphics\*"; DestDir: "{app}\Graphics"; Flags: ignoreversion 63 62 Source: "{#MyAppSubDir}\Sounds\*.*"; DestDir: "{app}\Sounds"; Flags: ignoreversion 64 63 Source: "{#MyAppSubDir}\Tribes\*.*"; DestDir: "{app}\Tribes"; Flags: ignoreversion 65 64 Source: "{#MyAppSubDir}\Help\*.*"; DestDir: "{app}\Help"; Flags: ignoreversion 66 Source: "{#MyAppSubDir}\fonts.txt"; DestDir: "{app}\fonts.txt"; Flags: ignoreversion 67 Source: "{#MyAppSubDir}\language.txt"; DestDir: "{app}"; Flags: ignoreversion 68 Source: "{#MyAppSubDir}\language2.txt"; DestDir: "{app}"; Flags: ignoreversion 69 Source: "{#MyAppSubDir}\StdAI.*"; DestDir: "{app}"; Flags: ignoreversion 65 Source: "{#MyAppSubDir}\Fonts.txt"; DestDir: "{app}\fonts.txt"; Flags: ignoreversion 66 Source: "{#MyAppSubDir}\Language.txt"; DestDir: "{app}"; Flags: ignoreversion 67 Source: "{#MyAppSubDir}\Language2.txt"; DestDir: "{app}"; Flags: ignoreversion 68 Source: "{#MyAppSubDir}\AI\lib\x86_64-win64\StdAI.dll"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode 69 Source: "{#MyAppSubDir}\AI\lib\i386-win32\StdAI.dll"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode 70 Source: "{#MyAppSubDir}\StdAI.bmp"; DestDir: "{app}"; Flags: ignoreversion; 71 Source: "{#MyAppSubDir}\StdAI.ai.txt"; DestDir: "{app}"; Flags: ignoreversion; 70 72 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files 71 73
Note:
See TracChangeset
for help on using the changeset viewer.