home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 February / com_0204_1.iso / computer / datei_manager_07 / IntelligentCopier_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-24  |  4.4 KB  |  58 lines

  1. ;InnoSetupVersion=3.0.8
  2. [Setup]
  3. AppName=Intelligent Copier
  4. AppVerName=Intelligent Copier v1.0.0.7
  5. AppId=Intelligent Copier
  6. AppPublisher=D.S.M./Interdesigner
  7. AppPublisherURL=http://www.interdesigner.com
  8. AppSupportURL=http://www.interdesigner.com
  9. AppUpdatesURL=http://www.interdesigner.com
  10. AppMutex=interdesignerintelligentcopier
  11. DefaultDirName={pf}\Interdesigner Software\Intelligent Copier
  12. DefaultGroupName=Intelligent Copier
  13. OutputBaseFilename=IntelligentCopier_setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. InfoAfterFile=embedded\InfoAfter.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\IntelligentCopier.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Intelligent Copier Data File.dat"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Help\INTELLIGENTCOPIER.HLP"; DestDir: "{app}\Help"; Flags: ignoreversion 
  25. Source: "{app}\Help\IntelligentCopier.cnt"; DestDir: "{app}\Help"; Flags: ignoreversion 
  26. Source: "{app}\uninstex.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  27. Source: "{app}\uninstex.ini"; DestDir: "{app}"; Flags: ignoreversion 
  28. [Registry]
  29. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; Flags: uninsdeletekey 
  30. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "UninstallString"; ValueType: String; ValueData: "{app}\uninstex.exe"; 
  31. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "Inno Setup: App Path"; ValueType: String; ValueData: "{app}"; 
  32. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "Inno Setup: Icon Group"; ValueType: String; ValueData: "{group}"; 
  33. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "Inno Setup: User"; ValueType: String; ValueData: "{username}"; 
  34. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "HelpLink"; ValueType: String; ValueData: "http://www.interdesigner.com"; 
  35. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "URLInfoAbout"; ValueType: String; ValueData: "http://www.interdesigner.com"; 
  36. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "URLUpdateInfo"; ValueType: String; ValueData: "http://www.interdesigner.com"; 
  37. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "Inno Setup: Setup Version"; ValueType: String; ValueData: "3.0.3-beta"; 
  38. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "Publisher"; ValueType: String; ValueData: "D.S.M./Interdesigner Software Development"; 
  39. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "DisplayName"; ValueType: String; ValueData: "Intelligent Copier"; 
  40. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Intelligent Copier"; ValueName: "DisplayIcon"; ValueType: String; ValueData: "{app}\IntelligentCopier.exe"; 
  41. [INI]
  42. FileName: "{app}\uninstex.dat"; Section: "uninstex"; Flags: uninsdeletesection 
  43. FileName: "{app}\uninstex.dat"; Section: "uninstex"; Key: "Intelligent Copier"; String: "InnoUninst"; 
  44. FileName: "{app}\uninstex.dat"; Section: "uninstex"; Key: "SourceEXE"; String: "{srcexe}"; 
  45. FileName: "{app}\uninstex.dat"; Section: "uninstex"; Key: "UninstEXE"; String: "{uninstallexe}"; 
  46. [Run]
  47. Filename: "{app}\IntelligentCopier.exe"; Description: "Launch Intelligent Copier"; Flags: postinstall skipifsilent nowait
  48. [Icons]
  49. Name: "{group}\Intelligent Copier"; Filename: "{app}\IntelligentCopier.exe"; 
  50. Name: "{group}\Intelligent Copier Help"; Filename: "{app}\Help\IntelligentCopier.hlp"; 
  51. Name: "{group}\Uninstall Intelligent Copier"; Filename: "{app}\uninstex.exe"; 
  52. Name: "{userdesktop}\Intelligent Copier"; Filename: "{app}\IntelligentCopier.exe"; Tasks: desktopicon; 
  53. [Tasks]
  54. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  55. [UninstallDelete]
  56. Type: filesandordirs; Name: "{app}"; 
  57. Type: dirifempty; Name: "{pf}\Interdesigner Software"; 
  58.