Direkt zum Hauptbereich

Posts

Es werden Posts vom Mai, 2009 angezeigt.

visual studio 2010 beta is here

Setup Wizard M740 Wizard

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: 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"