home *** CD-ROM | disk | FTP | other *** search
/ Web Pages Made Easy 52 - CoffeeCup HTML Editor 9.5 / WPME.ISO / Contents / Software_Authoring / XplosiveLight / XplosiveLight.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-03-23  |  1.4 KB  |  34 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=XplosiveLight
  4. AppVerName=XplosiveLight 1.0
  5. AppId=XplosiveLight
  6. AppPublisher=Viperdome ltd
  7. AppPublisherURL=http://xplosive.viperdome.com
  8. AppSupportURL=support@viperdome.com
  9. AppUpdatesURL=http://xplosive.viperdome.com
  10. DefaultDirName={pf}\XplosiveLight
  11. DefaultGroupName=XplosiveLight
  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}\XplosiveLight.exe"; DestDir: "{app}"; 
  21. [INI]
  22. FileName: "{app}\XplosiveLight.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://xplosive.viperdome.com"; 
  23. [Run]
  24. Filename: "{app}\XplosiveLight.exe"; Description: "Launch XplosiveLight"; Flags: postinstall skipifsilent nowait
  25. [Icons]
  26. Name: "{group}\XplosiveLight"; Filename: "{app}\XplosiveLight.exe"; 
  27. Name: "{group}\Uninstall XplosiveLight"; Filename: "{app}\unins000.exe"; Tasks: uninstall; 
  28. Name: "{userdesktop}\XplosiveLight"; Filename: "{app}\XplosiveLight.exe"; Tasks: desktopicon; 
  29. [Tasks]
  30. Name: "uninstall"; Description: "Create a &uninstall shortcut"; GroupDescription: "Create shortcuts:"; 
  31. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Create shortcuts:"; 
  32. [UninstallDelete]
  33. Type: files; Name: "{app}\XplosiveLight.url"; 
  34.