Chris Wilcox schrieb: > Yep, even if I just run (note I've been altering file/folder names just > to make sure): > > <install cmd='msiexec /i "%SOFTWARE%\OMSP5\OpenMind.msi" /qb-' /> > > It still fails on 1619 - I can navigate to this directory and run the > MSI and it runs fine... Try: cmd /C copy "%SOFTWARE%\OMSP5\OpenMind.msi" C:\ Just to check if it's there. Maybe SOFTWARE variable is not set? -- Tomasz Chmielewski http://wpkg.org |