home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / virtualwin / vwsetup2.10.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-04-11  |  2.7 KB  |  63 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=VirtuaWin
  4. AppVerName=VirtuaWin 2.10
  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. [Registry]
  27. Root: HKLM; Subkey: "Software\VirtuaWin\Settings"; ValueName: "Path"; ValueType: String; ValueData: "{app}\"; Flags: uninsdeletekey 
  28. Root: HKLM; Subkey: "Software\VirtuaWin\Settings"; ValueName: "Multi"; ValueType: Binary; ValueData: "00"; Tasks: multi; Flags: uninsdeletekey 
  29. [Run]
  30. Filename: "{app}\README.TXT"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  31. [Icons]
  32. Name: "{commonstartup}\VirtuaWin"; Filename: "{app}\VirtuaWin.exe"; Tasks: autostart; 
  33. Name: "{group}\VirtuaWin"; Filename: "{app}\VirtuaWin.exe"; 
  34. Name: "{group}\Help"; Filename: "{app}\VirtuaWin.hlp"; 
  35. Name: "{group}\Readme"; Filename: "{app}\README.TXT"; 
  36. Name: "{group}\History"; Filename: "{app}\HISTORY.TXT"; 
  37. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  38. [Tasks]
  39. Name: "autostart"; Description: "Autostart upon boot"; 
  40. Name: "multi"; Description: "Enable multi user configuration files"; 
  41. [UninstallDelete]
  42. Type: files; Name: "{app}\VWCONFIG.CFG"; 
  43. Type: files; Name: "{app}\STICKY.CFG"; 
  44. Type: files; Name: "{app}\TRICKY.CFG"; 
  45. Type: files; Name: "{app}\USERLIST.CFG"; 
  46. Type: files; Name: "{app}\VWSTATE.CFG"; 
  47. Type: files; Name: "{app}\VWDISABLED.CFG"; 
  48. Type: files; Name: "{app}\VWWINDOWSSTATE.CFG"; 
  49. [CustomMessages]
  50. en.NameAndVersion=%1 version %2
  51. en.AdditionalIcons=Additional icons:
  52. en.CreateDesktopIcon=Create a &desktop icon
  53. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. en.ProgramOnTheWeb=%1 on the Web
  55. en.UninstallProgram=Uninstall %1
  56. en.LaunchProgram=Launch %1
  57. en.AssocFileExtension=&Associate %1 with the %2 file extension
  58. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "en"; MessagesFile: "embedded\en.isl"; 
  63.