home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / Programs / Dialup.Monitor.v3.0.0.41.WinALL / DialMonitor.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-07-01  |  4.4 KB  |  70 lines

  1. ;InnoSetupVersion=3.0.8
  2. [Setup]
  3. AppName=Dial-Up Monitor
  4. AppVerName=Dial-Up Monitor 3.0.0.41
  5. AppId=Dial-Up Monitor
  6. AppVersion=3.0.0.41
  7. AppPublisher=Radu Stanciu
  8. AppPublisherURL=http://www.dialmonitor.ro
  9. AppSupportURL=http://www.dialmonitor.ro/feedback.html
  10. AppUpdatesURL=http://www.dialmonitor.ro/new.html
  11. DefaultDirName={reg:HKCU\Software\Radu Stanciu\Dial-Up Monitor,ProgramPath|{pf}\Dial-Up Monitor}
  12. DefaultGroupName=Dial-Up Monitor
  13. UninstallDisplayIcon={app}\DMonitor.exe
  14. UninstallDisplayName=Dial-Up Monitor
  15. OutputBaseFilename=DialMonitor
  16. Compression=bzip2
  17. PrivilegesRequired=none
  18. ChangesAssociations=yes
  19. AllowNoIcons=yes
  20. LicenseFile=embedded\License.rtf
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23. [Files]
  24. Source: "{app}\DMonitor.exe"; DestDir: "{app}"; 
  25. Source: "{app}\LogViewer.exe"; DestDir: "{app}"; 
  26. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\DialMonitor.chm"; DestDir: "{app}"; 
  28. Source: "{app}\Register Dial-Up Monitor.url"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Report.dhr"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{sys}\icmp.dll"; DestDir: "{sys}"; Flags: sharedfile overwritereadonly onlyifdoesntexist 
  31. Source: "{sys}\iphlpapi.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile overwritereadonly onlyifdoesntexist 
  32. Source: "{sys}\SmartMenuXP.dll"; DestDir: "{sys}"; Flags: regserver sharedfile overwritereadonly onlyifdoesntexist 
  33. Source: "{sys}\SmartMenuXP.ocx"; DestDir: "{sys}"; Flags: regserver sharedfile overwritereadonly onlyifdoesntexist 
  34. Source: "{sys}\SmartSubClass.dll"; DestDir: "{sys}"; Flags: regserver sharedfile overwritereadonly onlyifdoesntexist 
  35. Source: "{sys}\SmartNetButton.ocx"; DestDir: "{sys}"; Flags: regserver sharedfile overwritereadonly onlyifdoesntexist 
  36. Source: "{app}\Docs\back.gif"; DestDir: "{app}\Docs"; 
  37. Source: "{app}\Docs\bullet.gif"; DestDir: "{app}\Docs"; 
  38. Source: "{app}\Docs\default.css"; DestDir: "{app}\Docs"; 
  39. Source: "{app}\Docs\dotted.gif"; DestDir: "{app}\Docs"; 
  40. Source: "{app}\Docs\logo.jpg"; DestDir: "{app}\Docs"; 
  41. Source: "{app}\Docs\readme.html"; DestDir: "{app}\Docs"; 
  42. Source: "{app}\Docs\rightside.jpg"; DestDir: "{app}\Docs"; 
  43. Source: "{app}\Docs\cart2.gif"; DestDir: "{app}\Docs"; 
  44. Source: "{app}\Docs\price.gif"; DestDir: "{app}\Docs"; 
  45. [Dirs]
  46. Name: "{app}\Docs"; 
  47. Name: "{app}\Settings\Providers"; 
  48. [Registry]
  49. Root: HKCU; Subkey: "Software\Radu Stanciu\Dial-Up Monitor"; Flags: uninsdeletekey dontcreatekey 
  50. Root: HKCU; Subkey: "Software\Radu Stanciu\Dial-Up Monitor"; ValueName: "Version"; ValueType: String; ValueData: "2.3"; Flags: uninsdeletevalue 
  51. Root: HKCR; Subkey: ".dml"; ValueType: String; ValueData: "DialMonitor.Report"; Flags: uninsdeletekey 
  52. Root: HKCR; Subkey: "DialMonitor.Report"; ValueType: String; ValueData: "Dial-Up Monitor Report File"; Flags: uninsdeletekey 
  53. Root: HKCR; Subkey: "DialMonitor.Report\DefaultIcon"; ValueType: String; ValueData: "{app}\DMonitor.exe,2"; Flags: uninsdeletekey 
  54. Root: HKCR; Subkey: "DialMonitor.Report\Shell\Open\command"; ValueType: String; ValueData: "{app}\LogViewer.exe ""%1"""; Flags: uninsdeletekey 
  55. [Run]
  56. Filename: "{app}\Docs\readme.html"; Description: "View the Readme document"; Flags: shellexec postinstall nowait
  57. Filename: "{app}\DMonitor.exe"; Description: "Start application"; Flags: postinstall nowait
  58. [Icons]
  59. Name: "{group}\Dial-Up Monitor"; Filename: "{app}\DMonitor.exe"; Comment: "Connects you to the Internet simply and efficiently."; 
  60. Name: "{group}\Readme"; Filename: "{app}\Docs\readme.html"; 
  61. Name: "{group}\Help File"; Filename: "{app}\DialMonitor.chm"; 
  62. Name: "{group}\Register Dial-Up Monitor Online"; Filename: "{app}\Register Dial-Up Monitor.url"; 
  63. Name: "{group}\License Agreement"; Filename: "{app}\License.txt"; 
  64. Name: "{group}\Uninstall Dial-Up Monitor"; Filename: "{uninstallexe}"; 
  65. Name: "{userdesktop}\Dial-Up Monitor"; Filename: "{app}\DMonitor.exe"; Comment: "Connects you to the Internet simply and efficiently."; Tasks: desktopicon; 
  66. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Dial-Up Monitor"; Filename: "{app}\DMonitor.exe"; Comment: "Connects you to the Internet simply and efficiently."; Tasks: quicklaunchicon; 
  67. [Tasks]
  68. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  69. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  70.