Sounds like the bug is not yet fixed. Would be great if you could open it.

PS: The WiX documentation provides a better way to do signing than trying
to handle it as a PostBuildEvent. *Highly* recommend going that route
instead.

On Fri, Mar 29, 2013 at 12:00 AM, Michael Pitra <mich...@pitra.at> wrote:

>
> Hi all,
>
> I have trouble signing a MSI generated with WiX 3.8.309.0. I try to
> achieve this in VS2012 with a PostBuildEvent in the Setup-Project, calling
> signtool with the $(TargetPath) as parameter.
> Unfortunately the $(TargetPath) variable resolves to
> $(ProjectDir)bin\Release\MyProject.msi, but not to
> $(ProjectDir)bin\Release\de-at\MyProject.msi, because I'm using
> <WixLocalization Culture="de-at" /> for localized strings.
>
> I have read that this problem existed in some versions around 3.0, but
> there were fixes. What am I missing here?
>
> Thanks in advance,
> Michael
>
>
> ------------------------------------------------------------------------------
> Own the Future-Intel(R) Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest. Compete
> for recognition, cash, and the chance to get your game on Steam.
> $5K grand prize plus 10 genre and skill prizes. Submit your demo
> by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to