-
Tip for running WPI from network-share...
Maybe your network is not setup correctly? you can try this: REM reg add "HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 00000001 /f REM create automatically a networkdrive (works only if the share is not password-protected) PUSHD \\192.168.x.xxx\DEPLOY REM Start WPI and wait until it was closed Start "running WPI..." /Wait WPI\wpi.exe REM removes the networkdrive POPD Attention: If WPI restarts your PC the network-drive is lost. Al
-
Future WPI feature requests! 8.0.0
I'd like to see nightly builds or public betas. Al
-
WPI v8 Bug thread
Maybe you should try to install a "normal" XP (without nLite) and try WPI again. You should also remove the "start"-commands in your install commands. Instead of start %systemdrive%\wpi\install\imgburn\imgburn.exe you should use %systemdrive%\wpi\install\imgburn\imgburn.exe Al
-
WPI v8 Bug thread
I can use your files without any problem (tried with WPI 8.0.2). AFAIK WPI has some problems if Nero 7 is installed. Do you have a "normal" XP (e.g. not modified with nlite)? You can also try to run WPI in another account. Al
-
WPI v8 Bug thread
Yes - you can also attach these files to your post. Al
-
WPI v8 Bug thread
You should also post the corrupt files. Al
-
WPI v8 Bug thread
I think it's better to NOT include empty config-files. Without these empty config-files I can download a new archive and extract it over my current WPI-installation and all it's fine. With these empty config-files download the archive and have to extract it manually if I don't want to override my config-files. In my opinion there is no need to change the current behavior. But I some people don't like this it would be better to initialize the config internaly with default-values and after that try to load the config files - if they exist override the default-values. Al
-
WPI v8 Bug thread
@midiboy First start WPI (this will create all missing files) - after that you can copy it to a network-share (now you can run WPI from network share without write-permissions). Al
-
WPI question
Ok - I switched to WPI.exe. B) Al
-
WPI question
I use wpi.hta only since a long time without problems. What makes WPI.exe more? Al
-
WPI question
In WPI 8 wpi.hta was moved from WPI\wpi.hta to WPI\Common\wpi.hta. Al
-
WPI v8 Bug thread
Thanx to mritter and Kelsenellenelvian - really good work. I think schnedwui's error was the same as mine - because I had exactly the same message. I my case it was the problem of IE6 (or its settings) - because my XP Home was a clean install without updates. After update to SP3 (and all later hotfixes) the problem was also gone without the fix. Al
-
WPI v8 Bug thread
I get the same error-message in my WinXP Home VM. Al
-
WPI v8 Bug thread
If the archive is updated the fix doesn't work. Just a hint: The image on wpiw.net shows 7.7.0 as current version. Al
-
WPI v8 Bug thread
There are problems with linebreaks in ToolTips - if you just press return a new-line-character will be inserted after the div in config.js prog[pn]=['Test']; shortdesc[pn]=['1.0']; uid[pn]=['TEST']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; cmds[pn]=[]; desc[pn]=['<P>Test</P> <P>1</P> <P>2</P> <P>3</P>']; pn++; Al