did that help???
Main Topics
Browse All TopicsI am trying to use the one-click publishing method for an application which has OCX's which require registration. The information I have found indicates that you need to create a bootstrap installation. I therefore created an MSI file with the OCX's but I do not understand how to add them to the one-click package. If I could put them under the 'prerequisites' then it would make sense, but I do not know how to put that information into the wizard. If I am heading down the wrong track, can someone point me in the right direction.
Additionally, I do not know where the end users will be placing the resulting structure on their LAN for their users to install. Do I need to know that information or is the application smart enough that it registers where it got it's original copy and will always check that location. If not do I have them modify the .application file and change the "deploymentProvider codebase " tag for the actual location.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
hey i got some infor that works I tried it....It is really for vb6....but it does the same for vb 2005
Getting Visual Studio to generate a .manifest file for a .NET application is trivial. This .manifest file can then be modified so that your Visual Basic 6.0 application gets the same nifty Reg-free COM functionality.
Switch to Visual Studio 2005 or Visual Basic Express.
In the Solution Explorer, double-click My Project.
Click the References tab.
Click Add.
In the Add Reference dialog box, click the COM tab.
Select Project2 and click OK.
Under References, select Interop.Project2, and then press F4 to view the properties window.
Set the Isolated property to True.
Now that the COM DLL has been referenced from the .NET launcher application, a .manifest file will be created the next time the application is published. Because the Isolated property has been set to True, Visual Studio knows to include the needed information in the manifest to deploy this DLL using Reg-free COM.
Click the Publish tab.
Click Publish Now.
here the link
http://msdn.microsoft.com/
Business Accounts
Answer for Membership
by: bman9111Posted on 2006-08-11 at 19:15:58ID: 17300420
from everything i have learned if u use one-click package u can only stay inside the .net framework....