mehargags Posted August 21, 2005 Posted August 21, 2005 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:-Cmdhere.msi /quietthis gave me -- Error creating Process<E:\docum~1\abc\local~1\TEMP\IX000.tmp\cmdhere.msi /quiet>. Reason: E:\iwndows\system32\advpack.dllthen i triedmsiexec.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 Posted August 21, 2005 Posted August 21, 2005 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
MHz Posted August 21, 2005 Posted August 21, 2005 msiexec /i Cmdhere.msi /quietYou do have to layout the command correctly or the window will popup to help out.
thuun derboy Posted September 14, 2005 Posted September 14, 2005 extract installer, if your msi has setup.ini file to guide install, try adding somethomg like:CmdLine= /qnunder [startup]CmdLine is usually blank after =._good luck...see attached, other option for pre iexpress tweaking.
thuun derboy Posted September 14, 2005 Posted September 14, 2005 for further info. on iexpress & msi file type...http://greenmachine.msfnhosting.com/IEXPRESS/iexpress.htmseek and ye shall find.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now