dosbox-x/windows-installer/DOSBox-X-setup-win64.iss
Aybe 8e7dfaf43c Enhanced package build for Windows : added standalone archives, both installers and standalone have same build date
TODO allow independent installer/standalone build ? (i.e. currently one must have InnoSetup installed for it to work)
2017-09-14 11:36:36 +02:00

16 lines
583 B
Plaintext

#include "DOSBox-X-setup.iss"
[Setup]
AppId={{ABAE5874-8973-4FE0-A356-DCB5F5DE6912}
AppName={#MyAppName}
OutputBaseFilename=DOSBox-X-setup-win64
UninstallDisplayName={#MyAppName} {#MyAppVersion} 64-bit
DefaultDirName={sd}\{#MyAppName} {#MyAppVersion} 64-bit
[Files]
Source: "..\bin\x64\Release\dosbox-x.exe"; DestDir: "{app}"; Flags: ignoreversion
[Icons]
Name: "{commonprograms}\{#MyAppName}\{#MyAppName} {#MyAppVersion} 64-bit"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName} {#MyAppVersion} 64-bit"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon