The standard file replacement rules for Windows Installer are used in VS 2008 setup projects. These require file versions to be incremented for files that are to be updated. Files that haven't been updated don't need a version increment. This is basically the way every update installworks, whether it's built by VS, InstallShield, WiX etc.No warning is given because it's normal. If you install a Windows Service pack it does the same thing - lower versions do not replace higher versions. If you're not using versioned files, I suggest you start. Phil Wilson- Marked As Answer byLing WangMSFT, ModeratorFriday, July 31, 2009 3:23 AM
- Unmarked As Answer byinfrazee Sunday, August 02, 2009 7:39 AM
-
|