Re: [WiX-users] ICE validation error 0n 64 bit build

2008-09-25 Thread Nilkund Aseef
Original Message- From: Nilkund Aseef [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 20:37 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] ICE validation error 0n 64 bit build Hello, I have the following entry in my Wxs file: When I do a 64

[WiX-users] ICE validation error 0n 64 bit build

2008-09-25 Thread Nilkund Aseef
Hello, I have the following entry in my Wxs file: When I do a 64 bit build I get the following error: error LGHT0204 : ICE80: This Registry BootStrapperReg01 entry uses 32Bit Property Value [SystemFolder]MsiExec.exe in Registry table for a 64BitComponent Does anyone know how I can fix this err

[WiX-users] Unable to write the UninstallString value

2008-08-21 Thread Nilkund Aseef
Hello, I am writing an installer and one of the requirement is to call my own executable when the user wants to uninstall the msi from ARP. In order to do this, I have updated the .wxs file so that it modifies the UninstallString registry key to point to my custom exe (as below). However

[WiX-users] Creating entires in Wow6432Node

2008-07-28 Thread Nilkund Aseef
Hello, I have a requirement that my 64 bit msi should create registry entries on the Wow6432Node. In my wix file, I have the following logic Specifically, I force going to the WowNode if the build is for creating a 64 bit msi. However, I observe that on a 64 bit build, the

[WiX-users] Copying all files in a directory recursively

2008-06-27 Thread Nilkund Aseef
Hello, I was wondering if there is a way in WIX to copy all files in a directory ( with several subdirectories and files). I tried using copyfile element, but it only seems to copy all the files at the top level. The files under the subdirectories were not copied. This is the syntax I use in m