home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2011 October / PCgo_1011_CD.iso / interface / contents / verstecktewindowsfunktionen_19012 / 50502 / files / drivermax.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2011-08-12  |  6.2 KB  |  95 lines

  1. ;InnoSetupVersion=5.2.3
  2. [Setup]
  3. AppName=DriverMax
  4. AppVerName=DriverMax 5
  5. AppId=DMX5
  6. AppVersion=5.93.0.823
  7. AppPublisher=Innovative Solutions
  8. AppPublisherURL=http://www.innovative-sol.com/
  9. AppSupportURL=http://www.innovative-sol.com/
  10. AppUpdatesURL=http://www.innovative-sol.com/
  11. DefaultDirName={pf}\Innovative Solutions\DriverMax
  12. DefaultGroupName=DriverMax
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. LicenseFile=embedded\License.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\stop_dmx.exe"; DestDir: "{app}"; AfterInstall: "KillDevices"; Flags: ignoreversion 
  20. Source: "{app}\Readme\license.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  21. Source: "{app}\Readme\dmx_email.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  22. Source: "{app}\Readme\driver_updates.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  23. Source: "{app}\Readme\agreement.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  24. Source: "{app}\Readme\pro_details.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  25. Source: "{app}\devices.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\innoupd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\innorst.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\loading_bar.avi"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\DPInst\x86\dpinst.exe"; DestDir: "{app}\DPInst\x86"; Flags: ignoreversion 
  30. Source: "{app}\DPInst\amd64\dpinst.exe"; DestDir: "{app}\DPInst\amd64"; Flags: ignoreversion 
  31. Source: "{app}\DPInst\ia64\dpinst.exe"; DestDir: "{app}\DPInst\ia64"; Flags: ignoreversion 
  32. Source: "{app}\Reports\Devices\custom_image.jpg"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  33. Source: "{app}\Reports\Devices\installed_devices_report.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  34. Source: "{app}\Reports\Devices\installed_devices_report.txt"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  35. Source: "{app}\Reports\Devices\installed_devices_template.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  36. Source: "{app}\Reports\Devices\sigla2.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  37. Source: "{app}\Reports\Devices\susdr.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  38. Source: "{app}\Reports\Devices\suslinie.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  39. [Dirs]
  40. Name: "{app}\Drivers"; 
  41. [Registry]
  42. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax\DriverMaxAgent"; Flags: uninsdeletekey deletekey noerror 
  43. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "DriverMax"; ValueType: String; Flags: uninsdeletevalue deletevalue 
  44. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax\DriverMaxAgent\Downloads"; Flags: uninsdeletekey 
  45. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax"; ValueName: "chkAgentEnabledCheck"; ValueType: Dword; ValueData: "$1"; Flags: deletevalue 
  46. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "DriverMax_RESTART"; ValueType: String; Flags: uninsdeletevalue deletevalue 
  47. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax\DriverMaxAgent\Updates"; Flags: uninsdeletekey deletekey 
  48. [INI]
  49. FileName: "{app}\dmx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.innovative-sol.com"; 
  50. [Run]
  51. Filename: "{app}\devices.exe"; Parameters: "-RND"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  52. Filename: "{app}\devices.exe"; Parameters: "-DATE"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  53. Filename: "{app}\devices.exe"; Parameters: "-DATE_LAST"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  54. Filename: "{app}\devices.exe"; Parameters: "-ASSOCIATE"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  55. Filename: "{app}\devices.exe"; Parameters: "-GENARCH"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; Flags: skipifsilent 
  56. Filename: "{app}\devices.exe"; Description: "Launch DriverMax"; Flags: postinstall skipifsilent nowait
  57. Filename: "{app}\devices.exe"; Parameters: "-SITE"; Description: "Open the DriverMax web page"; Flags: postinstall skipifsilent 
  58. [UninstallRun]
  59. Filename: "{app}\stop_dmx.exe"; Parameters: "/STOP"; WorkingDir: "{app}"; 
  60. [Icons]
  61. Name: "{group}\DriverMax"; Filename: "{app}\devices.exe"; 
  62. Name: "{group}\Other products by Innovative Solutions"; Filename: "{app}\dmx.url"; 
  63. Name: "{userdesktop}\DriverMax"; Filename: "{app}\devices.exe"; Tasks: desktopicon; 
  64. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DriverMax"; Filename: "{app}\devices.exe"; Tasks: quicklaunchicon; 
  65. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  66. [Tasks]
  67. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  68. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  69. [InstallDelete]
  70. Type: files; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\*.dmx-info"; 
  71. Type: files; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\log_v1.log"; 
  72. Type: files; Name: "{app}\devices_agent.exe"; 
  73. [UninstallDelete]
  74. Type: files; Name: "{app}\dmx.url"; 
  75. Type: filesandordirs; Name: "{app}\Drivers"; 
  76. Type: filesandordirs; Name: "{app}\Reports"; 
  77. Type: filesandordirs; Name: "{app}\Details"; 
  78. Type: files; Name: "{app}\log.txt"; 
  79. Type: files; Name: "{app}\*.zip"; 
  80. Type: filesandordirs; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\Downloded Drivers"; 
  81. [CustomMessages]
  82. default.NameAndVersion=%1 version %2
  83. default.AdditionalIcons=Additional icons:
  84. default.CreateDesktopIcon=Create a &desktop icon
  85. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  86. default.ProgramOnTheWeb=%1 on the Web
  87. default.UninstallProgram=Uninstall %1
  88. default.LaunchProgram=Launch %1
  89. default.AssocFileExtension=&Associate %1 with the %2 file extension
  90. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  91. [Languages]
  92. ; These files are stubs
  93. ; To achieve better results after recompilation, use the real language files
  94. Name: "default"; MessagesFile: "embedded\default.isl"; 
  95.