i have ocx and inf file and need to create a msi file. Not sure how to go about it ?
Asked
Active
Viewed 1,762 times
1 Answers
2
Creating an MSI Package Using a Visual Studio Setup Project
Suggest you look at Wix:

Community
- 1
- 1

Mitch Wheat
- 295,962
- 43
- 465
- 541
-
I got to create msi and it runs and drops inf and ocx file in a folder. is that it ? or do i need make inf file run if so how ? – user1001325 Oct 18 '11 at 15:23
-
If you are installing a driver, take a look at this tutorial: http://www.codeproject.com/KB/library/driver-install-with-wix.aspx – Cosmin Oct 18 '11 at 17:30
-
This is what i have achieved I created a msi with a .inf and .ocx file with WIX and works charm as an admin user. But when a non admin user logs in and tries to access the same web page, activex component is not loaded, gives me error "please ensure your browser settings allow activex controls ................... ". Would like someone to post if they faced this scenario. I need non admin and standard users be able to access the link with activex downloaded. I made all the registry changes, for root, machine, current user. – user1001325 Oct 21 '11 at 20:16