home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / zabezpeceni / winguard / wgpro.exe / install_script.iss
Text File  |  2006-10-02  |  3KB  |  57 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=WinGuard Pro 2007
  5. AppVerName=WinGuard Pro 2007
  6. AppId=WinGuard Pro 2007
  7. DefaultDirName={pf}\WinGuard Pro 2007
  8. DefaultGroupName=WinGuard Pro 2007
  9. OutputBaseFilename=setup
  10. Compression=lzma
  11. DisableProgramGroupPage=yes
  12. LicenseFile=embedded\License.txt
  13. InfoBeforeFile=embedded\InfoBefore.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{sys}\rspencr320.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile promptifolder 
  19. Source: "{sys}\TABCTL32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile promptifolder 
  20. Source: "{sys}\wodShellMenu.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile promptifolder 
  21. Source: "{sys}\wgp.exe"; DestDir: "{sys}"; Flags: restartreplace sharedfile uninsrestartdelete promptifolder 
  22. Source: "{sys}\Loader.exe"; DestDir: "{sys}"; Flags: restartreplace sharedfile uninsrestartdelete promptifolder 
  23. Source: "{sys}\wgp.chm"; DestDir: "{sys}"; Flags: promptifolder 
  24.  
  25. [Registry]
  26. Root: HKLM; Subkey: "Software\WGP\Reg"; ValueName: "buyinfo0"; ValueType: String; ValueData: "Buy Online Direct From RegNow"; 
  27. Root: HKLM; Subkey: "Software\WGP\Reg"; ValueName: "buyinfo1"; ValueType: String; ValueData: "Buy Online Direct From PayPal"; 
  28. Root: HKLM; Subkey: "Software\WGP\Reg"; ValueName: "buylink0"; ValueType: String; ValueData: "http://www.regnow.com/softsell/nph-softsell.cgi?item=9817-1"; 
  29. Root: HKLM; Subkey: "Software\WGP\Reg"; ValueName: "buylink1"; ValueType: String; ValueData: "http://www.winguardpro.com/paypal.html"; 
  30. Root: HKLM; Subkey: "Software\WGP\Settings"; ValueName: "en"; ValueType: String; ValueData: "yessir"; 
  31. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "WinGuard Pro"; ValueType: String; ValueData: "{sys}\wgp.exe"; Flags: uninsdeletevalue 
  32. Root: HKLM; Subkey: "Software\WGP"; Flags: uninsdeletekey 
  33. Root: HKLM; Subkey: "Software\WGP\Ignore"; ValueName: "Program0"; ValueType: String; ValueData: "Page Setup"; 
  34. Root: HKLM; Subkey: "Software\WGP\Ignore"; ValueName: "Program1"; ValueType: String; ValueData: "Print Setup"; 
  35. Root: HKLM; Subkey: "Software\WGP\Ignore"; ValueName: "Program2"; ValueType: String; ValueData: "My Documents"; 
  36. Root: HKLM; Subkey: "Software\WGP\Settings"; ValueName: "appname"; ValueType: String; ValueData: "WinGuard Pro 2007"; 
  37. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\DirectDraw"; ValueName: "Banner"; ValueType: String; ValueData: "0"; 
  38.  
  39. [Icons]
  40. Name: "{group}\Configuration (password protected)"; Filename: "{sys}\Loader.exe"; WorkingDir: "{sys}"; 
  41.  
  42. [CustomMessages]
  43. default.NameAndVersion=%1 version %2
  44. default.AdditionalIcons=Additional icons:
  45. default.CreateDesktopIcon=Create a &desktop icon
  46. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  47. default.ProgramOnTheWeb=%1 on the Web
  48. default.UninstallProgram=Uninstall %1
  49. default.LaunchProgram=Launch %1
  50. default.AssocFileExtension=&Associate %1 with the %2 file extension
  51. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  52.  
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.