home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / system / drivermax / drivermax.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-11-01  |  3.5 KB  |  65 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=DriverMax
  4. AppVerName=DriverMax 3.0
  5. AppId=DMX3
  6. AppPublisher=Innovative Solutions
  7. AppPublisherURL=http://www.innovative-sol.com/
  8. AppSupportURL=http://www.innovative-sol.com/
  9. AppUpdatesURL=http://www.innovative-sol.com/
  10. DefaultDirName={pf}\Innovative Solutions\DriverMax
  11. DefaultGroupName=DriverMax
  12. OutputBaseFilename=drivermax
  13. Compression=lzma
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\devices.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\DPInst\x86\dpinst.exe"; DestDir: "{app}\DPInst\x86"; Flags: ignoreversion 
  19. Source: "{app}\DPInst\amd64\dpinst.exe"; DestDir: "{app}\DPInst\amd64"; Flags: ignoreversion 
  20. Source: "{app}\DPInst\ia64\dpinst.exe"; DestDir: "{app}\DPInst\ia64"; Flags: ignoreversion 
  21. Source: "{app}\Reports\Devices\custom_image.jpg"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  22. Source: "{app}\Reports\Devices\installed_devices_report.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  23. Source: "{app}\Reports\Devices\installed_devices_report.txt"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  24. Source: "{app}\Reports\Devices\installed_devices_template.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  25. Source: "{app}\Reports\Devices\sigla2.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  26. Source: "{app}\Reports\Devices\susdr.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  27. Source: "{app}\Reports\Devices\suslinie.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  28. [Dirs]
  29. Name: "{app}\Drivers"; 
  30. [INI]
  31. FileName: "{app}\dmx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.innovative-sol.com"; 
  32. [Run]
  33. Filename: "{app}\devices.exe"; Parameters: "-RND"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  34. Filename: "{app}\devices.exe"; Description: "Launch DriverMax"; Flags: postinstall skipifsilent nowait
  35. [Icons]
  36. Name: "{group}\DriverMax"; Filename: "{app}\devices.exe"; 
  37. Name: "{group}\Other products by Innovative Solutions"; Filename: "{app}\dmx.url"; 
  38. Name: "{userdesktop}\DriverMax"; Filename: "{app}\devices.exe"; Tasks: desktopicon; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DriverMax"; Filename: "{app}\devices.exe"; Tasks: quicklaunchicon; 
  40. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\dmx.url"; 
  46. Type: filesandordirs; Name: "{app}\Drivers"; 
  47. Type: filesandordirs; Name: "{app}\Reports"; 
  48. Type: filesandordirs; Name: "{app}\Details"; 
  49. Type: files; Name: "{app}\log.txt"; 
  50. Type: files; Name: "{app}\*.zip"; 
  51. [CustomMessages]
  52. default.NameAndVersion=%1 version %2
  53. default.AdditionalIcons=Additional icons:
  54. default.CreateDesktopIcon=Create a &desktop icon
  55. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. default.ProgramOnTheWeb=%1 on the Web
  57. default.UninstallProgram=Uninstall %1
  58. default.LaunchProgram=Launch %1
  59. default.AssocFileExtension=&Associate %1 with the %2 file extension
  60. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "default"; MessagesFile: "embedded\default.isl"; 
  65.