home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 December / PCWorld_2003-12_cd.bin / Software / Vyzkuste / pslaunch / pshlvvl.exe / pshlvvl10.exe / install_script.iss
Text File  |  2003-10-28  |  2KB  |  52 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=PS Hot Launch VVL
  5. AppVerName=PS Hot Launch VVL 1.0
  6. AppId=PS Hot Launch VVL
  7. AppPublisher=PS Soft Lab
  8. AppPublisherURL=http://www.pssoftlab.com
  9. AppSupportURL=http://www.pssoftlab.com
  10. AppUpdatesURL=http://www.pssoftlab.com
  11. DefaultDirName={pf}\PS Hot Launch VVL
  12. DefaultGroupName=PS Hot Launch VVL
  13. UninstallDisplayIcon={app}\PSHotLaunchVVL.exe
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\PSHotLaunchVVL.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\PSHotLaunch.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\PSHOTLAUNCH.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26.  
  27. [INI]
  28. FileName: "{app}\PSHotLaunchVVL.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pssoftlab.com"; 
  29.  
  30. [Run]
  31. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  32. Filename: "{app}\PSHotLaunchVVL.exe"; Description: "Launch PS Hot Launch VVL"; Flags: postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{group}\PS Hot Launch VVL"; Filename: "{app}\PSHotLaunchVVL.exe"; 
  36. Name: "{group}\PS Hot Launch VVL on the Web"; Filename: "{app}\PSHotLaunchVVL.url"; 
  37. Name: "{group}\PS Hot Launch VVL Help"; Filename: "{app}\PSHOTLAUNCH.HLP"; 
  38. Name: "{group}\PS Hot Launch VVL Readme"; Filename: "{app}\Readme.txt"; 
  39. Name: "{userdesktop}\PS Hot Launch VVL"; Filename: "{app}\PSHotLaunchVVL.exe"; Tasks: desktopicon; 
  40. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PS Hot Launch VVL"; Filename: "{app}\PSHotLaunchVVL.exe"; Tasks: quicklaunchicon; 
  41. Name: "{group}\Uninstall PS Hot Launch VVL"; Filename: "{uninstallexe}"; 
  42.  
  43. [Tasks]
  44. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  45. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  46.  
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\PSHotLaunchVVL.url"; 
  49. Type: files; Name: "{app}\PSHotLaunchVVL.exe"; 
  50. Type: files; Name: "{app}\PSHOTLAUNCH.cnt"; 
  51. Type: files; Name: "{app}\PSHOTLAUNCH.HLP"; 
  52.