Frequently Asked Questions

FAQ

Q: Which file do I edit so I can add my own programs and tweaks?

A: There is now a configuration wizard that can be accessed from the main WPI interface.


Q: How many apps can I install?

A: Former versions of WPI supported up to 48 app. This has been changed to unlimited.


Q: Progs are displayed in name sort order. Some apps are dependent on each other. How can I achieve correct install order ?

A: Despite the progs are displayed in their names' sort order, they get installed in order of their definition in config.js. You can override this order by setting the install order in the config wizard.


Q: I'd like to run cleanup.cmd from WPI. How can I achieve this, so that it's executed at the end of all installations?

A: Since the release of 5.0 there is now an execute before and after section configured from the options menu.


Q: What are the command line switches WPI supports?

A: WPI now supports the calling of several different switches like so:

        WPI.hta options=useroptions_mritter.js config=config_mritter.js check=Work timer=30

        If a path is not specified for the file, it will assume they are in WPIScripts.

        It will still check for:
        WPI.hta Work 30

        NOTE: Paths can be full (starting with a drive letter) or relative to WPI.hta (starting with '.\' or '..\') and must end in '.js'. Spaces are supported only if a path is provided and properly quoted: (config="c:\space in\file path.js").


Q: How do I get WPI to reboot during the install process?

A: Simply enter %REBOOT% in one of the command lines. You can also set a time delay on the reboot by calling it like so: %REBOOT% 30. WPI will continue the installation process after a reboot.


Q: Question 1

A: Answer 1


Q: Question 2

A: Answer 2