Link to home
Start Free TrialLog in
Avatar of Wilder1626
Wilder1626Flag for Canada

asked on

Find Dll for compilation

Hello all

I need your help to make a compilation of my new visual studio 2001 project.

When i was using VB6, i was creating a compilation. After, i had a toll Findll.exe, to find all the ocx and dll that i needed to then, use Innostetup to create an install of my program.

But now that i have Visual Studio 2010, what do i need to find the ocx and dll, and can i still use inno setup?

Thanks again for your help.
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Wilder1626

ASKER

Wow, thank you so much. Very easy with clickonce.

Thanks again for your help
Not only is it easy with ClickOnce, but you will find out that distributing updates is so easy.

Just go back in the Publish tab, adjust the Publish version to a higher version (you usually synch it with the application version, but this is the Publish version and can be different), And click Publish Now.

A few seconds later, unless you have changed some of the defaults settings, any user that launch the application will be told that there is an update and will be offered to update the application. In situations were it is applicable, nothing can beat ClickOnce.