Bugs item #1884000, was opened at 2008-01-31 16:26 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1884000&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: candle Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Luke Bakken (lb008d) >Assigned to: Mike Carlson (micarls) Summary: wixout creation causes System.UnauthorizedAccessException Initial Comment: If you are running non-admin, and use the "-xo" option to light.exe without specifying "-out", you'll get an exception because output.Save() in light.cs attempts to write to a location to which you don't have access. Attached is a patch to write to the temp location, and then use File.Move() to put the file in the working dir. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1884000&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
