home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / dvdshrink32setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-07-25  |  4.3 KB  |  71 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=DVD Shrink
  4. AppVerName=DVD Shrink 3.2
  5. AppId=DVD Shrink
  6. AppPublisher=DVD Shrink
  7. AppPublisherURL=http://www.dvdshrink.org
  8. AppSupportURL=http://www.dvdshrink.org
  9. AppUpdatesURL=http://www.dvdshrink.org
  10. DefaultDirName={pf}\DVD Shrink
  11. DefaultGroupName=DVD Shrink
  12. OutputBaseFilename=dvdshrink32setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\DVD Shrink 3.2.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Web\Acknowledgements.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  22. Source: "{app}\Web\Contents.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  23. Source: "{app}\Web\DVD Shrink Help.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  24. Source: "{app}\Web\DVD Shrink.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  25. Source: "{app}\Web\Guides.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  26. Source: "{app}\Web\Introduction.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  27. Source: "{app}\Web\License.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  28. Source: "{app}\Web\Quality.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  29. Source: "{app}\Web\Version History.htm"; DestDir: "{app}\Web"; Flags: ignoreversion 
  30. Source: "{app}\Web\Images\aec_modes.gif"; DestDir: "{app}\Web\Images"; Flags: ignoreversion 
  31. Source: "{app}\Web\Images\dvdshrink.gif"; DestDir: "{app}\Web\Images"; Flags: ignoreversion 
  32. Source: "{app}\Web\Images\quality_settings.gif"; DestDir: "{app}\Web\Images"; Flags: ignoreversion 
  33. Source: "{app}\Web\Images\spacer8x8.gif"; DestDir: "{app}\Web\Images"; Flags: ignoreversion 
  34. Source: "{app}\Web\Images\stripes.gif"; DestDir: "{app}\Web\Images"; Flags: ignoreversion 
  35. Source: "{app}\Version History.txt"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\Still Images\DefaultStill.png"; DestDir: "{app}\Still Images"; Flags: ignoreversion 
  38. [Registry]
  39. Root: HKCU; Subkey: "Software\DVD Shrink"; Flags: uninsdeletekeyifempty 
  40. Root: HKCU; Subkey: "Software\DVD Shrink\DVD Shrink 3.2"; Flags: uninsdeletekey 
  41. Root: HKCU; Subkey: "Software\DVD Shrink\DVD Shrink 3.2\Preferences"; ValueName: "InstallDirectory"; ValueType: String; ValueData: "{app}"; 
  42. Root: HKCU; Subkey: "Software\DVD Shrink\DVD Shrink 3.2\Preferences"; ValueName: "InstallApp"; ValueType: String; ValueData: "{app}\DVD Shrink 3.2.exe"; 
  43. Root: HKCU; Subkey: "Software\DVD Shrink\DVD Shrink 3.2\Preferences"; ValueName: "InstallHelpDirectory"; ValueType: String; ValueData: "{app}\Web"; 
  44. [Run]
  45. Filename: "{app}\DVD Shrink 3.2.exe"; Parameters: "/x"; 
  46. Filename: "{app}\Version History.txt"; Description: "View the Version History file"; Flags: shellexec skipifdoesntexist postinstall unchecked skipifsilent 
  47. Filename: "{app}\DVD Shrink 3.2.exe"; Description: "Launch DVD Shrink"; Flags: postinstall skipifsilent nowait
  48. [Icons]
  49. Name: "{group}\DVD Shrink 3.2"; Filename: "{app}\DVD Shrink 3.2.exe"; 
  50. Name: "{group}\DVD Shrink Information"; Filename: "{app}\Web\DVD Shrink.htm"; 
  51. Name: "{userdesktop}\DVD Shrink 3.2"; Filename: "{app}\DVD Shrink 3.2.exe"; Tasks: desktopicon; 
  52. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DVD Shrink 3.2"; Filename: "{app}\DVD Shrink 3.2.exe"; Tasks: quicklaunchicon; 
  53. Name: "{group}\Uninstall DVD Shrink"; Filename: "{uninstallexe}"; 
  54. [Tasks]
  55. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  56. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  57. [CustomMessages]
  58. default.NameAndVersion=%1 version %2
  59. default.AdditionalIcons=Additional icons:
  60. default.CreateDesktopIcon=Create a &desktop icon
  61. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  62. default.ProgramOnTheWeb=%1 on the Web
  63. default.UninstallProgram=Uninstall %1
  64. default.LaunchProgram=Launch %1
  65. default.AssocFileExtension=&Associate %1 with the %2 file extension
  66. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  67. [Languages]
  68. ; These files are stubs
  69. ; To achieve better results after recompilation, use the real language files
  70. Name: "default"; MessagesFile: "embedded\default.isl"; 
  71.