Skip to content

Commit 04d9a25

Browse files
authored
Update VenSipher_script.iss
1 parent 67b5daa commit 04d9a25

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

VenSipher_script.iss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
; Script generated by the Inno Setup Script Wizard.
2-
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3-
41
#define MyAppName "VenSipher"
52
#define MyAppVersion "1.1.0.0"
63
#define MyAppPublisher "Ravens Enterprises"
@@ -20,12 +17,15 @@ AppPublisher={#MyAppPublisher}
2017
DefaultDirName={autopf}\{#MyAppName}
2118
ChangesAssociations=yes
2219
DisableProgramGroupPage=yes
23-
LicenseFile=C:\Users\license.txt (* Insert license location *)
20+
LicenseFile=C:\Users\license.txt
21+
; Insert license location
2422
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2523
;PrivilegesRequired=lowest
26-
OutputDir=C:\Users (* Output directory of the setup file *)
24+
OutputDir=C:\Users
25+
; Output directory of the setup file
2726
OutputBaseFilename=VenSipher-setup
28-
SetupIconFile=C:\Users\Rahul Maddula\VenSipher\images\VenSipherLogo.ico (* Location to VenSipher logo *)
27+
SetupIconFile=C:\Users\Rahul Maddula\VenSipher\images\VenSipherLogo.ico
28+
; Location to VenSipher logo
2929
Compression=lzma
3030
SolidCompression=yes
3131
WizardStyle=modern
@@ -54,4 +54,3 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de
5454

5555
[Run]
5656
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
57-

0 commit comments

Comments
 (0)