home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / temacd / dvdshrink / dvdshrink32setup.exe / install_script.iss
Text File  |  2004-07-25  |  4KB  |  79 lines

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