Silent MSI packages?

Got a problem you cannot solve? Try here.
simondk
Posts: 25
Joined: Tue Apr 03, 2007 4:06 am

Silent MSI packages?

Postby simondk » Wed Jun 13, 2007 3:47 am

Hello!

Im creating MSI packages using the group policy wizard (is there another way?). And usually im just removing the prewritten "/s" for silent to make the userinterface show up. But i have a costumer who would like to be able to use the package both as silent and with userinterface shown. I cannot figure out how to do this, i thought i might just remove the "/s" and call the package with /qn as indicated when typing "package.msi /?". but this doesnt seem to work, so what am i doing wrong here ?

Thanks
-Simon

simondk
Posts: 25
Joined: Tue Apr 03, 2007 4:06 am

Postby simondk » Thu Jun 28, 2007 9:26 am

¿ Does no one have an idea of how to solve this issue ?

Thanks
-Simon

ddebono
Posts: 42
Joined: Wed Jun 20, 2007 7:17 am

Postby ddebono » Fri Jun 29, 2007 6:29 am

Use the -q parameter to make it silent, and no parameters do do it ordinary.

Do not include the parameter when using the group policy wizard.

David

simondk
Posts: 25
Joined: Tue Apr 03, 2007 4:06 am

Postby simondk » Mon Jul 02, 2007 3:26 am

Hello,
Thanks for the reply, but i cant make it work :(

I tried building the msi package through the group policy wizard, and removed the "/s" option which is there by default.

But it seems whatever i use as parameters it still pops up the userinterface everytime.

I tried
-s
/s
-q
/q
/qn
/passive
/quiet /passive
/quiet /passive /qn

and it still pops up the userinterface, and asks the user to press buttons..
i have no problem with the userinterface poping up but i need to be able to do installations automaticly (without user interaction) it doesnt matter what is displayed meanwhile...

Any ideas ?

Thanks in advance
-Simon

ddebono
Posts: 42
Joined: Wed Jun 20, 2007 7:17 am

Postby ddebono » Mon Jul 02, 2007 3:42 am

Hi,

It works here, ie package.msi -q

It might be that you are setting the SILENT variable to false in your code.

Try a blank new setup and see if that works.

David

simondk
Posts: 25
Joined: Tue Apr 03, 2007 4:06 am

Postby simondk » Mon Jul 02, 2007 3:47 am

i havnt altered the code, but i will go check it out.
thanks
-Simon

simondk
Posts: 25
Joined: Tue Apr 03, 2007 4:06 am

Postby simondk » Mon Jul 02, 2007 3:59 am

Hello again,
i just created a new default project, added a few random files.
Build as a single exe, then converted with the group policy wizard (removed the /s).
And tried executing the new msi with the /q option... no luck :(

do i need to make something else than a default project perhaps ?

thanks in advance
-simon

ddebono
Posts: 42
Joined: Wed Jun 20, 2007 7:17 am

Postby ddebono » Mon Jul 02, 2007 4:04 am

Hi Simon.

The I'm out of suggestions. It works with my setups.

I'm using IA 6.6

David

simondk
Posts: 25
Joined: Tue Apr 03, 2007 4:06 am

Postby simondk » Mon Jul 02, 2007 4:09 am

im using 6.4, ill try and upgrade, just might do the trick (crossing fingers :)) thanks for your time.
-Simon


follow-up: it worked upgrading to version 6.6 :)


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 158 guests