[WiX-users] Bug in 3.10.0.1823? LaunchAction.Install is Cache now

2015-06-29 Thread js69
In my Custom BA I noticed a weird change: In PlanPackageBegin: Debugging shows that myAction has the value Cache. Seems to be an enum bug. -- View this message in context:

Re: [WiX-users] Bug in 3.10.0.1823? LaunchAction.Install is Cache now

2015-06-29 Thread Sean Hall
We would need the Burn log from %TEMP% to be able to diagnose this. On Mon, Jun 29, 2015 at 3:49 AM, js69 juergen.schaep...@sirona.com wrote: In my Custom BA I noticed a weird change: In PlanPackageBegin: Debugging shows that myAction has the value Cache. Seems to be an enum bug.

Re: [WiX-users] Search for IIS Modules

2015-06-29 Thread Namrata Kumari
Can we try using Appcmd.exe command to find the list of modules installed for an application and then search AppWarmup and DynamicCompression in that list using following command : Eg : %windir%\system32\inetsrv\appcmd.exe list modules /app.name:Default Web Site -- View this message in

Re: [WiX-users] Not to create key under HKCU path in the registry

2015-06-29 Thread Namrata Kumari
I an able to create registry entry using below : Component Id=x64GuruKeys Guid=9421AAE1-93E0-403E-8F9E-11CD648A2F3F Win64=yes Directory=GURUINSTALLATION RegistryKey Id=x64GuruRegKey Root=HKLM Key=SOFTWARE\Wow6432Node\Installed_PRD\$(var.ProductName) Action=createAndRemoveOnUninstall

[WiX-users] 32 vs 64 bit MSI?

2015-06-29 Thread Walter Dexter
I know this isn't really specifically WiX related, but I also know you guys know lots of MSI and installer stuff. I'm seeing references to 32-bit MSIs vs. 64-bit MSIs. Is there actually something inherently architecture-related about an MSI, or is it just a matter of the 32/64 nature of the

Re: [WiX-users] Patching a product without ProductVersion property

2015-06-29 Thread Nir Bar
Patchwiz - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX InstallShield -- View this message in context:

Re: [WiX-users] 32 vs 64 bit MSI?

2015-06-29 Thread Rob Mensching
Yes, MSIs declare the architecture they support. X86 MSIs can't write to x64 locations. MSIs that target Alpha (now long deprecated) can't install on x86 or x64 or ia64 (also now deprecated?). See the -arch cmd-line switch and Win64 attributes on various elements.

Re: [WiX-users] Missing project name preprocessor variable for WiX v3.9 R2 setup project in VS 2012

2015-06-29 Thread Kiran Somisetty
Can you pls drop me from your mailing list. Thanks Kiran On Fri, Jun 26, 2015 at 9:52 PM, Newell,Tim trnew...@mdanderson.org wrote: I having an issue with a WiX setup project I recently added to a Visual Studio 2012 (Ultimate, Update 4) web service project. When the Candle utility processes