home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 February / com_0204_1.iso / computer / computer_tools_10 / resysinfo_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-25  |  2.1 KB  |  41 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=ReichlSoft System Information
  4. AppVerName=ReichlSoft System Information 2.0
  5. AppId=ReichlSoft System Information
  6. AppPublisher=ReichlSoft
  7. AppPublisherURL=http://www.reichlsoft.de.vu
  8. AppSupportURL=http://www.reichlsoft.de.vu
  9. AppUpdatesURL=http://www.reichlsoft.de.vu
  10. DefaultDirName={pf}\ReichlSoft System Information 2.0
  11. DefaultGroupName=ReichlSoft System Information 2.0
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\ReSysInfo.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\ReSysInfo.ini"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\License.html"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\ReadMe.html"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\ReSysInfo.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\German.lng"; DestDir: "{app}"; Flags: ignoreversion 
  26. [INI]
  27. FileName: "{app}\ReSysInfo.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.reichlsoft.de.vu"; 
  28. [Run]
  29. Filename: "{app}\ReSysInfo.exe"; Description: "Launch ReichlSoft System Information"; Flags: postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\ReichlSoft System Information"; Filename: "{app}\ReSysInfo.exe"; 
  32. Name: "{group}\ReichlSoft System Information on the Web"; Filename: "{app}\ReSysInfo.url"; 
  33. Name: "{group}\Uninstall ReichlSoft System Information"; Filename: "{uninstallexe}"; 
  34. Name: "{userdesktop}\ReichlSoft System Information"; Filename: "{app}\ReSysInfo.exe"; Tasks: desktopicon; 
  35. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ReichlSoft System Information"; Filename: "{app}\ReSysInfo.exe"; Tasks: quicklaunchicon; 
  36. [Tasks]
  37. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  38. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  39. [UninstallDelete]
  40. Type: files; Name: "{app}\ReSysInfo.url"; 
  41.