File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1313AppId = {{A1B2C3D4-E5F6-7890 -ABCD-EF1234567890}}
1414AppName = {#MyAppName }
1515AppVersion = {#MyAppVersion}
@@ -50,7 +50,8 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilen
5050Name : " {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]
5657function InitializeSetup (): Boolean;
You can’t perform that action at this time.
0 commit comments