home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / bonus / srew / files / wgpro.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-02-24  |  3.6 KB  |  67 lines

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