On Thursday, February 01, 2001 1:03 PM Robert Fernando wrote:
Subject: [ntdev] Windows Installer - deinstalling a package quietly with out
any p rompts
Hi all,
How do I use Windows Installer - deinstalling a package quietly with out any
prompts?
I currently usesetup.exe /x /qn
but this prompts are you sure yes / no we want to all ways specify yes without
any dialog.
I dunno if it works (it’s an old DOS-based trick), but you might try one of the
following:
setup /x /qn|echo y>nul
or:
setup /x /qn|more>nul
(if that doesn’t work ignore the “>nul” part and try again).
I know it sounds silly but it migh work, so give it a try.
Miguel Monteiro
xxxxx@criticalsoftware.com
www.criticalsoftware.com
«Humour and love are God’s answers
to Human weaknesses»
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com