home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / dns4me / d4setup.exe / install_script.iss
Text File  |  2004-05-20  |  5KB  |  85 lines

  1. ;InnoSetupVersion=4.2.1
  2.  
  3. [Setup]
  4. AppName=DNS4Me
  5. AppVerName=DNS4Me 3.0
  6. AppId=DNS4Me
  7. AppPublisher=Rhino Software, Inc.
  8. AppPublisherURL=http://www.DNS4Me.com
  9. AppSupportURL=http://www.DNS4Me.com/support
  10. AppUpdatesURL=http://www.dns4me.com/download.asp
  11. DefaultDirName={pf}\RhinoSoft.com\DNS4Me
  12. DefaultGroupName=DNS4Me
  13. UninstallDisplayIcon={app}\DNS4MeClient.exe
  14. OutputBaseFilename=d4setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\DNS4MeClient.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\D4MClientShutdown.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\DNS4MeClientNT.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\MSVCR70.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\MFC70.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\PrintFAX.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Version.txt"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{sys}\INETWH32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  33. Source: "{app}\DNS4MeClient.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\DNS4MeClient.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\DNS4MeClientNon.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\DNS4MeClientNon.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\Support.ico"; DestDir: "{app}"; Flags: ignoreversion 
  38. Source: "{app}\KB.ico"; DestDir: "{app}"; Flags: ignoreversion 
  39. Source: "{app}\KB.url"; DestDir: "{app}"; 
  40. Source: "{app}\Support.url"; DestDir: "{app}"; 
  41.  
  42. [Registry]
  43. Root: HKLM; Subkey: "Software\Rhino Software\DNS4Me Client"; Flags: uninsdeletekey dontcreatekey 
  44. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\DNS4Me"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue deletevalue 
  45.  
  46. [Run]
  47. Filename: "{app}\DNS4MeClient.exe"; Parameters: "-makeservice"; StatusMsg: "Installing DNS4Me as a system service"; Description: "Run DNS4Me as a system service"; Flags: postinstall skipifsilent 
  48. Filename: "{app}\DNS4MeClient.exe"; Parameters: "-startservice"; Description: "Launch DNS4Me"; Flags: postinstall skipifsilent nowait
  49.  
  50. [UninstallRun]
  51. Filename: "{app}\D4MClientShutdown.exe"; WorkingDir: "{app}"; RunOnceId: "Shutdown"; Flags: skipifdoesntexist 
  52. Filename: "{app}\DNS4MeClient.exe"; Parameters: "-removeservice"; WorkingDir: "{app}"; RunOnceId: "RemoveService"; Flags: skipifdoesntexist 
  53.  
  54. [Icons]
  55. Name: "{group}\DNS4Me"; Filename: "{app}\DNS4MeClient.exe"; Comment: "Run DNS4Me"; 
  56. Name: "{group}\Read Me File"; Filename: "{app}\Readme.txt"; Comment: "DNS4Me Read Me File"; 
  57. Name: "{group}\License File"; Filename: "{app}\License.txt"; Comment: "DNS4Me License Agreement"; 
  58. Name: "{group}\Release Notes"; Filename: "{app}\Version.txt"; Comment: "DNS4Me Version History"; 
  59. Name: "{group}\Online Knowledge Base"; Filename: "{app}\KB.url"; WorkingDir: "{app}"; IconFilename: "{app}\KB.ico"; Comment: "Visit the DNS4Me online Knowledge Base"; 
  60. Name: "{group}\Online Technical Support"; Filename: "{app}\Support.url"; WorkingDir: "{app}"; IconFilename: "{app}\Support.ico"; Comment: "Email a support question to RhinoSoft.com engineers"; 
  61. Name: "{group}\Uninstall DNS4Me"; Filename: "{uninstallexe}"; 
  62. Name: "{userdesktop}\DNS4Me"; Filename: "{app}\DNS4MeClient.exe"; Tasks: desktopicon; 
  63.  
  64. [Tasks]
  65. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  66.  
  67. [InstallDelete]
  68. Type: files; Name: "{app}\MFC42.DLL"; 
  69. Type: files; Name: "{app}\MSVCRT.DLL"; 
  70.  
  71. [CustomMessages]
  72. default.AdditionalIcons=Additional icons:
  73. default.CreateDesktopIcon=Create a &desktop icon
  74. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  75. default.ProgramOnTheWeb=%1 on the Web
  76. default.UninstallProgram=Uninstall %1
  77. default.LaunchProgram=Launch %1
  78. default.AssocFileExtension=&Associate %1 with the %2 file extension
  79. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  80.  
  81. [Languages]
  82. ; These files are stubs
  83. ; To achieve better results after recompilation, use the real language files
  84. Name: "default"; MessagesFile: "embedded\default.isl"; 
  85.