Jump to content

Recommended Posts

Posted

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 /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


Posted

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

Posted

msiexec /i Cmdhere.msi /quiet

You do have to layout the command correctly or the window will popup to help out.

  • 4 weeks later...
Posted

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.

post-46536-1126664487_thumb.jpg

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...