home *** CD-ROM | disk | FTP | other *** search
/ Level 2006 May (DVD) / Level_2006-05_139_DVDA_Divine-Divinity.iso / Software / RegAuditor / RegAuditor.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-05-02  |  2.1 KB  |  47 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=RegAuditor
  4. AppVerName=RegAuditor 1.9
  5. AppId=RegAuditor
  6. AppPublisher=Nsasoft LLC.
  7. AppPublisherURL=http://www.nsauditor.com
  8. AppSupportURL=http://www.nsauditor.com
  9. AppUpdatesURL=http://www.nsauditor.com
  10. DefaultDirName={pf}\Nsasoft\RegAuditor
  11. DefaultGroupName=RegAuditor
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\RegAuditor.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. [INI]
  20. FileName: "{app}\RegAuditor.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.nsauditor.com"; 
  21. [Run]
  22. Filename: "{app}\RegAuditor.exe"; Description: "{cm:LaunchProgram,RegAuditor}"; Flags: postinstall skipifsilent nowait
  23. [Icons]
  24. Name: "{group}\RegAuditor"; Filename: "{app}\RegAuditor.exe"; 
  25. Name: "{group}\{cm:ProgramOnTheWeb,RegAuditor}"; Filename: "{app}\RegAuditor.url"; 
  26. Name: "{userdesktop}\RegAuditor"; Filename: "{app}\RegAuditor.exe"; Tasks: desktopicon; 
  27. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\RegAuditor"; Filename: "{app}\RegAuditor.exe"; Tasks: quicklaunchicon; 
  28. [Tasks]
  29. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  30. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  31. [UninstallDelete]
  32. Type: files; Name: "{app}\RegAuditor.url"; 
  33. [CustomMessages]
  34. default.NameAndVersion=%1 version %2
  35. default.AdditionalIcons=Additional icons:
  36. default.CreateDesktopIcon=Create a &desktop icon
  37. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  38. default.ProgramOnTheWeb=%1 on the Web
  39. default.UninstallProgram=Uninstall %1
  40. default.LaunchProgram=Launch %1
  41. default.AssocFileExtension=&Associate %1 with the %2 file extension
  42. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  43. [Languages]
  44. ; These files are stubs
  45. ; To achieve better results after recompilation, use the real language files
  46. Name: "default"; MessagesFile: "embedded\default.isl"; 
  47.