home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Toolkits / Portateis / DriverMax / drivermax.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-10-16  |  6.0 KB  |  92 lines

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