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
Text File  |  2005-09-13  |  5KB  |  83 lines

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