I don't use the same technique as you for signing (see recent thread "Failed to 
extract all files from container") but I have experienced problems with 
signing. My observation is that insignia needs a delay after it as it holds on 
to the file (this may not be used by the SignBundleEngine method but I am not 
sure) and also the signtool can hold on to the file. I have ended up with a few 
sleep operations after each step - not ideal but has made the build more 
reliable.

Note sure this helps.

Neil

-----Original Message-----
From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] 
Sent: 20 November 2012 11:55
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Bundle signing

I've set <SignOutput> to true and added
  <Target Name="SignBundleEngine">
and
  <Target Name="SignBundle">
to my VS project (each using <Exec> to run a batch file we use for signing)

Frequently, project build is failing (at least 2 times out of every 3 ) with 
access denied errors from either LINK or in the batch file. It would appear VS 
isn't waiting for one thing to finish before starting the next.

Has anyone else seen this? Any ideas how to fix it?


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single web 
console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud 
infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to