FrameworkSDKDir is set in Microsoft.Common.targets, which
Micrsooft.CSharp.targets imports. Or you can use GetFrameworkSdkPath
MSBuild task directly

<GetFrameworkSdkPath>
  <Output TaskParameter="Path"
          PropertyName=" FrameworkSDKDir " />
</GetFrameworkSdkPath>


-----Original Message-----
From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 11, 2008 11:49
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Votive and Build Events

Certainly possible it was never implemented... but I'm not a MSBuild
guru by any means.

-----Original Message-----
From: Alex Ivanoff [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2008 16:03
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Votive and Build Events

I am trying to sign installation package as a post-build step. This is
the command that we use for C# projects:

"$(FrameworkSDKDir)bin\signtool.exe" sign /n "Company name" /d
"$(ProjectName)" /t "http://timestamp.verisign.com/scripts/timstamp.dll";
"$(TargetPath)"

As it turns out FrameworkSDKDir is not available in WiX projects. Bug?
Not implemented?

------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to