home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 March / PCpro_2006_03.ISO / files / windowsinside / rsw / rswsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-01-11  |  6.7 KB  |  97 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Registry System Wizard
  4. AppVerName=1.6.5
  5. AppId={{280ED870-1DF3-4574-A679-E2C4A8163249}
  6. AppVersion=1.6.5
  7. AppPublisher=Frank Ullrich
  8. AppPublisherURL=http://www.winFAQ.de
  9. AppSupportURL=http://www.equipmente.de/
  10. AppUpdatesURL=http://www.winfaq.de/download_rsw.htm
  11. DefaultDirName={pf}\Registry System Wizard
  12. DefaultGroupName=Registry System Wizard
  13. UninstallDisplayIcon={app}\RSW.EXE
  14. UninstallDisplayName=Registry System Wizard
  15. OutputBaseFilename=rswsetup
  16. Compression=zip
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  21. Source: "{tmp}\English.lng"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  22. Source: "{tmp}\German.lng"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  23. Source: "{tmp}\logo_rsw.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  24. Source: "{tmp}\DLGerman.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  25. Source: "{sys}\RICHTX32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  26. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  29. Source: "{sys}\activeds.tlb"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  30. Source: "{sys}\COMCT332.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  31. Source: "{sys}\msxml3.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  32. Source: "{sys}\MSFLXGRD.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  33. Source: "{sys}\RSWIcon.icl"; DestDir: "{sys}"; Flags: restartreplace 
  34. Source: "{app}\rswklick.wav"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{sys}\COMCT232.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  36. Source: "{sys}\TabCtl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  37. Source: "{sys}\FHPopup.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  38. Source: "{sys}\fhlaunch.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  39. Source: "{app}\SmartMenuXP.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  40. Source: "{app}\SmartMenuXP.ocx"; DestDir: "{app}"; Flags: restartreplace regserver 
  41. Source: "{app}\RDDLL.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  42. Source: "{app}\resGrafik.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  43. Source: "{app}\rswREG.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  44. Source: "{app}\rswTool.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  45. Source: "{app}\RSW.CHM"; DestDir: "{app}"; Flags: ignoreversion 
  46. Source: "{app}\RSWDaten.mdb"; DestDir: "{app}"; Flags: ignoreversion 
  47. Source: "{app}\RSW.EXE"; DestDir: "{app}"; Flags: ignoreversion 
  48. Source: "{app}\DBRSW.RSW"; DestDir: "{app}"; Flags: ignoreversion 
  49. Source: "{app}\WINFAQ.CHM"; DestDir: "{app}"; Flags: ignoreversion 
  50. Source: "{app}\rswger.rd"; DestDir: "{app}"; Flags: ignoreversion 
  51. Source: "{app}\rsweng.rd"; DestDir: "{app}"; Flags: ignoreversion 
  52. Source: "{app}\leer.mdb"; DestDir: "{app}"; Flags: ignoreversion 
  53. Source: "{app}\Beispiel.mdb"; DestDir: "{app}"; Flags: ignoreversion 
  54. Source: "{app}\Dateitypen\standard_dateitypen_winxp_sp2.xml"; DestDir: "{app}\Dateitypen"; Flags: ignoreversion 
  55. Source: "{app}\Update.exe"; DestDir: "{app}"; Flags: ignoreversion 
  56. Source: "{app}\Connect"; DestDir: "{app}"; Flags: ignoreversion 
  57. Source: "{app}\Update.ini"; DestDir: "{app}"; Flags: ignoreversion 
  58. Source: "{app}\RSWDebug.exe"; DestDir: "{app}"; Flags: ignoreversion 
  59. Source: "{app}\Lizenz_german.txt"; DestDir: "{app}"; Flags: ignoreversion 
  60. Source: "{app}\License_english.txt"; DestDir: "{app}"; Flags: ignoreversion 
  61. [Registry]
  62. Root: HKLM; Subkey: "Software\Registry System Wizard\"; ValueName: "Pfad"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue deletevalue dontcreatekey 
  63. Root: HKLM; Subkey: "Software\Registry System Wizard\"; ValueName: "Version"; ValueType: String; ValueData: "1.5.8"; Flags: uninsdeletevalue deletevalue dontcreatekey 
  64. Root: HKCU; Subkey: "Software\Registry System Wizard\Einstellungen\"; ValueName: "Sprache"; ValueType: String; ValueData: "{code:GetMyStringNow|'1'}"; Flags: createvalueifdoesntexist uninsdeletevalue deletevalue 
  65. [Run]
  66. Filename: "{app}\RSW.EXE"; StatusMsg: "Registry System Wizard"; Flags: postinstall nowait
  67. [Icons]
  68. Name: "{userdesktop}\Registry System Wizard"; Filename: "{app}\RSW.EXE"; Tasks: desktopicon; 
  69. Name: "{group}\RSW Hilfe"; Filename: "{app}\RSW.CHM"; 
  70. Name: "{group}\WinFAQ"; Filename: "{app}\WINFAQ.CHM"; 
  71. Name: "{group}\Registry System Wizard"; Filename: "{app}\RSW.EXE"; IconFilename: "{app}\RSW.EXE"; Comment: "Registry System Wizard"; 
  72. Name: "{group}\Debugmodus - Registry System Wizard"; Filename: "{app}\RSWDebug.EXE"; IconFilename: "{app}\RSW.EXE"; Comment: "Debugger f
  73. r RSW.EXE"; 
  74. Name: "{group}\Entferne - Registry System Wizard"; Filename: "{app}\unins000.exe"; IconFilename: "{app}\unins000.exe"; Comment: "Entferne Registry System Wizard"; Languages: "de"; 
  75. [Tasks]
  76. Name: "desktopicon"; Description: "{code:GetLangMsg|Desktop}"; GroupDescription: "{code:GetLangMsg|Zusatzicons}"; 
  77. Name: "isMDAC"; Description: "MS MDAC"; GroupDescription: "Download und Installation:"; Check: "MdacCheck"; 
  78. Name: "isJET2000"; Description: "Jet-Provider"; GroupDescription: "Download und Installation:"; Check: "JetCheck"; MinVersion: 0.0,5.0.2195; OnlyBelowVersion: 0.0,5.0.2195 Service Pack 3; 
  79. Name: "isJETXP"; Description: "Jet-Provider"; GroupDescription: "Download und Installation:"; Check: "JetCheck"; MinVersion: 0.0,5.01.2600; 
  80. Name: "isJET9x"; Description: "Jet-Provider"; GroupDescription: "Download und Installation:"; Check: "JetCheck"; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.1.2222,0.0; 
  81. Name: "isJETME"; Description: "Jet-Provider"; GroupDescription: "Download und Installation:"; Check: "JetCheck"; MinVersion: 4.9.3000,0.0; 
  82. [CustomMessages]
  83. de.NameAndVersion=%1 version %2
  84. de.AdditionalIcons=Zus
  85. tzliche Icons:
  86. de.CreateDesktopIcon=&Desktop Icon erstellen
  87. de.CreateQuickLaunchIcon=Create a &Quick Launch icon
  88. de.ProgramOnTheWeb=%1 on the Web
  89. de.UninstallProgram=Uninstall %1
  90. de.LaunchProgram=Launch %1
  91. de.AssocFileExtension=&Associate %1 with the %2 file extension
  92. de.AssocingFileExtension=Associating %1 with the %2 file extension...
  93. [Languages]
  94. ; These files are stubs
  95. ; To achieve better results after recompilation, use the real language files
  96. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.txt"; 
  97.