I guess the OP is talking about native binaries, not .NET assemblies 
since he mentioned signtool - sn is the .NET signing tool.

-- 
Bruce

On 12/18/2013 1:23 PM, John Cooper wrote:
> You'll have to correctly handle the case where a binary cannot be signed 
> because it has references to unsigned assemblies.  We run into this all the 
> time with our UI controls.
>
> --
> John Merryweather Cooper
> Build & Install Engineer - ESA
> Jack Henry & Associates, Inc.®
> Shawnee Mission, KS  66227
> Office:  913-341-3434 x791011
> jocoo...@jackhenry.com
> www.jackhenry.com
>
>
>
> -----Original Message-----
> From: Dror, Tomer [mailto:tomer.d...@intergraph.com]
> Sent: Wednesday, December 18, 2013 1:44 PM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] Signing all DLLs and EXEs in project
>
> If you can explain how do you want to sign the dll I can try to create wix 
> extension for you
>
> something like
>
>   <Component Directory="FeatureA1"
>
>                     yourNameSpace:SignKeyPathFile="yes"
>
>                     Guid="{87DFBD51-5DA7-46D2-9FB5-8A602A87EA71}"
>            Id="ComponentAA1.txt">
>            <File KeyPath="yes" 
> Source="Content\FeatureA\FeatureA1\ComponentAA1\ComponentAA1.txt"/>
>          </Component>
>        </Feature>
>
>
>
>
>
> Tomer Dror
>
> SmartPlant Explorer Development Manager.
> Intergraph Corporation.
> Intergraph Israel.
>
> Nesher 36881 - 4, Hacharoshet St.
> P: +972 (4) 8779191-1222
>
> Skype:tomer.dee
> http://www.intergraph.com
>
>
>
> .
>
> ________________________________________
> From: Rob Mensching [r...@robmensching.com]
> Sent: Wednesday, December 18, 2013 9:26 PM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] Signing all DLLs and EXEs in project
>
> Not today. Something considering for v4 (maybe).
>
> -----Original Message-----
> From: Brian Enderle [mailto:bria...@gmail.com]
> Sent: Wednesday, December 18, 2013 11:22 AM
> To: General discussion about the WiX toolset.
> Subject: [WiX-users] Signing all DLLs and EXEs in project
>
> Is there a way I can sign all the DLLs and EXEs in my project using WiX via 
> signtool?
>
> I was hoping there might be something available in the @Component element 
> that would allow me to selectively sign DLL/EXE files so that I could avoid 
> signing DLLs that I did not create.
>
> Brian
>
> If you can't explain it simply, you don't understand it well enough.  - 
> Albert Einstein
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> NOTICE: This electronic mail message and any files transmitted with it are 
> intended
> exclusively for the individual or entity to which it is addressed. The 
> message,
> together with any attachment, may contain confidential and/or privileged 
> information.
> Any unauthorized review, use, printing, saving, copying, disclosure or 
> distribution
> is strictly prohibited. If you have received this message in error, please
> immediately advise the sender by reply email and delete all copies.
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to