home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / system / virtuawin / vwsetup3.0.exe / install_script.iss
Text File  |  2006-12-01  |  2KB  |  69 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=VirtuaWin
  5. AppVerName=VirtuaWin 3.0
  6. AppId=VirtuaWin
  7. DefaultDirName={pf}\VirtuaWin
  8. DefaultGroupName=VirtuaWin
  9. OutputBaseFilename=setup
  10. Compression=bzip2
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\VirtuaWin.exe"; DestDir: "{app}"; 
  18. Source: "{app}\VirtuaWin.hlp"; DestDir: "{app}"; 
  19. Source: "{app}\Modules\WinList.exe"; DestDir: "{app}\Modules"; 
  20. Source: "{app}\Modules\VWAssigner.exe"; DestDir: "{app}\Modules"; 
  21. Source: "{app}\UserList.cfg"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  22. Source: "{app}\Tricky.cfg"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  23. Source: "{app}\COPYING.TXT"; DestDir: "{app}"; 
  24. Source: "{app}\HISTORY.TXT"; DestDir: "{app}"; 
  25. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  26.  
  27. [Dirs]
  28. Name: "{app}\icons"; Flags: uninsalwaysuninstall 
  29. Name: "{app}\modules"; Flags: uninsalwaysuninstall 
  30.  
  31. [Run]
  32. Filename: "{app}\README.TXT"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{commonstartup}\VirtuaWin"; Filename: "{app}\VirtuaWin.exe"; Tasks: autostart; 
  36. Name: "{group}\VirtuaWin"; Filename: "{app}\VirtuaWin.exe"; 
  37. Name: "{group}\Help"; Filename: "{app}\VirtuaWin.hlp"; 
  38. Name: "{group}\Readme"; Filename: "{app}\README.TXT"; 
  39. Name: "{group}\History"; Filename: "{app}\HISTORY.TXT"; 
  40. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  41.  
  42. [Tasks]
  43. Name: "autostart"; Description: "Autostart upon boot"; 
  44.  
  45. [UninstallDelete]
  46. Type: files; Name: "{app}\VWCONFIG.CFG"; 
  47. Type: files; Name: "{app}\STICKY.CFG"; 
  48. Type: files; Name: "{app}\TRICKY.CFG"; 
  49. Type: files; Name: "{app}\USERLIST.CFG"; 
  50. Type: files; Name: "{app}\VWSTATE.CFG"; 
  51. Type: files; Name: "{app}\VWDISABLED.CFG"; 
  52. Type: files; Name: "{app}\VWWINDOWSSTATE.CFG"; 
  53.  
  54. [CustomMessages]
  55. en.NameAndVersion=%1 version %2
  56. en.AdditionalIcons=Additional icons:
  57. en.CreateDesktopIcon=Create a &desktop icon
  58. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  59. en.ProgramOnTheWeb=%1 on the Web
  60. en.UninstallProgram=Uninstall %1
  61. en.LaunchProgram=Launch %1
  62. en.AssocFileExtension=&Associate %1 with the %2 file extension
  63. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  64.  
  65. [Languages]
  66. ; These files are stubs
  67. ; To achieve better results after recompilation, use the real language files
  68. Name: "en"; MessagesFile: "embedded\en.isl"; 
  69.