Changeset 119 for tags/1.1.0/Install
- Timestamp:
- Aug 18, 2021, 6:17:38 PM (3 years ago)
- Location:
- tags/1.1.0/Install/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.1.0/Install/win/LazFuck.iss
r100 r119 5 5 #define MyAppNameShort "LazFuck" 6 6 #define MyAppVersion "1.1.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" … … 36 36 AppSupportURL={#MyAppURL} 37 37 AppUpdatesURL={#MyAppURL} 38 DefaultDirName={ pf}\{#MyAppPublisherShort}\{#MyAppName}38 DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName} 39 39 DefaultGroupName={#MyAppPublisherShort}\{#MyAppName} 40 40 AllowNoIcons=yes … … 51 51 ; installation to run on all architectures (including Itanium, 52 52 ; since it's capable of running 32-bit code too). 53 WizardStyle=modern 53 54 54 55 [Languages] … … 61 62 62 63 [Registry] 63 Root: HK CU; Subkey: "Software\Chronosoft\LazFuck"; Flags: uninsdeletekey64 Root: HKLM; Subkey: "Software\Chronosoft\LazFuck"; Flags: uninsdeletekey 64 65 65 #define FileTypeName " Acronym Decoder project"66 #define FileTypeName "BrainFuck source file" 66 67 Root: HKCR; Subkey: ".b"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletevalue 67 68 Root: HKCR; Subkey: "{#FileTypeName}"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletekey -
tags/1.1.0/Install/win/build.bat
r94 r119 18 18 copy %MAIN_EXE% %WIN64_EXE% 19 19 20 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"20 "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss"
Note:
See TracChangeset
for help on using the changeset viewer.