Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +

I've an application that executes any kind of file with parameters but today I added support for creating Administrative Install Points for MSI files.

I would like to run the AIP with /qb and hide the status window from the user and instead display it inside my program. Later I would like to make it display in the taskbar for users on Windows 7.

I didn't found anything related to capturing Windows Installer installation startus messages or progress to use in my application.

Is it posible? If yes, how can I implement this?

Thanks.

Posted

1 solution

No, I don't think it is.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900