Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed duplicate opening brace
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
setup.iss
|
@@ -7,7 +7,7 @@ |
|
|
#define CreateDesktopIcon "Wollen Sie einen Shortcut auf dem Desktop erstellen?" |
|
|
|
|
|
[Setup] |
|
|
AppId={{F3E30478-2D70-4CBC-AB4F-0B7A0A4D44AB} |
|
|
AppId={F3E30478-2D70-4CBC-AB4F-0B7A0A4D44AB} |
|
|
AppName={#MyAppName} |
|
|
AppVersion={#MyAppVersion} |
|
|
AppPublisher={#MyAppPublisher} |
|
@@ -37,4 +37,4 @@ Name: "{userstartup}\Secure Ultimate Messenger"; Filename: "{app}\SUM.exe"; Work |
|
|
Name: "{userdesktop}\Secure Ultimate Messenger"; Filename: "{app}\SUM.exe"; WorkingDir: "{app}"; IconFilename: "{app}/icon.ico"; Tasks: desktopicon |
|
|
|
|
|
[Run] |
|
|
Filename: "{app}\SUM.exe"; WorkingDir: "{app}"; Description: {#LaunchProgram}; Flags: postinstall shellexec
|
|
|
Filename: "{app}\SUM.exe"; WorkingDir: "{app}"; Description: {#LaunchProgram}; Flags: postinstall shellexec |