home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - PCs Network / CHIP.BIN / share / systemut / diskstat / Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-03-17  |  3.0 KB  |  55 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=DiskState
  4. AppVerName=DiskState v2.70 Evaluation
  5. AppId=DiskState
  6. AppPublisher=Geekcorp Software
  7. AppPublisherURL=http://www.geekcorp.com
  8. AppSupportURL=http://www.geekcorp.com/support.php
  9. AppUpdatesURL=http://www.geekcorp.com/diskstate/upgrade.php
  10. DefaultDirName={pf}\DiskState
  11. DefaultGroupName=DiskState
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\DiskState.exe"; DestDir: "{app}"; 
  19. Source: "{app}\DService.exe"; DestDir: "{app}"; 
  20. Source: "{app}\DSTutorial.exe"; DestDir: "{app}"; 
  21. Source: "{app}\DiskState.chm"; DestDir: "{app}"; 
  22. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  23. Source: "{app}\zip32.dll"; DestDir: "{app}"; 
  24. Source: "{app}\unzip32.dll"; DestDir: "{app}"; 
  25. [Registry]
  26. Root: HKCU; Subkey: "Software\Geekcorp\DiskState"; Flags: uninsdeletekey 
  27. Root: HKLM; Subkey: "SOFTWARE\Geekcorp\DiskState"; Flags: uninsdeletekey 
  28. Root: HKCU; Subkey: "Software\Geekcorp\DiskState"; ValueName: "InstallFolder"; ValueType: String; ValueData: "{app}"; 
  29. Root: HKCU; Subkey: "Software\Geekcorp\DiskState"; ValueName: "Rev"; ValueType: Dword; ValueData: "$1C"; 
  30. Root: HKCU; Subkey: "Software\Geekcorp\DiskState"; ValueName: "BrandID"; ValueType: Dword; ValueData: "$1"; 
  31. [Run]
  32. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  33. Filename: "{app}\DSTutorial.exe"; Description: "Run a Quick DiskState Introduction"; Flags: postinstall skipifsilent 
  34. Filename: "{app}\DiskState.exe"; Description: "Launch DiskState"; Flags: postinstall skipifsilent nowait
  35. [UninstallRun]
  36. Filename: "{app}\DiskState.exe"; Parameters: "/uninstall"; 
  37. [Icons]
  38. Name: "{group}\DiskState"; Filename: "{app}\DiskState.exe"; WorkingDir: "{app}"; Comment: "Launch DiskState Now"; 
  39. Name: "{group}\Readme"; Filename: "{app}\Readme.txt"; WorkingDir: "{app}"; Comment: "Text Info on DiskState"; 
  40. Name: "{group}\Help Topics"; Filename: "{app}\DiskState.chm"; WorkingDir: "{app}"; Comment: "Read DiskState Manual"; 
  41. Name: "{group}\Quick Intro"; Filename: "{app}\DSTutorial.exe"; WorkingDir: "{app}"; Comment: "Get a Quick Intro"; 
  42. Name: "{userdesktop}\DiskState"; Filename: "{app}\DiskState.exe"; WorkingDir: "{app}"; Comment: "Launch DiskState Now"; Tasks: desktopicon; 
  43. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DiskState"; Filename: "{app}\DiskState.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  44. [Tasks]
  45. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  46. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\Clean.ini"; 
  49. Type: files; Name: "{app}\Clean.old"; 
  50. Type: files; Name: "{app}\Dupes.ini"; 
  51. Type: files; Name: "{app}\Reports.ini"; 
  52. Type: files; Name: "{app}\File_id.diz"; 
  53. Type: files; Name: "{app}\DelEngine.log"; 
  54. Type: files; Name: "{app}\DiskState.exe"; 
  55.