Re: [WiX-users] Bundle signing

2012-11-20 Thread Neil Sleightholm
Ah that might be it - I disabled the scanner but the company has group policies that put it back! -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 20 November 2012 20:49 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Bundle s

Re: [WiX-users] Bundle signing

2012-11-20 Thread Rob Mensching
Insignia does work with cabinet files and such. Virus checkers love to peek into cabinets and that can often delay processing after the initiating executable (insignia) is gone. I often disable virus checking from my build folders to minimize these sorts of issues. On Tue, Nov 20, 2012 at 4:07 AM

Re: [WiX-users] Ensure .NET4 Full is installed

2012-11-20 Thread Michael Scheepers
Hi Andrew, take a look at the WiXNetFxExtension. It will determine the available frameworks and initialize some properties, that one can reference. The following properties may help you to compose your condition... It might look some what like: Reme

Re: [WiX-users] Ensure .NET4 Full is installed

2012-11-20 Thread Rob Mensching
NETFRAMEWORK20 or NETFRAMEWORK40FULL On Tue, Nov 20, 2012 at 11:26 AM, Andrew Jones wrote: > I have a windows service that requires at least .NET 2. However I have > found that on Windows 7 Embedded the windows service will fail to start if > .NET4 Client is installed. The solution is to do a 'f

[WiX-users] Ensure .NET4 Full is installed

2012-11-20 Thread Andrew Jones
I have a windows service that requires at least .NET 2. However I have found that on Windows 7 Embedded the windows service will fail to start if .NET4 Client is installed. The solution is to do a 'full' .NET 4 install. How can I create a condition that says ".NET2 or greater but if .NET4 is ins

Re: [WiX-users] ServiceInstall account error

2012-11-20 Thread Andrew Jocelyn
Hi I've resolved this. The errors in the event log are nothing to do with WIX. I've also got my permissions working by using PermissionEx. Thanks Andrew -Original Message- From: Andrew Jocelyn [mailto:andrew.joce...@empetus.co.uk] Sent: 19 November 2012 16:14 To: 'General discussion for

[WiX-users] Changing Permissions To Registry

2012-11-20 Thread Chaitanya
Hi, I have a problem in changing permissions to registry entry. Iam using these tags for assinigning permissions The same command I used for folders it's working. But,when I used for registries it's not working. Thanks & regards, Chaitanya. --

Re: [WiX-users] Bundle signing

2012-11-20 Thread Neil Sleightholm
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

Re: [WiX-users] Bundle signing

2012-11-20 Thread Peter Shirtcliffe
I've had reproducible access denied errors in builds where the Windows Indexing Service was locking files that I was writing. Excluding the location from indexing fixed it. -Original Message- From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] Sent: 20 November 2012 11:55 To: wix-users@lis

[WiX-users] Bundle signing

2012-11-20 Thread Parkes, Kevin
I've set to true and added and to my VS project (each using 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 f