File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Filename: "{sys}\netsh.exe"; Parameters: "advfirewall firewall delete rule name=
7474[Registry]
7575Root : " HKLM" ; Subkey : " Software\{#MyAppName}\Instances" ; ValueType : string ; ValueName : " {code:GetOctoPrintPort}" ; ValueData : " {code:GetServiceWrapperPath}" ; Flags : uninsdeletekeyifempty uninsdeletevalue
7676Root : " HKLM" ; Subkey : " Software\{#MyAppName}" ; ValueType : string ; ValueName : " InstallPath" ; ValueData : " {app} "
77- Root : HKLM; Subkey : " SYSTEM\CurrentControlSet\Control\Session Manager\Environment" ; ValueType : string ; ValueName : " Path" ; ValueData : " {olddata};{app} " ; Flags : preservestringtype ; Check : NeedsAddPath (ExpandConstant(' {app} ' ))
77+ Root : HKLM; Subkey : " SYSTEM\CurrentControlSet\Control\Session Manager\Environment" ; ValueType : string ; ValueName : " Path" ; ValueData : " {olddata};{app} " ; Flags : preservestringtype ; Check : NeedsAddPathHKLM (ExpandConstant(' {app} ' ))
7878
7979[Components]
8080Name : " initial_instance" ; Description : " Initial Install" ; Flags : exclusive ; Check : not InstalledOnce
You can’t perform that action at this time.
0 commit comments