-
RAID Slipstreamer x86/x64
Great tool though since using it I am unable to install the Windows Recovery Console. I keep receive the following error Setup was unable to build the list of files to be copied. The data is invalid. I've tested the install without using the RAID Slipstreamer and no problems.
-
Problem with RegKeyExists
gcond[pn]=['RegKeyExists("HKLM\\SOFTWARE\\Adobe\\Acrobat Reader\\8.0\\Installer\\VersionMax")'];
-
Gcond & Exclude
I have some selections in WPI which should disable the checkbox if it either is excluded by another selection or greyed out due to a condition (specifically the Citrix Server template selections and Sun Java). In some of my code, I find that not all the checkboxes are disabled even though the GCOND condition is true. I have attached my config.js Any help would be appreciated. Cheers. config.js
-
Creating local users
WPI is a GUI frontend to allow easy install of applications or execution of scripts. If you want to create local users on Windows machines then you will need to find a VBScript or similar to do this and use WPI to launch the script.
-
Inputting product keys into install
You will need to investigate the unattended install instructions for each application you wish to use. The vast majority of applications will allow you to install and input license keys/files with little hassle.
-
Theme highlighted colours
You will find it in \Themes\<Theme Name>\wpi.css
-
Deselect Forced Apps when GCOND is true?
No way now, but possible for a future release maybe??
-
Deselect Forced Apps when GCOND is true?
Is there a way to deselect forced applications if the GCOND is true? Basically, when I first run WPI I have some apps/options I want to force on initial install. Once they are installed, if I launch WPI again, WPI still selects the apps/options even when they are greyed out. Any chance of changing this? Cheers.
-
A New Cd-switching Utility
I cannot seem to download the new file, it appears it does not exist.
-
A New Cd-switching Utility
I now want to add the ability to search for a particular file on the CD to ensure the correct CD is inserted, since the CD I am using does not have a label. The code I am using does not appear to be working for me. If I use a CD where the file does not exist it does not eject the disc. cdswitch.exe "" /l:"IBM Director 5.20" /g:"X:\director\agent\windows\i386\FILES\dir5.20_agent_windows.exe" or cdswitch.exe "" X: /l:"IBM Director 5.20" /g:"X:\director\agent\windows\i386\FILES\dir5.20_agent_windows.exe" Any ideas?
-
A New Cd-switching Utility
It detects the CD now but I can't seem to get it to do a custom label for the disc cdswitch.exe "" X: /l:"IBM Director"
-
Problem with %extract%
Hi All, I'm trying to use the new extract feature in WPI and am having some issues. I have the following in my config command line though during the WPI install it shows a Windows Scripting error stating it cannot find the source file. The weird thing is that when I wait for the install to finish and then launch WPI again (once Windows is fully loaded) I can launch the install again for Notepad++ and it seems to work. MAKEDIR "C:\Program Files\Notepad++\" %extract% "C:\Build\Notepad++\Notepad++.zip" "C:\Program Files\Notepad++\" Any help would be appreciated. Thanks.
-
A New Cd-switching Utility
Tried that, unfortunately it was a no go.
-
A New Cd-switching Utility
Is there anyway of using this if the CD happens to have no label??
-
Check box on WMI query result
These really need 2 new functions written for WPI, those being System() and Model(). WPI would also need some new functionality for a Install/Check on Condition. Can anyone help out with this? I'm no good with Jscript.