home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 October / PCWELT_10_2006.ISO / pcwsoft / vwsetup2.11.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-07-25  |  2.4 KB  |  59 lines

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