[wpkg-users] Applying a transform to MSI - is my syntax correct?

Tomasz Chmielewski mangoo at wpkg.org
Mon Mar 16 16:27:00 CET 2009


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



More information about the wpkg-users mailing list