Bugs item #1799947, was opened at 2007-09-21 21:03
Message generated for change (Settings changed) made by barnson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1799947&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: pyro
Group: v3.0
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Heath Stewart (heaths)
>Assigned to: Bob Arnson (barnson)
Summary: Can't build patch when Product/@Id is "*"

Initial Comment:
When the Product/@Id is autogenerated ("*") a patch cannot be built. An 
ArgumentOutOfRangeException is thrown in Patch.BuildPairedTransforms because 
the Revision number summary property in the .wixmst contains the asterisks, 
like so:

*1.0.0.0;*1.0.0.1;{upgrade code}

String.Substring fails then. The main problem is that torch.exe is getting "*" 
from the product .wixouts instead of the guid, which is generated during 
binding in Binder.BindDatabase.

Autoguiding should happen earlier, like during compile to make sure that the 
GUIDs are available for other uses, like by torch.exe.

----------------------------------------------------------------------

Comment By: sameer garde (sameer_garde)
Date: 2007-09-28 22:33

Message:
Logged In: YES 
user_id=1864340
Originator: NO

Pri 2

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1799947&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to