jvidal Posted August 27, 2008 Posted August 27, 2008 Just wondering, is HFSLIP intelligent enough to not overwrite newer files with older ones?bye!
Martin H Posted August 28, 2008 Posted August 28, 2008 (edited) HFSLIP checks the time the file was created (just see for yourself which date Windows is showing) and slipstreams the newest. HFSLIP can't check the version number.If a.dll version 3.4.444 was created more recently than 3.5.5555 (which happens from time to time), 3.4.444 will be slipstreamed by mistake. Special exceptions already exist in HFSLIP but they only cover specific situations.This will work:a.dll version 3.5.5555 created on 12-January-2007a.dll version 3.4.444 created on 1-January-2007This works because 3.5.5555 has a newer date.This will fail:a.dll version 3.5.5555 created on 12-January-2007a.dll version 3.4.444 created on 15-January-2007This fails because 3.5.5555 has an older date.Source: http://www.msfn.org/board/index.php?s=&...st&p=710546 Edited August 28, 2008 by Martin H
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now