home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / sharewar / Slunec / app / is32ex.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-09-26  |  4.9 KB  |  82 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Inno Setup
  4. AppVerName=Inno Setup version 2.0.14
  5. AppId=Inno Setup 2
  6. AppVersion=2.0.14
  7. AppPublisher=Jordan Russell
  8. AppPublisherURL=http://www.innosetup.com/
  9. AppSupportURL=http://www.innosetup.com/
  10. AppUpdatesURL=http://www.innosetup.com/
  11. AppMutex=InnoSetupCompilerAppMutex
  12. DefaultDirName={pf}\Inno Setup 2
  13. DefaultGroupName=Inno Setup 2
  14. UninstallDisplayIcon={app}\Compil32.exe
  15. OutputBaseFilename=setup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. ChangesAssociations=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\license.txt"; DestDir: "{app}"; 
  24. Source: "{app}\ISetup.hlp"; DestDir: "{app}"; 
  25. Source: "{app}\ISetup.cnt"; DestDir: "{app}"; 
  26. Source: "{app}\Compil32.exe"; DestDir: "{app}"; 
  27. Source: "{app}\ISCC.exe"; DestDir: "{app}"; 
  28. Source: "{app}\ISCmplr.dll"; DestDir: "{app}"; 
  29. Source: "{app}\SetupClassic.e32"; DestDir: "{app}"; 
  30. Source: "{app}\SetupModern.e32"; DestDir: "{app}"; 
  31. Source: "{app}\SetupLdr.e32"; DestDir: "{app}"; 
  32. Source: "{app}\Uninst.e32"; DestDir: "{app}"; 
  33. Source: "{app}\RegSvr.e32"; DestDir: "{app}"; 
  34. Source: "{app}\Default.isl"; DestDir: "{app}"; 
  35. Source: "{app}\WizClassicImage.bmp"; DestDir: "{app}"; 
  36. Source: "{app}\WizModernImage.bmp"; DestDir: "{app}"; 
  37. Source: "{app}\WizModernImage2.bmp"; DestDir: "{app}"; 
  38. Source: "{app}\WizModernSmallImage.bmp"; DestDir: "{app}"; 
  39. Source: "{app}\WizModernSmallImage2.bmp"; DestDir: "{app}"; 
  40. Source: "{app}\dopatch.exe"; DestDir: "{app}"; 
  41. Source: "{app}\whatsnew.htm"; DestDir: "{app}"; 
  42. Source: "{app}\isfaq.htm"; DestDir: "{app}"; 
  43. Source: "{app}\Samples\Sample1.iss"; DestDir: "{app}\Samples"; 
  44. Source: "{app}\Samples\Sample2.iss"; DestDir: "{app}\Samples"; 
  45. Source: "{app}\Samples\Sample3.iss"; DestDir: "{app}\Samples"; 
  46. Source: "{app}\Samples\MyProg.exe"; DestDir: "{app}\Samples"; 
  47. Source: "{app}\Samples\MyProg.hlp"; DestDir: "{app}\Samples"; 
  48. Source: "{app}\Samples\Readme.txt"; DestDir: "{app}\Samples"; 
  49. [Registry]
  50. Root: HKCR; Subkey: ".iss"; ValueType: String; ValueData: "InnoSetupScriptFile"; Tasks: fileassoc; 
  51. Root: HKCR; Subkey: "InnoSetupScriptFile"; ValueType: String; ValueData: "Inno Setup Script"; Tasks: fileassoc; 
  52. Root: HKCR; Subkey: "InnoSetupScriptFile\DefaultIcon"; ValueType: String; ValueData: "{app}\Compil32.exe,1"; Tasks: fileassoc; 
  53. Root: HKCR; Subkey: "InnoSetupScriptFile\shell\open"; Tasks: fileassoc; 
  54. Root: HKCR; Subkey: "InnoSetupScriptFile\shell\open\command"; ValueType: String; ValueData: """{app}\Compil32.exe"" ""%1"""; Tasks: fileassoc; 
  55. Root: HKCR; Subkey: "InnoSetupScriptFile\shell\OpenWithInnoSetup"; ValueType: String; ValueData: "Open with &Inno Setup"; Tasks: fileassoc; 
  56. Root: HKCR; Subkey: "InnoSetupScriptFile\shell\OpenWithInnoSetup\command"; ValueType: String; ValueData: """{app}\Compil32.exe"" ""%1"""; Tasks: fileassoc; 
  57. Root: HKCR; Subkey: "InnoSetupScriptFile\shell\Compile"; ValueType: String; ValueData: "Compi&le"; Tasks: fileassoc; 
  58. Root: HKCR; Subkey: "InnoSetupScriptFile\shell\Compile\command"; ValueType: String; ValueData: """{app}\Compil32.exe"" /cc ""%1"""; Tasks: fileassoc; 
  59. Root: HKCU; Subkey: "Software\Jordan Russell"; Flags: uninsdeletekeyifempty 
  60. Root: HKCU; Subkey: "Software\Jordan Russell\Inno Setup"; Flags: uninsdeletekey 
  61. Root: HKCU; Subkey: "Software\Jordan Russell\Inno Setup\ScriptFileHistoryNew"; ValueName: "History0"; ValueType: String; ValueData: "{app}\Samples\Sample1.iss"; Flags: createvalueifdoesntexist 
  62. Root: HKCU; Subkey: "Software\Jordan Russell\Inno Setup\ScriptFileHistoryNew"; ValueName: "History1"; ValueType: String; ValueData: "{app}\Samples\Sample2.iss"; Flags: createvalueifdoesntexist 
  63. Root: HKCU; Subkey: "Software\Jordan Russell\Inno Setup\ScriptFileHistoryNew"; ValueName: "History2"; ValueType: String; ValueData: "{app}\Samples\Sample3.iss"; Flags: createvalueifdoesntexist 
  64. [Run]
  65. Filename: "{app}\Compil32.exe"; WorkingDir: "{app}"; Description: "Launch the Inno Setup Compiler"; Flags: postinstall skipifsilent nowait
  66. [Icons]
  67. Name: "{group}\Inno Setup Compiler"; Filename: "{app}\Compil32.exe"; WorkingDir: "{app}"; 
  68. Name: "{group}\Inno Setup Documentation"; Filename: "{app}\ISetup.hlp"; 
  69. Name: "{group}\Inno Setup FAQ"; Filename: "{app}\isfaq.htm"; 
  70. Name: "{group}\Inno Setup Revision History"; Filename: "{app}\whatsnew.htm"; 
  71. Name: "{userdesktop}\Inno Setup Compiler"; Filename: "{app}\Compil32.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  72. [Tasks]
  73. Name: "desktopicon"; Description: "Create a &desktop icon"; 
  74. Name: "fileassoc"; Description: "&Associate Inno Setup with the .iss extension"; 
  75. [UninstallDelete]
  76. Type: files; Name: "{app}\Samples\Output\SETUP.EXE"; 
  77. Type: files; Name: "{app}\Samples\Output\SETUP.0"; 
  78. Type: files; Name: "{app}\Samples\Output\SETUP.1"; 
  79. Type: files; Name: "{app}\Samples\Output\SETUP.MSG"; 
  80. Type: dirifempty; Name: "{app}\Samples\Output"; 
  81. Type: dirifempty; Name: "{app}\Samples"; 
  82.