Click here to Skip to main content
15,885,188 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Earlier i created a .dll file for my project which was in VC++ and deploy the .dll in remote web server just like that.

But now, for another module they are asking to create a .msi package and .cab file from vb6.0 and deploy it in remote web server.

I dont know what to do. Actually i've created cab file using "Package and deployment wizard". But i dont know how to convert the .cab file into .msi package.

Things i want to know:

1)Create .cab package using VB6.0 (Some how i done this)
2)Convert .cab into .msi using VB6.0
3)Deploy the .msi file in remote web server.

Please help me ASAP.....

Thanks in Advance....
Posted

1 solution

After googling a lot, i came to know that we cannot create MSI and CAB file through VB6.0 application simultaneously.

Actually I searched for exporting the DLL COM component as MSI and CAB as well.

Then only i came to know that we can create a MSI and CAB file for COM deployment through Proxy deployment.

First we need to deploy the dll in one remote server and from there you need to export the component as Proxy application. It will automatically generate the MSI and CAB file for the component you are intended to generate.

Then that MSI can be run from the another web server that needs to be deployed.It will automatically installed in the remote server that needs to be.

At last i learned Proxy deployment of the COM :( SighS :)

I hope this would be helpful for some one like me.

Thanks.
 
Share this answer
 
Comments
Prasad_Kulkarni 23-May-12 9:25am    
Good work prabakar :)
My 5!
♥…ЯҠ…♥ 24-May-12 4:35am    
Thanks dude....!!!!
Sandeep Mewara 23-May-12 10:53am    
My 5!

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