File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11; Inno Setup Script
22[Setup]
33AppName = PgNinja
4- AppVersion = 1.0
4+ AppVersion = 1.0 . 0
55DefaultDirName = {pf} \PgNinja
66DefaultGroupName = PgNinja
77UninstallDisplayIcon = {app} \PgNinja.exe
@@ -21,9 +21,8 @@ Name: "{userstartup}\PgNinja"; Filename: "{app}\PgNinja.exe"; Tasks: autostart
2121Name : " autostart" ; Description : " Launch PgNinja at Windows startup" ; GroupDescription: " Additional options:"
2222
2323[Registry]
24- ; This creates a registry entry to launch PgNinja on boot if the user selects autostart.
2524Root : HKCU; Subkey : " Software\Microsoft\Windows\CurrentVersion\Run" ; \
26- Name : " PgNinja" ; ValueType : string ; ValueData : " " " {app} \PgNinja.exe" " " ; \
25+ ValueName : " PgNinja" ; ValueType : string ; ValueData : " " " {app} \PgNinja.exe" " " ; \
2726Flags : uninsdeletevalue ; Tasks: autostart
2827
2928[Run]
You can’t perform that action at this time.
0 commit comments