Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Install a file no matter what

Status
Not open for further replies.

Ladyhawk

Programmer
Jan 22, 2002
534
AU
Using Visual Studio Installer, does anyone know how I can force the installer to install a file even if the one of the user's machine has a later date?

Cheers, Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
You could try creating a Merge Module, adding your files to it. Then add the Merge Module to your installation routine and select the IgnoreVersion property for the merge module. I haven't tried it - it might work.

Madlarry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top