Skip to content

Commit

Permalink
improve installer
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Sep 16, 2017
1 parent 02a3ba1 commit 8ab075e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ TMP1.$$$
*.filters
*.sdf
ipch
risoheditor-*-setup.exe
4 changes: 2 additions & 2 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AppPublisher=Katayama Hirofumi MZ
AppPublisherURL=http://katahiromz.web.fc2.com/
AppSupportURL=http://katahiromz.web.fc2.com/
AppUpdatesURL=http://katahiromz.web.fc2.com/
DefaultDirName={pf}\RisohEditor
DefaultDirName=C:\RisohEditor
DefaultGroupName=RisohEditor
AllowNoIcons=yes
LicenseFile=LICENSE.txt
Expand Down Expand Up @@ -74,7 +74,7 @@ Name: "{group}\READMEJP.txt"; Filename: "{app}\READMEJP.txt"
Name: "{group}\LICENSE.txt"; Filename: "{app}\LICENSE.txt"
Name: "{group}\{cm:ProgramOnTheWeb,RisohEditor}"; Filename: "http://katahiromz.web.fc2.com"
Name: "{group}\{cm:UninstallProgram,RisohEditor}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\RisohEditor"; Filename: "{app}\RisohEditor.exe"; Tasks: desktopicon
Name: "{commondesktop}\RisohEditor 0.9"; Filename: "{app}\RisohEditor.exe"; Tasks: desktopicon

[Run]
Filename: "{app}\RisohEditor.exe"; Description: "{cm:LaunchProgram,RisohEditor}"; Flags: nowait postinstall skipifsilent

0 comments on commit 8ab075e

Please sign in to comment.