Bugs item #1867704, was opened at 2008-01-09 06:25 Message generated for change (Comment added) made by jasongin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1867704&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: votive Group: v3.0 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Chris Bardon (chrisbardon) Assigned to: Justin Rockwood (justinrockwood) Summary: Rebuild does not work Initial Comment: In version 3.0.3704.0, right clicking on a project and selecting "Rebuild" will not regenerate the setup, it will only report that the project is up to date. The only way to get the project to rebuild is to modify a file and then build. This means that if binaries are changed without changing the installer, the installer will not be rebuilt with the solution. I can reproduce this in both VS 2005 pro and VS 2008 pro on both Server 2003 and Vista Ultimate. ---------------------------------------------------------------------- >Comment By: Jason Ginchereau (jasongin) Date: 2008-05-29 13:18 Message: Logged In: YES user_id=2086430 Originator: NO I'm not sure exactly when this was fixed, but we've made several improvements to the MSBuild behavior in the past few months. Rebuild works fine now. ---------------------------------------------------------------------- Comment By: Heath Stewart (heaths) Date: 2008-01-24 23:12 Message: Logged In: YES user_id=1335104 Originator: NO An idea is to have an AdditionalResources group to which we customize the list of inputs at the project level, similar to Microsoft-shipped .targets files. We still couldn't depend on the .resources and other output files because the tasks create those while the task is running, but we could at least add @(Compile) to the list and catch most of the edits we'd make. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1867704&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
