home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2005 August / PCADVD_121.iso / Features / Windowsfreeware / transbar_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-05-05  |  3.5 KB  |  54 lines

  1. ;InnoSetupVersion=2.0.17
  2. [Setup]
  3. AppName=TransBar
  4. AppVerName=TransBar
  5. AppId=Anders_Kjersem_-_TransBar
  6. AppPublisher=Anders Kjersem
  7. AppPublisherURL=http://go.to/aksoftware/
  8. AppSupportURL=http://go.to/aksoftware/
  9. AppUpdatesURL=http://go.to/aksoftware/
  10. DefaultDirName={pf}\Anders Kjersem\TransBar
  11. DefaultGroupName=Anders Kjersem\TransBar
  12. UninstallDisplayIcon={app}\TransBar.exe,0
  13. UninstallDisplayName=Anders Kjersem: TransBar
  14. OutputBaseFilename=transbar_setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. DisableProgramGroupPage=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\TransBar.exe"; DestDir: "{app}"; Components: main; MinVersion: 0.0,5.0; 
  23. Source: "{app}\TransBar.chm"; DestDir: "{app}"; Components: help_file; MinVersion: 0.0,5.0; 
  24. Source: "{app}\Whats_New.htm"; DestDir: "{app}"; Components: main; MinVersion: 0.0,5.0; 
  25. Source: "{app}\X-Setup Plugins\AKSoftware_-_Transbar(plugin1).xpl"; DestDir: "{app}\X-Setup Plugins"; Components: x-setup_plugins; MinVersion: 0.0,5.0; 
  26. Source: "{app}\X-Setup Plugins\AKSoftware_-_Transbar(plugin2).xpl"; DestDir: "{app}\X-Setup Plugins"; Components: x-setup_plugins; MinVersion: 0.0,5.0; 
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\Anders Kjersem\{{Applets}\TransBar"; ValueName: "Taskbar_Alpha"; ValueType: Dword; ValueData: "$D2"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  29. Root: HKCU; Subkey: "Software\Anders Kjersem\{{Applets}\TransBar"; ValueName: "Taskbar_EnableTransparency"; ValueType: Dword; ValueData: "$1"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  30. Root: HKCU; Subkey: "Software\Anders Kjersem\{{Applets}\TransBar"; ValueType: String; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  31. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Anders Kjersem: TransBar"; ValueType: String; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  32. [INI]
  33. FileName: "{app}\AKSoftware.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://go.to/aksoftware/"; 
  34. [Run]
  35. Filename: "{app}\TransBar.exe"; Description: "Launch TransBar"; MinVersion: 0.0,5.0; Flags: postinstall skipifsilent nowait
  36. [Icons]
  37. Name: "{group}\TransBar"; Filename: "{app}\TransBar.exe"; Components: main; MinVersion: 0.0,5.0; 
  38. Name: "{group}\AKSoftware on the web."; Filename: "{app}\AKSoftware.url"; Components: main; MinVersion: 0.0,5.0; Flags: runmaximized 
  39. Name: "{group}\TransBar Help"; Filename: "{app}\TransBar.chm"; Comment: "View Helpfile..."; Components: help_file; MinVersion: 0.0,5.0; 
  40. Name: "{group}\Whats New"; Filename: "{app}\Whats_New.htm"; Components: main; MinVersion: 0.0,5.0; Flags: runmaximized 
  41. Name: "{group}\X-Setup Plugins"; Filename: "{app}\X-Setup Plugins"; Components: x-setup_plugins; MinVersion: 0.0,5.0; 
  42. [Components]
  43. Name: "main"; Description: "Program Files"; Types: "custom compact full"; MinVersion: 0.0,5.0; 
  44. Name: "help_file"; Description: "Help Files"; Types: "custom full"; MinVersion: 0.0,5.0; 
  45. Name: "x-setup_plugins"; Description: "X-Setup Plugins"; Types: "custom full"; MinVersion: 0.0,5.0; 
  46. [UninstallDelete]
  47. Type: files; Name: "{app}\AKSoftware.url"; 
  48. Type: dirifempty; Name: "{app}\X-Setup Plugins\"; 
  49. Type: dirifempty; Name: "{app}\"; 
  50. [Types]
  51. Name: "full"; Description: "Full installation"; MinVersion: 0.0,5.0; 
  52. Name: "compact"; Description: "Compact installation"; MinVersion: 0.0,5.0; 
  53. Name: "custom"; Description: "Custom installation"; MinVersion: 0.0,5.0; 
  54.