Skip to content

Commit

Permalink
Windows installer can skip Start Menu folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Nov 9, 2019
1 parent 1461dfb commit f836f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ build_script:
after_build:
- cmd: |-
ninja -j4 deployzip
ninja -j4 deployinstaller
artifacts:
path: build\deploy\*.exe
8 changes: 2 additions & 6 deletions installer/PageEdit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ AppName=PageEdit
AppVerName=PageEdit ${PAGEEDIT_FULL_VERSION}
VersionInfoVersion=${PAGEEDIT_FULL_VERSION}
DefaultDirName={pf}\PageEdit
AllowNoIcons=yes
DisableDirPage=no
DefaultGroupName=PageEdit
UninstallDisplayIcon={app}\PageEdit.exe
Expand Down Expand Up @@ -53,16 +54,11 @@ Name: dicon\user; Description: "For the current user only"; Flags: exclusive

[Icons]
Name: "{group}\PageEdit"; Filename: "{app}\PageEdit.exe"
Name: "{group}\Uninstall PageEdit"; Filename: "{uninstallexe}"
;Name: "{group}\Uninstall PageEdit"; Filename: "{uninstallexe}"
; Optional desktop icon.
Components: dicon\common; Name: "{commondesktop}\PageEdit"; Filename: "{app}\PageEdit.exe"
Components: dicon\user; Name: "{userdesktop}\PageEdit"; Filename: "{app}\PageEdit.exe"

;[InstallDelete]
;Type: filesandordirs; Name: "{app}\python3"
; Might be moving to precompiled python files in future.
; and to keep install directory clean for future enhancement possibilities


[Run]
; The following command detects whether or not the c++ runtime need to be installed.
Expand Down

0 comments on commit f836f9c

Please sign in to comment.