home *** CD-ROM | disk | FTP | other *** search
- ;InnoSetupVersion=2.0.11
- [Setup]
- AppName=Inno Setup
- AppVerName=Inno Setup version 2.0.14
- AppId=Inno Setup 2
- AppVersion=2.0.14
- AppPublisher=Jordan Russell
- AppPublisherURL=http://www.innosetup.com/
- AppSupportURL=http://www.innosetup.com/
- AppUpdatesURL=http://www.innosetup.com/
- AppMutex=InnoSetupCompilerAppMutex
- DefaultDirName={pf}\Inno Setup 2
- DefaultGroupName=Inno Setup 2
- UninstallDisplayIcon={app}\Compil32.exe
- OutputBaseFilename=setup
- Compression=zip
- PrivilegesRequired=none
- ChangesAssociations=yes
- LicenseFile=embedded\License.txt
- WizardImageFile=embedded\WizardImage0.bmp
- WizardSmallImageFile=embedded\WizardSmallImage0.bmp
- [Files]
- Source: "{app}\license.txt"; DestDir: "{app}";
- Source: "{app}\ISetup.hlp"; DestDir: "{app}";
- Source: "{app}\ISetup.cnt"; DestDir: "{app}";
- Source: "{app}\Compil32.exe"; DestDir: "{app}";
- Source: "{app}\ISCC.exe"; DestDir: "{app}";
- Source: "{app}\ISCmplr.dll"; DestDir: "{app}";
- Source: "{app}\SetupClassic.e32"; DestDir: "{app}";
- Source: "{app}\SetupModern.e32"; DestDir: "{app}";
- Source: "{app}\SetupLdr.e32"; DestDir: "{app}";
- Source: "{app}\Uninst.e32"; DestDir: "{app}";
- Source: "{app}\RegSvr.e32"; DestDir: "{app}";
- Source: "{app}\Default.isl"; DestDir: "{app}";
- Source: "{app}\WizClassicImage.bmp"; DestDir: "{app}";
- Source: "{app}\WizModernImage.bmp"; DestDir: "{app}";
- Source: "{app}\WizModernImage2.bmp"; DestDir: "{app}";
- Source: "{app}\WizModernSmallImage.bmp"; DestDir: "{app}";
- Source: "{app}\WizModernSmallImage2.bmp"; DestDir: "{app}";
- Source: "{app}\dopatch.exe"; DestDir: "{app}";
- Source: "{app}\whatsnew.htm"; DestDir: "{app}";
- Source: "{app}\isfaq.htm"; DestDir: "{app}";
- Source: "{app}\Samples\Sample1.iss"; DestDir: "{app}\Samples";
- Source: "{app}\Samples\Sample2.iss"; DestDir: "{app}\Samples";
- Source: "{app}\Samples\Sample3.iss"; DestDir: "{app}\Samples";
- Source: "{app}\Samples\MyProg.exe"; DestDir: "{app}\Samples";
- Source: "{app}\Samples\MyProg.hlp"; DestDir: "{app}\Samples";
- Source: "{app}\Samples\Readme.txt"; DestDir: "{app}\Samples";
- [Registry]
- Root: HKCR; Subkey: ".iss"; ValueType: String; ValueData: "InnoSetupScriptFile"; Tasks: fileassoc;
- Root: HKCR; Subkey: "InnoSetupScriptFile"; ValueType: String; ValueData: "Inno Setup Script"; Tasks: fileassoc;
- Root: HKCR; Subkey: "InnoSetupScriptFile\DefaultIcon"; ValueType: String; ValueData: "{app}\Compil32.exe,1"; Tasks: fileassoc;
- Root: HKCR; Subkey: "InnoSetupScriptFile\shell\open"; Tasks: fileassoc;
- Root: HKCR; Subkey: "InnoSetupScriptFile\shell\open\command"; ValueType: String; ValueData: """{app}\Compil32.exe"" ""%1"""; Tasks: fileassoc;
- Root: HKCR; Subkey: "InnoSetupScriptFile\shell\OpenWithInnoSetup"; ValueType: String; ValueData: "Open with &Inno Setup"; Tasks: fileassoc;
- Root: HKCR; Subkey: "InnoSetupScriptFile\shell\OpenWithInnoSetup\command"; ValueType: String; ValueData: """{app}\Compil32.exe"" ""%1"""; Tasks: fileassoc;
- Root: HKCR; Subkey: "InnoSetupScriptFile\shell\Compile"; ValueType: String; ValueData: "Compi&le"; Tasks: fileassoc;
- Root: HKCR; Subkey: "InnoSetupScriptFile\shell\Compile\command"; ValueType: String; ValueData: """{app}\Compil32.exe"" /cc ""%1"""; Tasks: fileassoc;
- Root: HKCU; Subkey: "Software\Jordan Russell"; Flags: uninsdeletekeyifempty
- Root: HKCU; Subkey: "Software\Jordan Russell\Inno Setup"; Flags: uninsdeletekey
- Root: HKCU; Subkey: "Software\Jordan Russell\Inno Setup\ScriptFileHistoryNew"; ValueName: "History0"; ValueType: String; ValueData: "{app}\Samples\Sample1.iss"; Flags: createvalueifdoesntexist
- Root: HKCU; Subkey: "Software\Jordan Russell\Inno Setup\ScriptFileHistoryNew"; ValueName: "History1"; ValueType: String; ValueData: "{app}\Samples\Sample2.iss"; Flags: createvalueifdoesntexist
- Root: HKCU; Subkey: "Software\Jordan Russell\Inno Setup\ScriptFileHistoryNew"; ValueName: "History2"; ValueType: String; ValueData: "{app}\Samples\Sample3.iss"; Flags: createvalueifdoesntexist
- [Run]
- Filename: "{app}\Compil32.exe"; WorkingDir: "{app}"; Description: "Launch the Inno Setup Compiler"; Flags: postinstall skipifsilent nowait
- [Icons]
- Name: "{group}\Inno Setup Compiler"; Filename: "{app}\Compil32.exe"; WorkingDir: "{app}";
- Name: "{group}\Inno Setup Documentation"; Filename: "{app}\ISetup.hlp";
- Name: "{group}\Inno Setup FAQ"; Filename: "{app}\isfaq.htm";
- Name: "{group}\Inno Setup Revision History"; Filename: "{app}\whatsnew.htm";
- Name: "{userdesktop}\Inno Setup Compiler"; Filename: "{app}\Compil32.exe"; WorkingDir: "{app}"; Tasks: desktopicon;
- [Tasks]
- Name: "desktopicon"; Description: "Create a &desktop icon";
- Name: "fileassoc"; Description: "&Associate Inno Setup with the .iss extension";
- [UninstallDelete]
- Type: files; Name: "{app}\Samples\Output\SETUP.EXE";
- Type: files; Name: "{app}\Samples\Output\SETUP.0";
- Type: files; Name: "{app}\Samples\Output\SETUP.1";
- Type: files; Name: "{app}\Samples\Output\SETUP.MSG";
- Type: dirifempty; Name: "{app}\Samples\Output";
- Type: dirifempty; Name: "{app}\Samples";
-