home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / bonus / srew / files / wgpro.exe / install_script.iss
Text File  |  2005-02-24  |  4KB  |  74 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=Winguard Pro 2005
  5. AppVerName=Winguard Pro 2005 5.8
  6. AppId={{F3366176-C5AC-40DA-B4C0-F90E85C20346}
  7. AppVersion=5.7
  8. AppPublisher=WGSoft
  9. AppPublisherURL=http://www.winguardpro.com
  10. AppSupportURL=http://www.winguardpro.com/contact.html
  11. AppUpdatesURL=http://www.winguardpro.com/products.html
  12. AppMutex=Winguard Pro 2005
  13. AppComments=Winguard Pro 2005
  14. DefaultDirName={pf}\WGP
  15. DefaultGroupName=Winguard Pro 2005
  16. UninstallDisplayIcon={sys}\wgp.exe
  17. UninstallDisplayName=Winguard Pro 2005
  18. OutputBaseFilename=wgpsetup
  19. Compression=lzma
  20. InfoBeforeFile=embedded\InfoBefore.rtf
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23.  
  24. [Files]
  25. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  26. Source: "{sys}\wodShellMenu.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{sys}\acrypt32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{app}\wgp.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  29. Source: "{app}\vbrun60sp6.exe"; DestDir: "{app}"; 
  30. Source: "{win}\Help\wgp.cnt"; DestDir: "{win}\Help"; 
  31. Source: "{win}\Help\WGP.HLP"; DestDir: "{win}\Help"; 
  32. Source: "{app}\LOCKCTRL.EXE"; DestDir: "{app}"; 
  33. Source: "{app}\keym.ico"; DestDir: "{app}"; 
  34. Source: "{sys}\TABCTL32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  35. Source: "{app}\wgpnote.exe"; DestDir: "{app}"; 
  36. Source: "{app}\Update\MAU.exe"; DestDir: "{app}\Update"; 
  37. Source: "{app}\Update\MAU.ini"; DestDir: "{app}\Update"; 
  38. Source: "{app}\Update\MAU.lng"; DestDir: "{app}\Update"; 
  39. Source: "{app}\update.ico"; DestDir: "{app}"; 
  40.  
  41. [Registry]
  42. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "WinGuard Pro"; ValueType: String; ValueData: "{app}\wgp.exe"; Flags: uninsdeletevalue 
  43. Root: HKLM; Subkey: "Software\WGP"; ValueName: "Version"; ValueType: String; ValueData: "Free"; Flags: uninsdeletevalue 
  44. Root: HKLM; Subkey: "Software\WGP"; ValueName: "Auth1"; ValueType: String; ValueData: "letmein"; 
  45. Root: HKLM; Subkey: "Software\WGP"; ValueName: "Auth2"; ValueType: String; ValueData: "letmein"; 
  46.  
  47. [Run]
  48. Filename: "{app}\vbrun60sp6.exe"; WorkingDir: "{app}"; StatusMsg: "Installing VB6 Runtime (SP6)"; Description: "Install VB6 Runtime (SP6) - Only need to install once!"; Flags: postinstall skipifsilent 
  49. Filename: "{app}\wgp.exe"; WorkingDir: "{app}"; Description: "Run the program"; Flags: postinstall nowait
  50.  
  51. [Icons]
  52. Name: "{group}\Setup Tool"; Filename: "{app}\wgpnote.exe"; WorkingDir: "{app}"; 
  53. Name: "{group}\Help"; Filename: "{win}\Help\WGP.HLP"; WorkingDir: "{sys}"; 
  54. Name: "{group}\Website"; Filename: "http://www.winguardpro.com"; 
  55. Name: "{group}\{cm:UninstallProgram,Winguard Pro 2005}"; Filename: "{uninstallexe}"; 
  56. Name: "{group}\Order Online"; Filename: "http://www.winguardpro.com/purchase.html"; 
  57. Name: "{group}\Update Check"; Filename: "{app}\Update\MAU.exe"; WorkingDir: "{app}\Update"; IconFilename: "{app}\update.ico"; 
  58.  
  59. [CustomMessages]
  60. default.NameAndVersion=%1 version %2
  61. default.AdditionalIcons=Additional icons:
  62. default.CreateDesktopIcon=Create a &desktop icon
  63. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  64. default.ProgramOnTheWeb=%1 on the Web
  65. default.UninstallProgram=Uninstall %1
  66. default.LaunchProgram=Launch %1
  67. default.AssocFileExtension=&Associate %1 with the %2 file extension
  68. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  69.  
  70. [Languages]
  71. ; These files are stubs
  72. ; To achieve better results after recompilation, use the real language files
  73. Name: "default"; MessagesFile: "embedded\default.isl"; 
  74.