Skip to content
Snippets Groups Projects
Commit b7b07b04 authored by coyot@coyot-sager-PC.hsd1.ca.comcast.net's avatar coyot@coyot-sager-PC.hsd1.ca.comcast.net
Browse files

SL-617: fix registry path

parent a67d4498
No related branches found
No related tags found
No related merge requests found
...@@ -339,8 +339,8 @@ WriteRegStr HKEY_CLASSES_ROOT "x-grid-location-info\DefaultIcon" "" '"$INSTDIR\$ ...@@ -339,8 +339,8 @@ WriteRegStr HKEY_CLASSES_ROOT "x-grid-location-info\DefaultIcon" "" '"$INSTDIR\$
WriteRegExpandStr HKEY_CLASSES_ROOT "x-grid-location-info\shell\open\command" "" '"$INSTDIR\$INSTEXE" -url "%1"' WriteRegExpandStr HKEY_CLASSES_ROOT "x-grid-location-info\shell\open\command" "" '"$INSTDIR\$INSTEXE" -url "%1"'
# Only allow Launcher to be the icon # Only allow Launcher to be the icon
WriteRegStr HKEY_CLASSES_ROOT "Applications" "$INSTEXE" "IsHostApp" WriteRegStr HKEY_CLASSES_ROOT "Applications\$INSTEXE" "IsHostApp" ""
WriteRegStr HKEY_CLASSES_ROOT "Applications" "$VIEWER_EXE" "NoStartPage" WriteRegStr HKEY_CLASSES_ROOT "Applications\$VIEWER_EXE" "NoStartPage" ""
# Write out uninstaller # Write out uninstaller
WriteUninstaller "$INSTDIR\uninst.exe" WriteUninstaller "$INSTDIR\uninst.exe"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment