Note that there are some explanatory texts on larger screens.

plurals
  1. PONo icon with Inno Setup
    primarykey
    data
    text
    <p>I have a application that executes normally. But when I make a setup file with Inno Setup no icon is displayed. The setup script is:</p> <pre><code>; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "MyApp" #define MyAppVersion "1.0" #define MyAppExeName "MyApp.exe" [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{C1DD3B91-BDCD-45CC-BFCA-C52DD39A6631} AppName={#MyAppName} AppVersion={#MyAppVersion} DefaultDirName=C:\Inno Setup Studio\{#MyAppName} DefaultGroupName={#MyAppName} AllowNoIcons=yes OutputDir=C:\Inno Setup Studio\MyApp OutputBaseFilename=setup Compression=lzma SolidCompression=yes [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "Do you want to create desktop icon?"; Flags: checkablealone [Files] Source: "C:\MyApp.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "Requirements\msvcp100.dll"; DestDir: "{app}" Source: "Requirements\msvcp100d.dll"; DestDir: "{app}" Source: "Requirements\msvcr100.dll"; DestDir: "{app}" Source: "Requirements\msvcr100d.dll"; DestDir: "{app}" Source: "Requirements\PocoFoundation.dll"; DestDir: "{app}" Source: "Requirements\PocoFoundationd.dll"; DestDir: "{app}" Source: "Requirements\QtCore4.dll"; DestDir: "{app}" Source: "Requirements\QtCored4.dll"; DestDir: "{app}" Source: "Requirements\QtGui4.dll"; DestDir: "{app}" Source: "Requirements\QtGuid4.dll"; DestDir: "{app}" Source: "Requirements\QtNetwork4.dll"; DestDir: "{app}" Source: "Requirements\QtNetworkd4.dll"; DestDir: "{app}" Source: "Requirements\QtService.dll"; DestDir: "{app}" [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram, #StringChange(MyAppName, '&amp;','&amp;&amp;')}}"; Flags: nowait postinstall skipifsilent </code></pre> <p>Do you know whats wrong?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload