home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 April / com_0405_1.iso / promotion / bkmaker.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-01-31  |  6.5 KB  |  96 lines

  1. ;InnoSetupVersion=4.0.3
  2. [Setup]
  3. AppName=BackUp Maker
  4. AppVerName=BackUp Maker v4.0
  5. AppId=BackUp Maker
  6. AppPublisher=ASCOMP Software GmbH
  7. AppPublisherURL=http://www.backupmaker.com
  8. AppSupportURL=http://www.backupmaker.com
  9. AppUpdatesURL=http://www.backupmaker.com
  10. DefaultDirName={pf}\ASCOMP Software\BackUp Maker
  11. DefaultGroupName=ASCOMP Software\BackUp Maker
  12. OutputBaseFilename=bkmaker
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\bkmaker.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  20. Source: "{app}\bkmaker.log"; DestDir: "{app}"; Flags: onlyifdoesntexist ignoreversion 
  21. Source: "{app}\deutsch.ini"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\english.ini"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\francais.ini"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\nederlands.ini"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\portugues.ini"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\help\de_actions.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  27. Source: "{app}\help\de_backup.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  28. Source: "{app}\help\de_config.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  29. Source: "{app}\help\de_editions.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  30. Source: "{app}\help\de_extended.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  31. Source: "{app}\help\de_filelist.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  32. Source: "{app}\help\de_files.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  33. Source: "{app}\help\de_filter.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  34. Source: "{app}\help\de_folders.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  35. Source: "{app}\help\de_history.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  36. Source: "{app}\help\de_index.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  37. Source: "{app}\help\de_intervall.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  38. Source: "{app}\help\de_menu.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  39. Source: "{app}\help\de_name.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  40. Source: "{app}\help\de_notice.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  41. Source: "{app}\help\de_ordersupport.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  42. Source: "{app}\help\de_restore.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  43. Source: "{app}\help\de_security.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  44. Source: "{app}\help\de_split.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  45. Source: "{app}\help\de_target.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  46. Source: "{app}\help\de_type.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  47. Source: "{app}\help\de_warranty.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  48. Source: "{app}\help\de_window.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  49. Source: "{app}\help\en_actions.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  50. Source: "{app}\help\en_backup.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  51. Source: "{app}\help\en_config.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  52. Source: "{app}\help\en_editions.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  53. Source: "{app}\help\en_extended.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  54. Source: "{app}\help\en_filelist.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  55. Source: "{app}\help\en_files.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  56. Source: "{app}\help\en_filter.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  57. Source: "{app}\help\en_folders.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  58. Source: "{app}\help\en_history.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  59. Source: "{app}\help\en_index.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  60. Source: "{app}\help\en_intervall.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  61. Source: "{app}\help\en_menu.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  62. Source: "{app}\help\en_name.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  63. Source: "{app}\help\en_notice.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  64. Source: "{app}\help\en_ordersupport.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  65. Source: "{app}\help\en_restore.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  66. Source: "{app}\help\en_security.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  67. Source: "{app}\help\en_split.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  68. Source: "{app}\help\en_target.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  69. Source: "{app}\help\en_type.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  70. Source: "{app}\help\en_warranty.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  71. Source: "{app}\help\en_window.htm"; DestDir: "{app}\help"; Flags: ignoreversion 
  72. Source: "{app}\help\item0.jpg"; DestDir: "{app}\help"; Flags: ignoreversion 
  73. Source: "{app}\help\item1.jpg"; DestDir: "{app}\help"; Flags: ignoreversion 
  74. Source: "{sys}\DVDProX2.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver sharedfile comparetimestamp 
  75. [Registry]
  76. Root: HKCR; Subkey: "Folder\shell\bkmaker"; ValueType: String; ValueData: "&BackUp Maker"; Flags: uninsdeletekey 
  77. Root: HKCR; Subkey: "Folder\shell\bkmaker\command"; ValueType: String; ValueData: "{app}\bkmaker.exe ""%1"""; 
  78. Root: HKCU; Subkey: "Software\ASCOMP\BackUp Maker"; Flags: uninsdeletekey 
  79. [Run]
  80. Filename: "{app}\bkmaker.exe"; Description: "Start BackUp Maker"; Flags: postinstall skipifsilent nowait
  81. [Icons]
  82. Name: "{group}\BackUp Maker"; Filename: "{app}\bkmaker.exe"; WorkingDir: "{app}"; IconFilename: "{app}\bkmaker.exe"; Comment: "BackUp Maker"; 
  83. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; Comment: "BackUp Maker Uninstall"; 
  84. Name: "{userdesktop}\BackUp Maker"; Filename: "{app}\bkmaker.exe"; WorkingDir: "{app}"; IconFilename: "{app}\bkmaker.exe"; Comment: "BackUp Maker"; Tasks: desktopicon; 
  85. Name: "{commonstartup}\BackUp Maker"; Filename: "{app}\bkmaker.exe"; WorkingDir: "{app}"; IconFilename: "{app}\bkmaker.exe"; Comment: "BackUp Maker"; 
  86. Name: "{group}\Website"; Filename: "http://www.backupmaker.com"; Comment: "Website"; 
  87. [Tasks]
  88. Name: "desktopicon"; Description: "&Desktop Shortcuts"; GroupDescription: "Links:"; 
  89. [UninstallDelete]
  90. Type: dirifempty; Name: "{app}\"; 
  91. [Languages]
  92. ; These files are stubs
  93. ; To achieve better results after recompilation, use the real language files
  94. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.rtf"; 
  95. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.rtf"; 
  96.