File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ AppPublisherURL={#MyAppURL}
2020AppSupportURL={#MyAppURL}
2121AppUpdatesURL={#MyAppURL}
2222DefaultDirName={autopf}\{#MyAppName}
23- UninstallDisplayIcon={uninstallexe }
23+ UninstallDisplayIcon={app}\bin\{#MyAppExeName }
2424
2525; "ArchitecturesAllowed=x64compatible" specifies that Setup cannot run
2626; on anything but x64 and Windows 11 on Arm.
@@ -78,6 +78,18 @@ Root: HKA; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\{#MyAppC
7878 ValueData: "{app}\bin\{#MyAppCliExeName}"; \
7979 Flags: uninsdeletekey
8080
81+ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
82+ ValueType: string; \
83+ ValueName: "CAMLIBS"; \
84+ ValueData: "{app}\lib\libgphoto2\${CPACK_NSIS_GPHOTO2_VERSION}"; \
85+ Flags: uninsdeletevalue
86+
87+ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
88+ ValueType: string; \
89+ ValueName: "IOLIBS"; \
90+ ValueData: "{app}\lib\libgphoto2_port\${CPACK_NSIS_GPHOTO2_PORT_VERSION}"; \
91+ Flags: uninsdeletevalue
92+
8193[Icons]
8294Name: "{group}\{#MyAppName}"; Filename: "{app}\bin\{#MyAppExeName}"
8395Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
You can’t perform that action at this time.
0 commit comments