home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / lightins / lightins.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-12-29  |  2.9 KB  |  56 lines

  1. ;InnoSetupVersion=4.2.0
  2. [Setup]
  3. AppName=Light Artist
  4. AppVerName=Light Artist 1.15
  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}\tutorial.url"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\gallery.url"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\readme.chm"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\DefLang.ini"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\HookDll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Themes\alien.mskn"; DestDir: "{app}\Themes"; 
  24. Source: "{app}\Themes\cell_shaded.mskn"; DestDir: "{app}\Themes"; 
  25. Source: "{app}\Themes\jezz.mskn"; DestDir: "{app}\Themes"; 
  26. Source: "{app}\Themes\steel.mskn"; DestDir: "{app}\Themes"; 
  27. Source: "{app}\Themes\wbmania.mskn"; DestDir: "{app}\Themes"; 
  28. Source: "{app}\Themes\xp_blue.mskn"; DestDir: "{app}\Themes"; 
  29. Source: "{app}\Themes\xp_metal.mskn"; DestDir: "{app}\Themes"; 
  30. Source: "{app}\Themes\xp_stead.mskn"; DestDir: "{app}\Themes"; 
  31. Source: "{app}\Library\1.las"; DestDir: "{app}\Library"; 
  32. Source: "{app}\Library\10.las"; DestDir: "{app}\Library"; 
  33. Source: "{app}\Library\11.las"; DestDir: "{app}\Library"; 
  34. Source: "{app}\Library\2.las"; DestDir: "{app}\Library"; 
  35. Source: "{app}\Library\3.las"; DestDir: "{app}\Library"; 
  36. Source: "{app}\Library\4.las"; DestDir: "{app}\Library"; 
  37. Source: "{app}\Library\5.las"; DestDir: "{app}\Library"; 
  38. Source: "{app}\Library\6.las"; DestDir: "{app}\Library"; 
  39. Source: "{app}\Library\7.las"; DestDir: "{app}\Library"; 
  40. Source: "{app}\Library\8.las"; DestDir: "{app}\Library"; 
  41. Source: "{app}\Library\9.las"; DestDir: "{app}\Library"; 
  42. [Run]
  43. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/installed.php?Title=Light Artist&Version=1.15"; Flags: nowait
  44. [UninstallRun]
  45. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/uninstalled.php?Title=Light Artist&Version=1.15"; RunOnceId: "LightPage"; 
  46. [Icons]
  47. Name: "{group}\Light Artist"; Filename: "{app}\lightartist.exe"; WorkingDir: "{app}"; 
  48. Name: "{group}\Light Artist Help"; Filename: "{app}\readme.chm"; WorkingDir: "{app}"; 
  49. Name: "{group}\Light Artist Tutorial"; Filename: "{app}\tutorial.url"; WorkingDir: "{app}"; 
  50. Name: "{group}\Light Artist Gallery"; Filename: "{app}\gallery.url"; WorkingDir: "{app}"; 
  51. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  52. [Languages]
  53. ; These files are stubs
  54. ; To achieve better results after recompilation, use the real language files
  55. Name: "default"; MessagesFile: "embedded\default.isl"; 
  56.