home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 April / Gamestar_50_2003-04_cd1.bin / Programy / dvd_utility / DVDRegionFree13.exe / install_script.iss
Text File  |  2003-03-07  |  2KB  |  55 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=DVD Region-Free
  5. AppVerName=DVD Region-Free 1.31 Release
  6. AppId=DVD Region-Free
  7. AppPublisher=Fengtao Software
  8. AppPublisherURL=http://www.dvdidle.com/
  9. AppSupportURL=http://www.dvdidle.com/
  10. AppUpdatesURL=http://www.dvdidle.com/
  11. AppMutex=DVD Region_Main
  12. DefaultDirName={pf}\DVD Region-Free
  13. DefaultGroupName=DVD Region-Free
  14. OutputBaseFilename=DVDRegionFree13
  15. Compression=zip
  16. PrivilegesRequired=none
  17. DisableProgramGroupPage=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\DVDRegionFree.exe"; DestDir: "{app}"; Flags: restartreplace 
  24. Source: "{app}\DVDExec.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  25. Source: "{app}\DVDRegionFree_Res.dll"; DestDir: "{app}"; Flags: restartreplace 
  26. Source: "{app}\DVDSys.dll"; DestDir: "{app}"; Flags: restartreplace 
  27. Source: "{app}\DVDThunk.dll"; DestDir: "{app}"; Flags: restartreplace 
  28. Source: "{app}\DVDShell.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  29. Source: "{app}\DVDRegionFree.chm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  30. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  31. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  32.  
  33. [Registry]
  34. Root: HKCU; Subkey: "Software\DVD Region-Free"; Flags: uninsdeletekey 
  35.  
  36. [INI]
  37. FileName: "{app}\DVD Region-Free.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.dvdidle.com/"; 
  38.  
  39. [Run]
  40. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  41. Filename: "{app}\DVDRegionFree.exe"; Description: "Launch DVD Region-Free"; Flags: postinstall skipifsilent nowait
  42.  
  43. [Icons]
  44. Name: "{group}\DVD Region-Free"; Filename: "{app}\DVDRegionFree.exe"; 
  45. Name: "{group}\DVD Region-Free Help"; Filename: "{app}\DVDRegionFree.chm"; 
  46. Name: "{group}\DVD Region-Free Online"; Filename: "{app}\DVD Region-Free.url"; 
  47. Name: "{group}\Uninstall DVD Region-Free"; Filename: "{uninstallexe}"; 
  48. Name: "{userdesktop}\DVD Region-Free"; Filename: "{app}\DVDRegionFree.exe"; Tasks: desktopicon; 
  49.  
  50. [Tasks]
  51. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  52.  
  53. [UninstallDelete]
  54. Type: files; Name: "{app}\DVD Region-Free.url"; 
  55.