Skip to content

Commit b3168ba

Browse files
theme
1 parent 3af3bea commit b3168ba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

installer.iss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[Setup]
1111
; Informações básicas
12-
; Fixed AppId by escaping curly braces with double braces
12+
; Fixed AppId by properly closing the GUID
1313
AppId={{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}}
1414
AppName={#MyAppName}
1515
AppVersion={#MyAppVersion}
@@ -50,7 +50,8 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilen
5050
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\image\icons\papel.ico"; Tasks: quicklaunchicon
5151

5252
[Run]
53-
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Description: "Executar {#MyAppName}"; Flags: nowait postinstall skipifsilent
53+
; Fixed [Run] section - replaced "Name" with "Filename"
54+
Filename: "{app}\{#MyAppExeName}"; Description: "Executar {#MyAppName}"; Flags: nowait postinstall skipifsilent
5455

5556
[Code]
5657
function InitializeSetup(): Boolean;

0 commit comments

Comments
 (0)