home *** CD-ROM | disk | FTP | other *** search
/ Multimedia-Photo & Your Disk / Image.iso / Data / softFoto / 110 / lightinst.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-10-22  |  6.0 KB  |  100 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Light Artist
  4. AppVerName=Light Artist 1.5
  5. AppId=Light Artist
  6. DefaultDirName={pf}\Light Artist
  7. DefaultGroupName=Light Artist
  8. UninstallDisplayIcon={app}\lightartist.exe
  9. OutputBaseFilename=lightins_bndl
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\exitpoll.exe"; DestDir: "{app}"; Components: main; Flags: ignoreversion 
  18. Source: "{app}\lightartist.exe"; DestDir: "{app}"; Components: main; Flags: ignoreversion 
  19. Source: "{app}\Themes\alien.mskn"; DestDir: "{app}\Themes"; 
  20. Source: "{app}\Themes\cell_shaded.mskn"; DestDir: "{app}\Themes"; 
  21. Source: "{app}\Themes\jezz.mskn"; DestDir: "{app}\Themes"; 
  22. Source: "{app}\Themes\steel.mskn"; DestDir: "{app}\Themes"; 
  23. Source: "{app}\Themes\wbmania.mskn"; DestDir: "{app}\Themes"; 
  24. Source: "{app}\Themes\xp_blue.mskn"; DestDir: "{app}\Themes"; 
  25. Source: "{app}\Themes\xp_metal.mskn"; DestDir: "{app}\Themes"; 
  26. Source: "{app}\Themes\xp_stead.mskn"; DestDir: "{app}\Themes"; 
  27. Source: "{app}\Library\1.las"; DestDir: "{app}\Library"; 
  28. Source: "{app}\Library\10.las"; DestDir: "{app}\Library"; 
  29. Source: "{app}\Library\11.las"; DestDir: "{app}\Library"; 
  30. Source: "{app}\Library\2.las"; DestDir: "{app}\Library"; 
  31. Source: "{app}\Library\3.las"; DestDir: "{app}\Library"; 
  32. Source: "{app}\Library\4.las"; DestDir: "{app}\Library"; 
  33. Source: "{app}\Library\5.las"; DestDir: "{app}\Library"; 
  34. Source: "{app}\Library\6.las"; DestDir: "{app}\Library"; 
  35. Source: "{app}\Library\7.las"; DestDir: "{app}\Library"; 
  36. Source: "{app}\Library\8.las"; DestDir: "{app}\Library"; 
  37. Source: "{app}\Library\9.las"; DestDir: "{app}\Library"; 
  38. Source: "{tmp}\webalbins.exe"; DestDir: "{tmp}"; Components: webalb; Flags: deleteafterinstall ignoreversion 
  39. Source: "{app}\help\tutorial.url"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  40. Source: "{app}\help\forum.url"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  41. Source: "{app}\help\homepage.url"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  42. Source: "{app}\help\gallery.url"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  43. Source: "{app}\help\readme.chm"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  44. Source: "{app}\help\advertisement.chm"; DestDir: "{app}\help"; Components: main; Flags: ignoreversion 
  45. Source: "{app}\DefLang.ini"; DestDir: "{app}"; Components: main; Flags: ignoreversion 
  46. [Registry]
  47. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Height"; Flags: uninsdeletevalue 
  48. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Width"; Flags: uninsdeletevalue 
  49. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Top"; Flags: uninsdeletevalue 
  50. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Left"; Flags: uninsdeletevalue 
  51. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Maximized"; Flags: uninsdeletevalue 
  52. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Last dir"; Flags: uninsdeletevalue 
  53. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Last name"; Flags: uninsdeletevalue 
  54. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Last ext"; Flags: uninsdeletevalue 
  55. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Process preset"; Flags: uninsdeletevalue 
  56. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Last param dir"; Flags: uninsdeletevalue 
  57. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Last param name"; Flags: uninsdeletevalue 
  58. Root: HKCU; Subkey: "Software\VCW\Light Artist"; ValueName: "Skin"; Flags: uninsdeletevalue 
  59. [Run]
  60. Filename: "{tmp}\webalbins.exe"; Parameters: "/SILENT"; Flags: skipifdoesntexist 
  61. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/installed.php?Title=Light Artist&Version=1.5"; Flags: nowait
  62. [UninstallRun]
  63. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/uninstalled.php?Title=Light Artist&Version=1.5"; RunOnceId: "LightPage"; 
  64. [Icons]
  65. Name: "{group}\Light Artist"; Filename: "{app}\lightartist.exe"; WorkingDir: "{app}"; 
  66. Name: "{group}\Light Artist Help"; Filename: "{app}\help\readme.chm"; WorkingDir: "{app}"; 
  67. Name: "{group}\Light Artist Tutorial"; Filename: "{app}\help\tutorial.url"; WorkingDir: "{app}"; 
  68. Name: "{group}\Light Artist Gallery"; Filename: "{app}\help\gallery.url"; WorkingDir: "{app}"; 
  69. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  70. [Components]
  71. Name: "main"; Description: "Light Artist"; Types: "full custom"; 
  72. Name: "webalb"; Description: "Web Photo Album"; Types: "full"; 
  73. [Types]
  74. Name: "full"; Description: "Full installation"; 
  75. Name: "custom"; Description: "Custom installation"; 
  76. [CustomMessages]
  77. English.NameAndVersion=%1 version %2
  78. English.AdditionalIcons=Additional icons:
  79. English.CreateDesktopIcon=Create a &desktop icon
  80. English.CreateQuickLaunchIcon=Create a &Quick Launch icon
  81. English.ProgramOnTheWeb=%1 on the Web
  82. English.UninstallProgram=Uninstall %1
  83. English.LaunchProgram=Launch %1
  84. English.AssocFileExtension=&Associate %1 with the %2 file extension
  85. English.AssocingFileExtension=Associating %1 with the %2 file extension...
  86. CustomForm_Caption=Web Photo Album was selected to be installed.
  87. CustomForm_Label1_Caption0=Web Photo Album is a free add-on component that lets you easily create photo galleries for the web.
  88. CustomForm_Label2_Caption0=Its main features are:
  89. CustomForm_Label3_Caption0=This add-on component will be accessible via the Start Menu > All Programs > Web Photo Album.
  90. CustomForm_NewStaticText1_Caption0=
  91.   Ultimate user friendliness
  92. CustomForm_NewStaticText1_Caption2=
  93.   Smooth and attractive interface
  94. CustomForm_NewStaticText1_Caption4=
  95.   Web Photo Album is pure freeware
  96. [Languages]
  97. ; These files are stubs
  98. ; To achieve better results after recompilation, use the real language files
  99. Name: "English"; MessagesFile: "embedded\English.isl"; 
  100.