Sha99y Posted May 28, 2005 Posted May 28, 2005 Hi,I would like to know why cmdlines calls some files but not all of them, i wrote the following in it.[COMMANDS]"RunOnceEx.cmd""REGEDIT /S regtweaks.reg""REGEDIT /S Notepad2.reg""netfx.msi /q""KB890830.exe /q""KB887472.exe /q""MsnMsgs.msi /q"Only first, second and fifth are installed, what`s wrong?, before i added third and sixth lines everything worked.If anybody knows what`s happening?Thanks.EDITED: Maybe i had changed the order of the lines when i added the third and sixth lines, because i did a new cmdlines.txt file.
Sonic Posted May 28, 2005 Posted May 28, 2005 I don't think the Microsoft Installer Service is ready when RunOnceEx is executed ... Try with "msiexec YourFile.msi /Switchs"Goodbye.
Sha99y Posted May 29, 2005 Author Posted May 29, 2005 OK i`ll try to do that, but i was nearly sure that .msi worked; doesn`t mind.Thaks a lot, bye.
Sha99y Posted May 29, 2005 Author Posted May 29, 2005 Trying to solve my problem i have realized that it may be due to windows installer v2; i don`t find w.i. v1, so i`m not sure of that, but i remember been able to install .msi files from cmdlines before i slipstreamed windows installer v2.If anybody knows something about it...Bye.
alfareed Posted June 1, 2005 Posted June 1, 2005 Use msiexec /i Your File.msi /SwitchsI Use For MSN Massengermsiexec /i MsnMsgs.msi /passive
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