0

Is it possible to use visual studio to create an install package for COM+? If so how can I do it? I have successfully installed COM and had it registered but I have been unsuccessful with COM+.

2 Answers 2

1

You can easily build MSI’s that deploy COM+ packages using the WiX toolset which integrates with Visual Studio.

WiX Homepage: http://wix.sourceforge.net/

Com+ documentation: http://wix.sourceforge.net/manual-wix3/complus_xsd_index.htm

For a sample see: http://www.tramontana.co.hu/wix/lesson6.php#6.11

Sign up to request clarification or add additional context in comments.

Comments

0

I did some more research and after a complicated process I was able to do this using custom action and by using some of the apis provided by microsoft.

http://msdn.microsoft.com/en-us/library/ee309561(v=vs.85).aspx

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.