Help - Search - Members - Calendar
Full Version: using iexpress for .msi appz
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
mehargags
I made some self installing Silent plgs for Certain Appz lilke Rar,ultraiso, & other stuff using Iexpress utility & all of them flawlessly install. Only Glitch i faced is regarding the MSI based setups. For eg:-
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
pawan
Try MSI Extractor (a tool to extract files from .msi files). Then you can customise any file(s) and installation command.

You can find MSI Extractor here.

Pawan
thumbup.gif
MHz
CODE
msiexec /i Cmdhere.msi /quiet


You do have to layout the command correctly or the window will popup to help out.
thuun derboy
extract installer, if your msi has setup.ini file to guide install, try adding somethomg like:
CmdLine= /qn
under [Startup]

CmdLine is usually blank after =.

_good luck...see attached, other option for pre iexpress tweaking.
thuun derboy
for further info. on iexpress & msi file type...

http://greenmachine.msfnhosting.com/IEXPRESS/iexpress.htm


seek and ye shall find.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.