I wanted to make an auto install for cmdhere.msi. Now i pkgd it with iexpress & in the Install Program field i tried the following ways turnwise:-
CODE
Cmdhere.msi /quiet
this gave me -- Error creating Process<E:\docum~1\abc\local~1\TEMP\IX000.tmp\cmdhere.msi /quiet>. Reason: E:\iwndows\system32\advpack.dll
then i tried
msiexec.exe /quiet Cmdhere.msi
&
msiexec.exe /i /quiet Cmdhere.msi %*
But all i get is a msg window showing me possible Parameters of msiexec.
Can u pls tell me how i can pkg these MSI based Appz so that i can use it in the SVCPACK.inf.
No im not making an unattended CD-- i just want these appz to be installed alongside with XP.
thx