home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2004 October / PCNET_CD_2004_10_1.iso / shareware / lightins.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-05  |  2.5 KB  |  52 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Light Artist
  4. AppVerName=Light Artist 0.9
  5. AppId=Light Artist
  6. DefaultDirName={pf}\Light Artist
  7. DefaultGroupName=Light Artist
  8. UninstallDisplayIcon={app}\lightartist.exe
  9. OutputBaseFilename=setup
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\exitpoll.exe"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\lightartist.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\readme.htm"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\readme.chm"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\DefLang.ini"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Themes\alien.mskn"; DestDir: "{app}\Themes"; 
  22. Source: "{app}\Themes\cell_shaded.mskn"; DestDir: "{app}\Themes"; 
  23. Source: "{app}\Themes\jezz.mskn"; DestDir: "{app}\Themes"; 
  24. Source: "{app}\Themes\steel.mskn"; DestDir: "{app}\Themes"; 
  25. Source: "{app}\Themes\wbmania.mskn"; DestDir: "{app}\Themes"; 
  26. Source: "{app}\Themes\xp_blue.mskn"; DestDir: "{app}\Themes"; 
  27. Source: "{app}\Themes\xp_metal.mskn"; DestDir: "{app}\Themes"; 
  28. Source: "{app}\Themes\xp_stead.mskn"; DestDir: "{app}\Themes"; 
  29. [Run]
  30. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/installed.php?Title=Light Artist&Version=0.9"; Flags: nowait
  31. [UninstallRun]
  32. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/uninstalled.php?Title=Light Artist&Version=0.9"; RunOnceId: "LightPage"; 
  33. [Icons]
  34. Name: "{group}\Light Artist"; Filename: "{app}\lightartist.exe"; WorkingDir: "{app}"; 
  35. Name: "{group}\Light Artist Help"; Filename: "{app}\readme.chm"; WorkingDir: "{app}"; 
  36. Name: "{group}\Light Artist Tutorial"; Filename: "{app}\readme.htm"; WorkingDir: "{app}"; 
  37. Name: "{group}\Unistall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  38. [CustomMessages]
  39. default.NameAndVersion=%1 version %2
  40. default.AdditionalIcons=Additional icons:
  41. default.CreateDesktopIcon=Create a &desktop icon
  42. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  43. default.ProgramOnTheWeb=%1 on the Web
  44. default.UninstallProgram=Uninstall %1
  45. default.LaunchProgram=Launch %1
  46. default.AssocFileExtension=&Associate %1 with the %2 file extension
  47. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  48. [Languages]
  49. ; These files are stubs
  50. ; To achieve better results after recompilation, use the real language files
  51. Name: "default"; MessagesFile: "embedded\default.isl"; 
  52.