Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Replace Existing files


1 reply to this topic

Dave I

Dave I
  • Members
  • 195 posts

Posted 09 January 2002 - 17:56

Will a file in the system32 folder be replaced by a another file of the same name, same version but newer modified date?

Old File:
Name=test1.dll
FileVersion=1,0,0,1
Creation Date 01/10/2001
Modified Date 01/10/2001

New File:
Name=test1.dll
FileVersion=1,0,0,1
Creation Date=09/10/2001
Modified Date=09/10/2001

The windows installer is having difficulty replacing files from our old install (pre-windows installer) even though the modified dates are greater.

Thanks,
Dave.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 11 January 2002 - 18:57

By default only older versions will be overwritten, so these files won't be replaced (date doesn't matter). Setting REINSTALLMODE=emus should work however. In general it is strongly suggested that you prperly increase the version numbers of your files.