Re: [WiX-users] Framework 4.0 installation using 3.5 Wix Boot strapper not creating setup.exe

2011-08-05 Thread Daniel Madill
Hello Mr. Gombrelli, Here is code taken from a *working* wixproj project file in WiX 3.5. MSSDK_DIR is an environment variable set to the absolute path to the Windows SDK. It installs the .NET Framework 4.0 client profile. For the full version use Include=".NETFramework,Version=v4.0". I don't s

[WiX-users] Framework 4.0 installation using 3.5 Wix Boot strapper not creating setup.exe

2011-08-05 Thread Bruce Gombrelli (Comsys Information Technology)
My bootstrapper isn't creating a setup.exe file. Can any one assist? >From my project file: .NET Framework 4.0 Windows Installer 3.1 Bruce Gombrelli Softare Design Engineer COMSYS Information Technology v-bru...@microsoft.com

[WiX-users] Changing registry key name for uninstall

2011-08-05 Thread Dario Griffo
Guys, I'm working on an installer project, everything is going really nice and fast, but I want to change the key name of the product for uninstalling. Right now the key is created automatically under HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\ and the key name is my product guid, but

[WiX-users] Registry permissions are not inherited

2011-08-05 Thread James Johnston
Hi, I'm trying to create some default registry keys for a component in HKEY_LOCAL_MACHINE that all users should have full access to. Here's what I've got so far: The keys I would like created

Re: [WiX-users] WebAppPool unexpected attributes

2011-08-05 Thread Atul Kolhatkar
Yes, I was using an older build. The errors went away after I upgraded to 3.5 final release build. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Friday, August 05, 2011 9:54 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WebAppPool unexpected att

Re: [WiX-users] VS2010 Not Harvesting Everything?

2011-08-05 Thread Neil Sleightholm
The auto harvesting doesn't include referenced assemblies, there is an outstanding bug/feature request for this. IMO harvesting is a useful (or in this case not so useful) first pass but not something that should be relied upon. I tend to manually harvest the build output folder and then make this

Re: [WiX-users] .Net pre-requisite check when using Managed Bootstrapper application in Burn

2011-08-05 Thread shruthi02
Doesn't the Bundle "Condition attribute" only support built in variables and not NETFRAMEWORK40FULL (or registry search results). In addition, it doesn't support custom error messages. Is this correct? I wasn't able to get a "Condition element" within a Bundle block to work. Is it possible that I

Re: [WiX-users] WebAppPool unexpected attributes

2011-08-05 Thread Bob Arnson
On 03-Aug-11 21:01, Atul Kolhatkar wrote: > The iis:WebAppPool element contains an unexpected attribute > 'ManagedPipelineMode' > The iis:WebAppPool element contains an unexpected attribute > 'ManagedRuntimeVersion' Those attributes are supported in WiX v3.5 and later. -- sig://boB http://joyof

Re: [WiX-users] .Net pre-requisite check when using Managed Bootstrapper application in Burn

2011-08-05 Thread Bob Arnson
On 04-Aug-11 10:18, shruthi02 wrote: > am asking for is launch conditions in Bundle that runs before loading the > bootstrapper dll. Bundle/@Condition -- sig://boB http://joyofsetup.com/ -- BlackBerry® DevCon Americas,

Re: [WiX-users] feature install state always stops install under XP SP3

2011-08-05 Thread Peter Stein
Straight from the tutorial: "The term NOT (!FeatureName = 3) means the feature is not installed locally." So since I want the install to stop if the feature *is* already installed in my product.wxs I have: Problem is this *always* stops the installer even when the software is not ins