Disabling popup window when calling MsiAdvertiseProduct API

  • Thread starter Thread starter raghuramji
  • Start date Start date
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
 
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>
 
Back
Top