Windows Post-Install Wizard (WPI)
WPI is a hypertext application designed to give users the choice of post application install.
Subforums
-
Addons for WPI, the RVM integrator and nLite.
- 29.5k posts
108 topics in this forum
-
The next version of WPI will be supporter ONLY! IF you want a copy you must request a copy and provide a Paypal transaction ID# v8.7.3 Updates ==================================================== **** Improvements to the Pause\Abort system in the installer. **** Fixed the update routines. **** Fixed the removal of bits=(64) **** Improved user file version detection schema. **** Program timeout check improvements. **** Added power shell detection to the WEB features. **** Downloading files functions are improved. **** Font installer improvements. **** Back Button now works. There are some people already on this list if you feel you may be please …
- 4 replies
- 12k views
-
Due to the advent of recent MS practices in the past couple of years (I refuse to install windows 10) and the lack of donations\interest in WPI I am announcing that WPI, likely will reach end of support in the next six months. As some of you know I rely solely on disability to live and I can no longer afford to keep up with domain costs, pc repairs and related costs. Sad to announce but it has been a hell of a 13 year run for WPI. In it's current form it works well and will continue to work well with legacy os's (Windows 8 and further back) I really don't have the will or energy to keep trying to breath life into WPI when the support is just not there. Than…
- 1 reply
- 7.7k views
-
Current Users! The 5 "core" WPI files need to be moved to the new dir. WPI will no longer recognize your files in the wpiscripts dir. To easily do this just run the cmd file "Upgrade", In your old WPI folder, then copy the created UserFiles folder to the new WPI folder. Steps to update your WPI folder: Download and extract the new WPI archive to a different location. Run the upgrade.cmd file in the old WPI folder. Copy the newly created UserFiles folder from old to new. Copy your Audio folder from old to new. Copy your Install folder from old to new. Copy Themes folder from old to new. Copy all of your Logos\Graphics files the new location. Rename or move your o…
-
- 0 replies
- 16.7k views
-
-
Hi, I got a problem with a batch file and two programs returning error code 999 in the log-file. What does this code mean? If I start the programs and the batch-file manually they works. Regards, Thiersee
-
- 14 replies
- 6.1k views
-
-
Hi, I has been using WPIW for quite a while. Moving from XP to Seven, I bump into a syntax problem I suppose. I used a cmds[pn] statement as follow cmds[pn]=[' "%wpipath%\\PathToExe\\MainExe.exe" /s /v/qn','{CMD} IF EXIST "%wpipath%\\PathToExe\\ExeFile.exe" start "Title" /WAIT "%wpipath%\\PathToExe\\ExeFile.exe" /s /v/qn ']; cond[pn]=['FileExists("%wpipath%\\PathToExe\\MainExe.exe")']; I always get and error cmd2 *** Fail *** (returned code 999): IF EXIST "D:\WPI\PathToExe\ExeFile.exe" start "Title" /WAIT "D:\WPI\PathToExe\ExeFile.exe" /s /v/qn What is really weird, it is working under XP (tested with version 8.5) but not with version 8.6.3 Can anyo…
-
- 14 replies
- 4.9k views
-
-
Windows Post-Install Wizard (WPI for short) is a hypertext application designed for giving users choice. While Windows XP offers many ways of customizing the setup process out of the box, its major drawback is the lack of being able to select which applications an end user may install. In the past, end users and administrators needed to either download the files manually, or create overly complex scripts that could only be used once. WPI allows you to create one image, which can then be custom configured, and optionally, automated, so that end users can install any applications that have been configured into WPI. Highlights! 4 more commandlines Reboot issues fixed. …
-
- 13 replies
- 9.1k views
-
-
Hi can someone please help or show me how to install these cab addon with wpi. basically i want to use wpi to install cab addon on my vista. thank you
-
- 12 replies
- 14.2k views
-
-
As you can see we have a new theme choice for the homepage now. (Defualt 2.0) It really does need a name so lets start with seeing what you can come up with. Winner gets 5 bucks and their name on the site!!! Http://www.wpiw.net
-
- 11 replies
- 6.5k views
-
-
Windows Post-Install Wizard (WPI for short) is a hypertext application designed for giving users choice. While Windows XP offers many ways of customizing the setup process out of the box, its major drawback is the lack of being able to select which applications an end user may install. In the past, end users and administrators needed to either download the files manually, or create overly complex scripts that could only be used once. WPI allows you to create one image, which can then be custom configured, and optionally, automated, so that end users can install any applications that have been configured into WPI. New Windows Style Theme: New Server Style Theme: New…
-
- 10 replies
- 9.7k views
-
-
Current Users! The 5 "core" WPI files need to be moved to the new dir. WPI will no longer recognize your files in the wpiscripts dir. To easily do this just run the cmd file "Upgrade", In your old WPI folder, then copy the created UserFiles folder to the new WPI folder. Steps to update your WPI folder: Download and extract the new WPI archive to a different location. Run the upgrade.cmd file in the old WPI folder. Copy the newly created UserFiles folder from old to new. Copy your Audio folder from old to new. Copy your Install folder from old to new. Copy Themes folder from old to new. Copy all of your Logos\Graphics files the new location. Rename or move your o…
-
- 10 replies
- 8.8k views
-
-
Hi there, I try to use WPI for installing some Apps. I added them in WPI 5.6 with the integrated Wizard. Now when i integrated the WPI in a Windows Image and tried to install the Apps with WPI, WPI installed some and some not. Effectively it are 2 Problems : 1.) When i select only one App (no matter which) then WPI simply shuts down and nothing happens 2.) When i select all Apps then WPI installs all but one categorie. Maybe it has to do with the Categorie? (@problem #2). I first created an own categorie named "Internet" for Apps like Firefox, QuicktimeAlternative and so on. Then WPI had some errors, so i switched all "Internet" Apps to "Utilities" brought by WPI itself…
-
- 10 replies
- 6.5k views
-
-
Hi, For my personnal usage I found a way to use variable in config.js. Before publishing anyting, I was wondering if there is a standard way to do so ? Regards. Gilles An example of what I want to achieve in config.js cmds[pn]=['{START} "VC2008" /B /WAIT "%wpipath%\\' + VC2008_DIR + '\\' + vc_2008 + 'x86.exe" /q', '{x64} {START} "VC2008x64" /B /WAIT "%wpipath%\\' + VC2008_DIR + '\\' + vc_2008 + 'x64.exe" /q'];cond[pn]=['getOSver()=="Win7" && FileExists("%wpipath%\\" + VC2008_DIR + "\\" + vc_2008 + "x86.exe")'];pn++;with // For VC2008var VC2008_DIR = "..\\Restore Hope - Admin Tools\\Microsoft Visual C++\\VC++ 2008 SP1"var vc_2008 = "vc 2008SP1+ redist_"
-
- 10 replies
- 4.4k views
-
-
When I open WPI in VMWARE I am getting An error has occurred in the script on this page line:94 Char:2 Error: Invalid syntax Code:0 URL WPI/WPI.hta I can you the the script maybe you know.
-
- 9 replies
- 9.5k views
-
-
I'm using the batch file at the end of this post in WPI to install tasks to Windows 8 task scheduler. In Windows 7 I could confirm the install worked by making WPI query the Windows 7 task scheduler folder. But Windows 8 no longer stores the tasks in a hidden folder. In addition, the command line "SCHTASKS /Query", which is suppose to display all scheduled tasks, does not display the one's I've imported, even after they are run by the PC. Anybody got a workaround so I can reliably use the WPI dependency function? @echo offCOLOR 1aECHO.echo Importing Tasks for Windows Tash SchedulerC:\Windows\System32\timeout.exe /T 2 /NOBREAKCLSCOLOR 1aecho.echo DATA SYNC NETWORK *******…
-
- 9 replies
- 4.9k views
-
-
-
Windows Post-Install Wizard (WPI for short) is a hypertext application designed for giving users choice. While Windows XP offers many ways of customizing the setup process out of the box, its major drawback is the lack of being able to select which applications an end user may install. In the past, end users and administrators needed to either download the files manually, or create overly complex scripts that could only be used once. WPI allows you to create one image, which can then be custom configured, and optionally, automated, so that end users can install any applications. WPI is a simple to use automation program for the choice and installation of multiple programs…
-
- 8 replies
- 6.3k views
-
-
OK my mobo blew.... Just the mobo I have tested ALL of the other components and they are all fine. But I am still living on disability and cannot afford the 60-70 dollar chunk for a new one... I found this one here --> http://www.newegg.com/Product/Product.aspx...N82E16813130185 It may be a cheap one BUT it is a MSI (I like them) and lets me have 16 gigs ram later on... I have a e2140 and 2 1gig sticks of ddr2-667 so thats pretty much my requirments... PLEASE help even if it is a small amount. It does build up!!! Links in the sig if you can donate...
-
- 8 replies
- 5.4k views
-
-
Windows Post-Install Wizard (WPI for short) is a hypertext application designed for giving users choice. While Windows XP offers many ways of customizing the setup process out of the box, its major drawback is the lack of being able to select which applications an end user may install. In the past, end users and administrators needed to either download the files manually, or create overly complex scripts that could only be used once. WPI allows you to create one image, which can then be custom configured, and optionally, automated, so that end users can install any applications. WPI is a simple to use automation program for the choice and installation of multiple programs…
-
- 8 replies
- 11.5k views
-
-
Windows Post-Install Wizard (WPI for short) is a hypertext application designed for giving users choice. While Windows XP offers many ways of customizing the setup process out of the box, its major drawback is the lack of being able to select which applications an end user may install. In the past, end users and administrators needed to either download the files manually, or create overly complex scripts that could only be used once. WPI allows you to create one image, which can then be custom configured, and optionally, automated, so that end users can install any applications. WPI is a simple to use automation program for the choice and installation of multiple programs…
-
- 7 replies
- 7.6k views
-
-
Happy 5th Anniversary!!! Windows Post-Install Wizard (WPI for short) is a hypertext application designed for giving users choice. While Windows XP offers many ways of customizing the setup process out of the box, its major drawback is the lack of being able to select which applications an end user may install. In the past, end users and administrators needed to either download the files manually, or create overly complex scripts that could only be used once. WPI allows you to create one image, which can then be custom configured, and optionally, automated, so that end users can install any applications. WPI is a simple to use automation program for the choice and insta…
-
- 7 replies
- 22.5k views
-
-
when i open wpi in customizing o.s. it shows error like this........... http://img138.imageshack.us/img138/9449/11510041.jpg wht is the reason guys???? a also open autorun it opens command prompt and quick exit..... why do this????? how to solve this error???? other o.s. s autorun and w.p.i. is completly run.... wht is the problem??? help me plz... .thnks.................
-
- 7 replies
- 4.5k views
-
-
Windows Post-Install Wizard (WPI for short) is a hypertext application designed for giving users choice. While Windows XP offers many ways of customizing the setup process out of the box, its major drawback is the lack of being able to select which applications an end user may install. In the past, end users and administrators needed to either download the files manually, or create overly complex scripts that could only be used once. WPI allows you to create one image, which can then be custom configured, and optionally, automated, so that end users can install any applications that have been configured into WPI. New Windows Style Theme: New Server Style Theme: New…
-
- 7 replies
- 6.7k views
-
-
NEEDED CHANGES FOR 5.6!!! To update other themes not posted here from 5.5 to 5.6: copy DefaultImage*.jpg from the \\WPI\Themes\Classic folder to \\WPI\Themes\"your theme" copy GenUID*.jpg from the \\WPI\Themes\Classic folder to \\WPI\Themes\"your theme" add the following code to the \\WPI\Themes\"your theme"\wpi.css file .ftxt { font-family: arial; font-weight: bold; color: #FF0000; font-size: 8pt; margin-left: 5px; margin-right: 10px; } 5.6 Ready Themes!!! Vista based on BoardBabes Royale theme: Download Here! Wolf_Vista by WolfX2! Download Here! Almulders theme: Download Here! "EverDawn2" by me (only for 1280x1024!) Download Here! Everdawn Theme: Download He…
-
- 7 replies
- 16.2k views
-
-
hello all i have built my iso and add some programs with WPI all is right but in the finish , after installation of progs with wpi and after reboot i have found in my hard disk C a folder of WPI with all programs like this so ; anyone can help me to resolve this error or how to do that in the finish i not found this folder very thanks very thanks to our SUPER MOD Ricktendo64 :thumb_yello:
-
- 7 replies
- 5.3k views
-
-
i would like to add support for some other executables .. ".ade, .adp, .bas, .bat, .chm, .cmd, .com, .cpl, .crt, .dll, .exe, .hlp, .hta, .inf, .ins, .isp, .js, .jse, .lnk, .mdb, .mde, .msc, .msi, .msp, .mst, .pcd, .pif, .reg, .scr, .sct, .shs, .url, .vb, .vbe, .vbs, .wsc, .wsf, .wsh" regb[pn]= *.reg cmd1[pn]= (all that windows can execute stand alone) for all the other ones that require command parameters switches ... infb[pn]= *.inf dllb[pn]= *.dll what file types aren't supported with the current? or.. from the file extensions listed which others will require command parameters switches?..or what other extensions can be executed stand alone fromcmd1[pn]=* .etc ... l mi…
-
- 6 replies
- 6.1k views
-