home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / lightins / lightins.exe / install_script.iss
Text File  |  2004-12-29  |  3KB  |  62 lines

  1. ;InnoSetupVersion=4.2.0
  2.  
  3. [Setup]
  4. AppName=Light Artist
  5. AppVerName=Light Artist 1.15
  6. AppId=Light Artist
  7. DefaultDirName={pf}\Light Artist
  8. DefaultGroupName=Light Artist
  9. UninstallDisplayIcon={app}\lightartist.exe
  10. OutputBaseFilename=setup
  11. Compression=lzma
  12. PrivilegesRequired=none
  13. DisableProgramGroupPage=yes
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\exitpoll.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\lightartist.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\tutorial.url"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\gallery.url"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\readme.chm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\DefLang.ini"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\HookDll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Themes\alien.mskn"; DestDir: "{app}\Themes"; 
  26. Source: "{app}\Themes\cell_shaded.mskn"; DestDir: "{app}\Themes"; 
  27. Source: "{app}\Themes\jezz.mskn"; DestDir: "{app}\Themes"; 
  28. Source: "{app}\Themes\steel.mskn"; DestDir: "{app}\Themes"; 
  29. Source: "{app}\Themes\wbmania.mskn"; DestDir: "{app}\Themes"; 
  30. Source: "{app}\Themes\xp_blue.mskn"; DestDir: "{app}\Themes"; 
  31. Source: "{app}\Themes\xp_metal.mskn"; DestDir: "{app}\Themes"; 
  32. Source: "{app}\Themes\xp_stead.mskn"; DestDir: "{app}\Themes"; 
  33. Source: "{app}\Library\1.las"; DestDir: "{app}\Library"; 
  34. Source: "{app}\Library\10.las"; DestDir: "{app}\Library"; 
  35. Source: "{app}\Library\11.las"; DestDir: "{app}\Library"; 
  36. Source: "{app}\Library\2.las"; DestDir: "{app}\Library"; 
  37. Source: "{app}\Library\3.las"; DestDir: "{app}\Library"; 
  38. Source: "{app}\Library\4.las"; DestDir: "{app}\Library"; 
  39. Source: "{app}\Library\5.las"; DestDir: "{app}\Library"; 
  40. Source: "{app}\Library\6.las"; DestDir: "{app}\Library"; 
  41. Source: "{app}\Library\7.las"; DestDir: "{app}\Library"; 
  42. Source: "{app}\Library\8.las"; DestDir: "{app}\Library"; 
  43. Source: "{app}\Library\9.las"; DestDir: "{app}\Library"; 
  44.  
  45. [Run]
  46. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/installed.php?Title=Light Artist&Version=1.15"; Flags: nowait
  47.  
  48. [UninstallRun]
  49. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/uninstalled.php?Title=Light Artist&Version=1.15"; RunOnceId: "LightPage"; 
  50.  
  51. [Icons]
  52. Name: "{group}\Light Artist"; Filename: "{app}\lightartist.exe"; WorkingDir: "{app}"; 
  53. Name: "{group}\Light Artist Help"; Filename: "{app}\readme.chm"; WorkingDir: "{app}"; 
  54. Name: "{group}\Light Artist Tutorial"; Filename: "{app}\tutorial.url"; WorkingDir: "{app}"; 
  55. Name: "{group}\Light Artist Gallery"; Filename: "{app}\gallery.url"; WorkingDir: "{app}"; 
  56. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  57.  
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "default"; MessagesFile: "embedded\default.isl"; 
  62.