Disabling popup window when calling MsiAdvertiseProduct API

R

raghuramji

Hi Folks,

I have generated the advertise script for a msi using
MsiAdvertiseProduct API.
While calling that API a popup window is appearing in UI. I don't know
how to disable that popup window during advertise script(.aas) creation
using windows API MsiAdvertiseProduct.

Thanks in Advance,
Raghu
 
C

Carolyn Napier [MSFT]

Prior to your call to MsiAdvertiseProduct, call MsiSetInternalUI. Pass
INSTALLUILEVEL_NONE for the dwUILevel parameter if you don't want any
installation UI.

Hope this helps,
- Carolyn Napier
Microsoft Windows Installer Team

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top