i was intrested in building some installer without visualstudio. inno setup ist does the job for free. I tested it by creating a setup for the m740 wizard.
the result:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfqXgI6qYX7pU3F-WXPi9AV6Av16GcarspIE-C3ZOn5Rk86k0pqtkqMFjsoT-jHXZR7XtEBH-Ga7uR6XBvZ84CeDQoAMd7TV0-G-_mBLdN7-bWi4kMAcNB2ZIQI2omdoU4w9HNpvnaY1sb/s320/Aufzeichnung1.png)
copy everything under the directory "Files" in the directory of the iss-file and get the setup.exe out of "My Files\Inno Setup Examples Output". You need the setup? go here.
comfortable
; -- M740Wizard.iss --; Installs M740Wizard
[Setup]AppName=M740 WizardAppVerName=M740 Wizard version 0.7DefaultDirName={pf}\M740 WizardDefaultGroupName=M740 WizardUninstallDisplayIcon={app}\M740 Wizard.exeCompression=lzmaSolidCompression=yesOutputDir=userdocs:Inno Setup Examples Output
[Files]Source: "Files\*"; DestDir: "{app}"; Flags: recursesubdirs
[Icons]Name: "{group}\M740 Wizard"; Filename: "{app}\M740 Wizard.exe"
the result:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfqXgI6qYX7pU3F-WXPi9AV6Av16GcarspIE-C3ZOn5Rk86k0pqtkqMFjsoT-jHXZR7XtEBH-Ga7uR6XBvZ84CeDQoAMd7TV0-G-_mBLdN7-bWi4kMAcNB2ZIQI2omdoU4w9HNpvnaY1sb/s320/Aufzeichnung1.png)
copy everything under the directory "Files" in the directory of the iss-file and get the setup.exe out of "My Files\Inno Setup Examples Output". You need the setup? go here.
comfortable
; -- M740Wizard.iss --; Installs M740Wizard
[Setup]AppName=M740 WizardAppVerName=M740 Wizard version 0.7DefaultDirName={pf}\M740 WizardDefaultGroupName=M740 WizardUninstallDisplayIcon={app}\M740 Wizard.exeCompression=lzmaSolidCompression=yesOutputDir=userdocs:Inno Setup Examples Output
[Files]Source: "Files\*"; DestDir: "{app}"; Flags: recursesubdirs
[Icons]Name: "{group}\M740 Wizard"; Filename: "{app}\M740 Wizard.exe"
Kommentare