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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Install 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 **
 
Hi LadyHawk,

you can us commandline switches like /f a (a - Force all files to be reinstalled.)

This information is from MSI.chm for more commandline switches please check this file and search for "commandline"

I hope this information is of any help,

Grtz Hans If smile = vbFalse Then
MsgBox("Smile... Tomorrow will be worse!", ,"Smile...")
End If
 
Hi,

Thanks Hanzel79. I just wanted to force a particular file to be reinstalled.

Cheers, Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top