home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Transbar / transbar_setup.exe / install_script.iss
Text File  |  2005-03-12  |  4KB  |  63 lines

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