Adding comments
parent
5d94b29153
commit
56d9937e92
|
@ -121,6 +121,7 @@ Function .onInit
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Section "Install"
|
Section "Install"
|
||||||
|
# Required to create a system-wide Start Menu shortcut
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
|
|
||||||
# Files for the install directory - to build the installer, these should be in the same directory as the install script (this file)
|
# Files for the install directory - to build the installer, these should be in the same directory as the install script (this file)
|
||||||
|
@ -168,6 +169,7 @@ Section "Install"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Uninstall"
|
Section "Uninstall"
|
||||||
|
# Required to remove the system-wide Start Menu shortcut
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
|
|
||||||
# Remove Start Menu launcher
|
# Remove Start Menu launcher
|
||||||
|
|
Loading…
Reference in New Issue