home *** CD-ROM | disk | FTP | other *** search
- ;InnoSetupVersion=5.1.2
- [Setup]
- AppName=VirtuaWin
- AppVerName=VirtuaWin 2.X
- AppId=VirtuaWin
- DefaultDirName={pf}\VirtuaWin
- DefaultGroupName=VirtuaWin
- OutputBaseFilename=setup
- Compression=bzip2
- PrivilegesRequired=none
- LicenseFile=embedded\License.txt
- WizardImageFile=embedded\WizardImage0.bmp
- WizardSmallImageFile=embedded\WizardSmallImage0.bmp
- [Files]
- Source: "{app}\VirtuaWin.exe"; DestDir: "{app}";
- Source: "{app}\VirtuaWin.hlp"; DestDir: "{app}";
- Source: "{app}\Modules\WinList.exe"; DestDir: "{app}\Modules";
- Source: "{app}\UserList.cfg"; DestDir: "{app}"; Flags: onlyifdoesntexist
- Source: "{app}\Tricky.cfg"; DestDir: "{app}"; Flags: onlyifdoesntexist
- Source: "{app}\COPYING.TXT"; DestDir: "{app}";
- Source: "{app}\HISTORY.TXT"; DestDir: "{app}";
- Source: "{app}\README.TXT"; DestDir: "{app}";
- [Dirs]
- Name: "{app}\icons"; Flags: uninsalwaysuninstall
- Name: "{app}\modules"; Flags: uninsalwaysuninstall
- [Run]
- Filename: "{app}\README.TXT"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
- [Icons]
- Name: "{commonstartup}\VirtuaWin"; Filename: "{app}\VirtuaWin.exe"; Tasks: autostart;
- Name: "{group}\VirtuaWin"; Filename: "{app}\VirtuaWin.exe";
- Name: "{group}\Help"; Filename: "{app}\VirtuaWin.hlp";
- Name: "{group}\Readme"; Filename: "{app}\README.TXT";
- Name: "{group}\History"; Filename: "{app}\HISTORY.TXT";
- Name: "{group}\Uninstall"; Filename: "{uninstallexe}";
- [Tasks]
- Name: "autostart"; Description: "Autostart upon boot";
- [UninstallDelete]
- Type: files; Name: "{app}\VWCONFIG.CFG";
- Type: files; Name: "{app}\STICKY.CFG";
- Type: files; Name: "{app}\TRICKY.CFG";
- Type: files; Name: "{app}\USERLIST.CFG";
- Type: files; Name: "{app}\VWSTATE.CFG";
- Type: files; Name: "{app}\VWDISABLED.CFG";
- Type: files; Name: "{app}\VWWINDOWSSTATE.CFG";
- [CustomMessages]
- en.NameAndVersion=%1 version %2
- en.AdditionalIcons=Additional icons:
- en.CreateDesktopIcon=Create a &desktop icon
- en.CreateQuickLaunchIcon=Create a &Quick Launch icon
- en.ProgramOnTheWeb=%1 on the Web
- en.UninstallProgram=Uninstall %1
- en.LaunchProgram=Launch %1
- en.AssocFileExtension=&Associate %1 with the %2 file extension
- en.AssocingFileExtension=Associating %1 with the %2 file extension...
- [Languages]
- ; These files are stubs
- ; To achieve better results after recompilation, use the real language files
- Name: "en"; MessagesFile: "embedded\en.isl";
-