home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / dvd / ddsetup.exe / install_script.iss
Text File  |  2004-01-04  |  3KB  |  77 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=DUP-DVD V2.3.0
  5. AppVerName=DUP-DVD Ver 2.3.0
  6. AppId=DUP-DVD V2.3.0
  7. AppPublisherURL=http://www.dvd-dup.com
  8. AppSupportURL=http://www.dvd-dup.com/support.html
  9. DefaultDirName={pf}\Dup-dvd
  10. DefaultGroupName=Dup-dvd
  11. UninstallDisplayIcon={app}\Dup-dvd.exe
  12. OutputBaseFilename=ddsetup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\Dup-dvd.exe"; DestDir: "{app}"; 
  21. Source: "{app}\cds.dll"; DestDir: "{app}"; 
  22. Source: "{app}\navi.dll"; DestDir: "{app}"; 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  24. Source: "{app}\urls.dat"; DestDir: "{app}"; 
  25. Source: "{app}\rda.dll"; DestDir: "{app}"; 
  26. Source: "{app}\devlist.bin"; DestDir: "{app}"; 
  27. Source: "{app}\Dup-dvd.dat"; DestDir: "{app}"; 
  28. Source: "{app}\Dup-dvd.hlp"; DestDir: "{app}"; 
  29. Source: "{app}\Dup-dvd.cnt"; DestDir: "{app}"; 
  30. Source: "{app}\lang.cfg"; DestDir: "{app}"; 
  31. Source: "{app}\lang\ARABIC.TXT"; DestDir: "{app}\lang"; 
  32. Source: "{app}\lang\CROATIAN.TXT"; DestDir: "{app}\lang"; 
  33. Source: "{app}\lang\CZECH.TXT"; DestDir: "{app}\lang"; 
  34. Source: "{app}\lang\DANISH.TXT"; DestDir: "{app}\lang"; 
  35. Source: "{app}\lang\DUTCH.TXT"; DestDir: "{app}\lang"; 
  36. Source: "{app}\lang\DUTCH_2.TXT"; DestDir: "{app}\lang"; 
  37. Source: "{app}\lang\ENGLISH.TXT"; DestDir: "{app}\lang"; 
  38. Source: "{app}\lang\FINNISH.TXT"; DestDir: "{app}\lang"; 
  39. Source: "{app}\lang\FRENCH.TXT"; DestDir: "{app}\lang"; 
  40. Source: "{app}\lang\GALEGO.TXT"; DestDir: "{app}\lang"; 
  41. Source: "{app}\lang\GERMAN.TXT"; DestDir: "{app}\lang"; 
  42. Source: "{app}\lang\GREEK.TXT"; DestDir: "{app}\lang"; 
  43. Source: "{app}\lang\HEBREW.TXT"; DestDir: "{app}\lang"; 
  44. Source: "{app}\lang\hungarian.txt"; DestDir: "{app}\lang"; 
  45. Source: "{app}\lang\ITALIAN.TXT"; DestDir: "{app}\lang"; 
  46. Source: "{app}\lang\KOREAN.TXT"; DestDir: "{app}\lang"; 
  47. Source: "{app}\lang\norwegian.txt"; DestDir: "{app}\lang"; 
  48. Source: "{app}\lang\Polish.txt"; DestDir: "{app}\lang"; 
  49. Source: "{app}\lang\portuguese.txt"; DestDir: "{app}\lang"; 
  50. Source: "{app}\lang\RUSSIAN.TXT"; DestDir: "{app}\lang"; 
  51. Source: "{app}\lang\SLOVAK.TXT"; DestDir: "{app}\lang"; 
  52. Source: "{app}\lang\slovenian.txt"; DestDir: "{app}\lang"; 
  53. Source: "{app}\lang\SPANISH.TXT"; DestDir: "{app}\lang"; 
  54. Source: "{app}\lang\SWEDISH.TXT"; DestDir: "{app}\lang"; 
  55. Source: "{app}\lang\s_chinese.txt"; DestDir: "{app}\lang"; 
  56. Source: "{app}\lang\TURKISH.TXT"; DestDir: "{app}\lang"; 
  57. Source: "{app}\lang\t_chinese.txt"; DestDir: "{app}\lang"; 
  58. Source: "{app}\temp\dcloner.exe"; DestDir: "{app}\temp"; 
  59.  
  60. [Registry]
  61. Root: HKCU; Subkey: "Software\Dup-dvd"; Flags: uninsdeletekey 
  62. Root: HKLM; Subkey: "Software\Mcdip"; Flags: uninsdeletekey 
  63. Root: HKLM; Subkey: "Software\Mcdip\Data"; ValueName: "Value"; ValueType: String; ValueData: "1533-5323-3390-5502-0401-2350"; 
  64.  
  65. [Run]
  66. Filename: "{app}\temp\dcloner.exe"; Description: "Install DVD-Cloner (copy DVD with DVD burner)"; Flags: postinstall skipifsilent nowait
  67.  
  68. [Icons]
  69. Name: "{group}\DUP-DVD"; Filename: "{app}\Dup-dvd.exe"; 
  70. Name: "{userdesktop}\DUP-DVD"; Filename: "{app}\Dup-dvd.exe"; 
  71. Name: "{group}\Uninstall DUP-DVD"; Filename: "{app}\unins000.exe"; 
  72. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  73.  
  74. [UninstallDelete]
  75. Type: filesandordirs; Name: "{app}\*"; 
  76. Type: dirifempty; Name: "{app}"; 
  77.