Bugs item #1689830, was opened at 2007-03-28 05:29 Message generated for change (Settings changed) made by justinrockwood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1689830&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: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Peter Tewkesbury (p_tewkesbury) Assigned to: Justin Rockwood (justinrockwood) Summary: Error when using Wix3 when not installed on C drive Initial Comment: I have a windows box where the Windows drive is on D Drive for different reasons. When I installed Wix3, it was installed on D:\Program Files\Windows Installer XML\ When using MSBuild to build a wix project, it displayed errors saying it could not find C:\Program Files\Windows Installer XML\bin\candle.exe After checking the wix project file, I find that the path has been hard coded to c:\PROGRAM FILES\Windows Installer XML. This needs to be changed to $(ProgramFiles)\Windows Installer XML and all works (For me at least) Thanks for great project- Keep up the hard work. It is really appreachated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1689830&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
