Re: [WiX-users] Build WiX Projects via msbuild using TFSPreview Hosted Build Servers

2013-11-10 Thread Bob Arnson
On 08-Nov-13 09:23, John Cooper wrote: I know that part of the issue is that some of the ICE stuff (supplied by Microsoft) still depends on VBS. The other part is that CIS departments are loath to give rights to run the Windows Installer Service to not-true-and-not-human administrators.

Re: [WiX-users] error CNDL0001 : Cannot set column 'SecureObject' with a null value because this is a required field

2013-11-10 Thread Bob Arnson
On 09-Nov-13 19:36, Suryadeep Biswal wrote: I am getting an System.InvalidOperationException while compiling a WXS file with util:PermissionEx element under RegistryKey element. I am using WIX build 3.6.3303.0. Known bug that was fixed in WiX v3.7. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Burn - WACK, unresolvable warnings?

2013-11-10 Thread Bob Arnson
On 07-Nov-13 11:33, Simon Gustavsson wrote: I'll just have to live with that warning. However, to me, it looks like the version warnings are just an oversight. Is that so? Burn writes the DisplayVersion value instead. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Build WiX Projects via msbuild using TFSPreview Hosted Build Servers

2013-11-10 Thread Christopher Painter
Personally I can't wait to see what all this looks like in a couple years. I sit here bleary eyed after a 24 hour coding marathon where I extensively used TFS Service, an on-prem build server and a couple test VM's all hosted on Hyper-V. There are a handful of things I still don't like about

Re: [WiX-users] Build WiX Projects via msbuild using TFSPreview Hosted Build Servers

2013-11-10 Thread Blair Murri
Bob, I would love to find where the setting is to allow non-admin service accounts to perform per-user windows installer operations. I've searched for it without success. I'm sure I could get some administrators to loosen that particular restriction on build machines (considering that most are

Re: [WiX-users] Build WiX Projects via msbuild using TFSPreview Hosted Build Servers

2013-11-10 Thread Bob Arnson
On 10-Nov-13 17:12, Blair Murri wrote: Bob, I would love to find where the setting is to allow non-admin service accounts to perform per-user windows installer operations. I've searched for it without success. I'm sure I could get some administrators to loosen that particular restriction on

Re: [WiX-users] Build WiX Projects via msbuild using TFSPreview Hosted Build Servers

2013-11-10 Thread Blair Murri
From: http://msdn.microsoft.com/en-us/library/aa368304.aspx On Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, and Windows Server 2008 R2, if the policy value is Null, absent, or any number other than 1 or 2, the Windows Installer is enabled for managed applications.

Re: [WiX-users] Burn. How to set UILevel == 3 (INSTALLUILEVEL_BASIC) or 4 (INSTALLUILEVEL_REDUCED) for msi.

2013-11-10 Thread Alexey Larsky-RUS
Is it possible to set INSTALLUILEVEL_REDUCED (as DisplayInternalUI + BOOTSTRAPPER_DISPLAY_PASSIVE) only for certain msi in bindle without /passive command line argument? -Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: Saturday, November 02, 2013 11:05

[WiX-users] Error when decompiling and recompiling existing msi for a website

2013-11-10 Thread Tony Jose Mampilly
Hi, When I try to compile the wxs file generated by decompiling an existing working msi of a website it shows error LGHT0094 : Unresolved reference to symbol 'CustomAction:WEBCA_CreateURLs' in section . Somebody please help me with this issue. Thank you Regards Tony