Skip to content

Commit

Permalink
Install in user startup dir to avoid requiring admin privileges.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Apr 23, 2013
1 parent a753d8e commit cc3c957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ combinations. For instance, **ö** is obtained using **o** and **"**, and
Download
--------

Latest release: [WinCompose-Setup-0.1.exe](/WinCompose-Setup-0.1.exe)
Latest release: [WinCompose-Setup-0.1.1.exe](/WinCompose-Setup-0.1.1.exe)

Quick start
-----------
Expand Down
6 changes: 3 additions & 3 deletions WinCompose.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NAME "WinCompose"
#define VERSION "0.1"
#define VERSION "0.1.1"

[Setup]
AppName = {#NAME}
Expand All @@ -21,9 +21,9 @@ Source: "res\wca.ico"; DestDir: "{app}\res"
Source: "res\wcd.ico"; DestDir: "{app}\res"

[Icons]
Name: "{commonstartup}\{#NAME}"; Filename: "{app}\{#NAME}.exe"
Name: "{userstartup}\{#NAME}"; Filename: "{app}\{#NAME}.exe"; WorkingDir: "{app}"
Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; IconFilename: "{app}\res\wcd.ico"
Name: "{group}\{#NAME}"; Filename: "{app}\{#NAME}.exe"
Name: "{group}\{#NAME}"; Filename: "{app}\{#NAME}.exe"; WorkingDir: "{app}"

[Run]
Filename: "{app}\{#NAME}.exe"; Flags: nowait
Expand Down

0 comments on commit cc3c957

Please sign in to comment.