home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / software / vyzkuste / google2 / google2.exe / gdsuite213beta.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-09-13  |  5.1 KB  |  72 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=Airbear Software's gdSuite
  4. AppVerName=Airbear Software's gdSuite 2.1.3 Beta
  5. AppId={{77079D71-B8EB-4F61-9817-79A15137E59D}}
  6. DefaultDirName={pf}\Airbear Software\gdSuite
  7. DefaultGroupName=gdSuite
  8. UninstallDisplayIcon={app}\desktop.exe
  9. UninstallDisplayName=gdSuite 2.1.3 Beta
  10. OutputBaseFilename=gdsuite_setup
  11. Compression=lzma
  12. PrivilegesRequired=none
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\license.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  18. Source: "{app}\desktop.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  19. Source: "{app}\vbAccelerator License.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  20. Source: "{app}\dll\SSubTmr6.dll"; DestDir: "{app}\dll"; MinVersion: 0.0,5.0.2195; Flags: regserver 
  21. Source: "{app}\Cfexpmnu.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  22. Source: "{app}\dll\vbalExpBar6.ocx"; DestDir: "{app}\dll"; MinVersion: 0.0,5.0.2195; Flags: regserver 
  23. Source: "{sys}\msxml4.dll"; DestDir: "{sys}"; MinVersion: 0.0,5.0.2195; Flags: uninsneveruninstall regserver onlyifdoesntexist 
  24. Source: "{sys}\msxml4a.dll"; DestDir: "{sys}"; MinVersion: 0.0,5.0.2195; Flags: uninsneveruninstall onlyifdoesntexist 
  25. Source: "{sys}\msxml4r.dll"; DestDir: "{sys}"; MinVersion: 0.0,5.0.2195; Flags: uninsneveruninstall onlyifdoesntexist 
  26. [Registry]
  27. Root: HKCR; Subkey: "Folder\shell\Search with gdSuite..."; ValueType: String; MinVersion: 0.0,5.0.2195; Flags: uninsdeletekey dontcreatekey 
  28. Root: HKCR; Subkey: "Drive\shell\Search with gdSuite..."; ValueType: String; MinVersion: 0.0,5.0.2195; Flags: uninsdeletekey dontcreatekey 
  29. Root: HKCR; Subkey: "Directory\shell\Search with gdSuite..."; ValueType: String; MinVersion: 0.0,5.0.2195; Flags: uninsdeletekey dontcreatekey 
  30. Root: HKCR; Subkey: "Folder\shell\Search with gdSuite...\command"; ValueType: String; ValueData: """{app}/desktop.exe"" %1"; MinVersion: 0.0,5.0.2195; 
  31. Root: HKCR; Subkey: "Drive\shell\Search with gdSuite...\command"; ValueType: String; ValueData: """{app}/desktop.exe"" %1"; MinVersion: 0.0,5.0.2195; 
  32. Root: HKCR; Subkey: "Directory\shell\Search with gdSuite...\command"; ValueType: String; ValueData: """{app}/desktop.exe"" %1"; MinVersion: 0.0,5.0.2195; 
  33. Root: HKCU; Subkey: "Software\gdSuite"; ValueName: "install_dir"; ValueType: String; ValueData: "{app}"; MinVersion: 0.0,5.0.2195; Flags: uninsdeletekey 
  34. [INI]
  35. FileName: "{group}\Visit the gdSuite Web Site.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.airbearsoftware.com/gdsuite/"; 
  36. FileName: "{group}\Visit the Airbear Software Web Site.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.airbearsoftware.com/"; 
  37. [Run]
  38. Filename: "{app}\desktop.exe"; Description: "&Run gdSuite Now"; MinVersion: 0.0,5.0.2195; Flags: postinstall nowait
  39. Filename: "http://www.airbearsoftware.com"; Description: "Visit the &Airbear Software Web Site Now"; MinVersion: 0.0,5.0.2195; Flags: shellexec postinstall nowait
  40. Filename: "http://www.airbearsoftware.com/gdsuite/"; Description: "Visit the &gdSuite Web Site Now"; MinVersion: 0.0,5.0.2195; Flags: shellexec postinstall nowait
  41. [Icons]
  42. Name: "{group}\gdSuite"; Filename: "{app}\desktop.exe"; MinVersion: 0.0,5.0.2195; 
  43. Name: "{userdesktop}\gdSuite"; Filename: "{app}\desktop.exe"; Components: quick_launch; MinVersion: 0.0,5.0.2195; 
  44. Name: "{group}\{cm:UninstallProgram,gdSuite}"; Filename: "{uninstallexe}"; MinVersion: 0.0,5.0.2195; 
  45. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\gdSuite"; Filename: "{app}\desktop.exe"; Components: quick_launch; MinVersion: 0.0,5.0.2195; 
  46. [Components]
  47. Name: "files"; Description: "gdSuite Core Files"; Types: "custom compact full"; MinVersion: 0.0,5.0.2195; 
  48. Name: "shell_inegration"; Description: "Add gdSuite to the Windows right click menu for folders and drives."; Types: "custom full"; MinVersion: 0.0,5.0.2195; 
  49. Name: "desktop_icon"; Description: "Create a desktop icon for gdSuite"; Types: "custom full"; MinVersion: 0.0,5.0.2195; 
  50. Name: "quick_launch"; Description: "Create a Quick Launch icon for gdSuite"; Types: "custom full"; MinVersion: 0.0,5.0.2195; 
  51. [UninstallDelete]
  52. Type: files; Name: "{group}\Visit the gdSuite Web Site.url"; 
  53. Type: files; Name: "{group}\Visit the Airbear Software Web Site.url"; 
  54. [Types]
  55. Name: "full"; MinVersion: 0.0,5.0.2195; 
  56. Name: "compact"; MinVersion: 0.0,5.0.2195; 
  57. Name: "custom"; MinVersion: 0.0,5.0.2195; 
  58. [CustomMessages]
  59. default.NameAndVersion=%1 version %2
  60. default.AdditionalIcons=Additional icons:
  61. default.CreateDesktopIcon=Create a &desktop icon
  62. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  63. default.ProgramOnTheWeb=%1 on the Web
  64. default.UninstallProgram=Uninstall %1
  65. default.LaunchProgram=Launch %1
  66. default.AssocFileExtension=&Associate %1 with the %2 file extension
  67. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  68. [Languages]
  69. ; These files are stubs
  70. ; To achieve better results after recompilation, use the real language files
  71. Name: "default"; MessagesFile: "embedded\default.isl"; 
  72.