home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2004 April / PFA0404.iso / Fullversioner / remotesysteminformation / rsi_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-15  |  4.1 KB  |  55 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=Remote System Information
  4. AppVerName=Remote System Information v1.01
  5. AppId=Remote System Information
  6. AppPublisher=DigitalLabs.net
  7. AppPublisherURL=http://www.digitallabs.net
  8. AppSupportURL=http://www.digitallabs.net
  9. AppUpdatesURL=http://www.digitallabs.net
  10. DefaultDirName={pf}\Remote System Information
  11. DefaultGroupName=Remote System Information
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{sys}\STDOLE2.TLB"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  20. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  21. Source: "{sys}\OLEAUT32.DLL"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  22. Source: "{sys}\OLEPRO32.DLL"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  23. Source: "{sys}\ASYCFILT.DLL"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace sharedfile 
  24. Source: "{sys}\COMCAT.DLL"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  25. Source: "{sys}\COMCTL32.OCX"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  26. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  27. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  28. Source: "{sys}\MBTipDay.ocx"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  29. Source: "{sys}\epRegPro.ocx"; DestDir: "{sys}"; MinVersion: 0.0,4.0.1381; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  30. Source: "{app}\rsi.exe"; DestDir: "{app}"; MinVersion: 0.0,4.0.1381; Flags: ignoreversion 
  31. Source: "{app}\rsi.exe.manifest"; DestDir: "{app}"; MinVersion: 0.0,4.0.1381; Flags: ignoreversion 
  32. Source: "{app}\rsi-help.htm"; DestDir: "{app}"; MinVersion: 0.0,4.0.1381; Flags: ignoreversion 
  33. Source: "{app}\license.rtf"; DestDir: "{app}"; MinVersion: 0.0,4.0.1381; Flags: ignoreversion 
  34. Source: "{app}\tips.tip"; DestDir: "{app}"; MinVersion: 0.0,4.0.1381; Flags: ignoreversion 
  35. [INI]
  36. FileName: "{app}\rsi.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.digitallabs.net"; 
  37. [Run]
  38. Filename: "{app}\rsi.exe"; Description: "Launch Remote System Information"; MinVersion: 0.0,4.0.1381; Flags: postinstall skipifsilent nowait
  39. [Icons]
  40. Name: "{group}\Remote System Information"; Filename: "{app}\rsi.exe"; MinVersion: 0.0,4.0.1381; 
  41. Name: "{group}\Remote System Information on the Web"; Filename: "{app}\rsi.url"; MinVersion: 0.0,4.0.1381; 
  42. Name: "{group}\Uninstall Remote System Information"; Filename: "{uninstallexe}"; MinVersion: 0.0,4.0.1381; 
  43. Name: "{userdesktop}\Remote System Information"; Filename: "{app}\rsi.exe"; Tasks: desktopicon; MinVersion: 0.0,4.0.1381; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Remote System Information"; Filename: "{app}\rsi.exe"; Tasks: quicklaunchicon; MinVersion: 0.0,4.0.1381; 
  45. Name: "{group}\Remote System Information Help"; Filename: "{app}\rsi-help.htm"; IconFilename: "{app}\rsi.exe"; IconIndex: 1; MinVersion: 0.0,4.0.1381; 
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 0.0,4.0.1381; 
  48. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; MinVersion: 0.0,4.0.1381; 
  49. [UninstallDelete]
  50. Type: files; Name: "{app}\rsi.url"; 
  51. [Languages]
  52. ; These files are stubs
  53. ; To achieve better results after recompilation, use the real language files
  54. Name: "default"; MessagesFile: "embedded\default.isl"; 
  55.