Setup & Deployment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a program that use a private dll.
After making a setup project and install it in a client's computer
i want to update only the dll instaed of sending him the full setup.
How can i do that in the setup project?

Thanks
 
You could create an installer for this dll only. If you want to support
the installers for a full product lifecycle, it would be better to
consider WiX for creating your installers.

You can find information at http://wix.sourceforge.net/

Regards,
Tasos
 
But i don't want to do that.

Phil Wilson said:
Build a setup project that updates the older one:
http://www.simple-talk.com/2005/07/18/updates-to-setup-projects/
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

gad said:
Hi,

I have a program that use a private dll.
After making a setup project and install it in a client's computer
i want to update only the dll instaed of sending him the full setup.
How can i do that in the setup project?

Thanks
 
Back
Top