TNX all
@MHz: As i have many .msi prog to install with WPI and the error message appear any time, I think i should use the second script "Wait for a process (wpi) to close before ending the loop". The problem is i cant' find what process it is, since wpi is launched by wpi.hta file.
@Shark007: Before relaunching this thread on Jan 12 2007, I've tested a new install on a virtual machine with a very restricted progs list and got the the Windows Installer error message.
Here bellow the .msi progs in that restricted progs list:
CODE
prog[pn]=[]
desc[pn]=['<CENTER><b>Microsoft .NET Framework 1.1.4322.2032 SP1</CENTER></b><br>RyanVM Package Switchless Installer.']
cmd1[pn]=['%cdrom%\\software\\NetFramework\\dotnet11sp1.exe']
dflt[pn]=['yes']
cat[pn]=['System Tools']
ordr[pn]=[1]
pn++
prog[pn]=['MD5win32']
desc[pn]=['Hash reader make sure you have the downloaded file intact.']
cmd1[pn]=['%cdrom%\\software\\RightClick\\MD5_Hash\\md5win32.msi /qn']
dflt[pn]=['yes']
cat[pn]=['Right-Click Tweaks']
ordr[pn]=[725]
pn++
prog[pn]=['QuickSFV 2.32']
picf[pn]=['QuickSFV.gif']
desc[pn]=['<b>Quick Verification</b><br>QuickSFV was designed with one goal ... to be quick! Existing SFV file verification programs were slow and cumbersome to use.']
cmd1[pn]=['%cdrom%\\Software\\RightClick\\QSFV\\qsfv232.msi /qb']
dflt[pn]=['yes']
cat[pn]=['Right-Click Tweaks']
ordr[pn]=[782]
pn++
prog[pn]=['PathCopyEx']
desc[pn]=['A very simple shell extensionthat copies the text path of any file/folder in Explorer to the clipboard. Saves a bit of time on all those annoying Browse for Folder windows!']
cmd1[pn]=['%cdrom%\\Software\\RightClick\\PathCopy\\PathCopyEx.msi /QN']
dflt[pn]=['yes']
configs[pn]=['Corporate, HEN']
ordr[pn]=[780]
pn++
As you can notice, only NET Framework 1 (RyanVM Package Switchless Installer) is 7zip switchless installers using msistub.exe.
Moreover, this last year i made many UA/WPI installations; NET Framework 1 is the 1st prog to be installed and as far as i can remember i never got the Windows Installer error message at that 1st prog install.
Regards
coucou