Re: [WiX-users] system32 install issue

2013-04-07 Thread David Steadman
Issue resolved.. Your answer helped me untangle my confusion http://msdn.microsoft.com/en-us/library/gg513929.aspx -Original Message- From: "Bruce Cran" Sent: ‎4/‎7/‎2013 12:17 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-use

Re: [WiX-users] system32 install issue

2013-04-07 Thread David Steadman
Bruce Cran" Sent: ‎4/‎7/‎2013 12:17 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] system32 install issue On 07/04/2013 16:40, David Steadman wrote: > I need to install these modules to the system32 directory .. how do > you recommend

Re: [WiX-users] system32 install issue

2013-04-07 Thread Bruce Cran
On 07/04/2013 16:40, David Steadman wrote: > I need to install these modules to the system32 directory .. how do > you recommend doing this seeing it is a 64bit installer..? On 64-bit machines the system32 directory contains 64-bit binaries, and is accessible using the System64Folder property; th

Re: [WiX-users] system32 install issue

2013-04-07 Thread David Steadman
Rob I need to install these modules to the system32 directory .. how do you recommend doing this seeing it is a 64bit installer..? On Sun, Apr 7, 2013 at 11:24 AM, Rob Mensching wrote: > System64Folder should resolve to 64-bit SystemFolder in 64-bit .msi > packages. > > > On Sun, Apr 7, 2013 a

Re: [WiX-users] system32 install issue

2013-04-07 Thread Rob Mensching
System64Folder should resolve to 64-bit SystemFolder in 64-bit .msi packages. On Sun, Apr 7, 2013 at 8:08 AM, David Steadman wrote: > Rob, > > when installing on the x64 machine it take the wow64 directory... ugh .. > > > On Sun, Apr 7, 2013 at 11:04 AM, David Steadman > wrote: > > testing now

Re: [WiX-users] system32 install issue

2013-04-07 Thread David Steadman
Rob, when installing on the x64 machine it take the wow64 directory... ugh .. On Sun, Apr 7, 2013 at 11:04 AM, David Steadman wrote: > testing now sorry, your correct... > > On Sun, Apr 7, 2013 at 10:30 AM, Rob Mensching wrote: >> I think you want SystemFolder ( >> http://msdn.microsoft.com/en

Re: [WiX-users] system32 install issue

2013-04-07 Thread David Steadman
testing now sorry, your correct... On Sun, Apr 7, 2013 at 10:30 AM, Rob Mensching wrote: > I think you want SystemFolder ( > http://msdn.microsoft.com/en-us/library/windows/desktop/aa372055(v=vs.85).aspx) > and System64Folder ( > http://msdn.microsoft.com/en-us/library/windows/desktop/aa372054(v=

Re: [WiX-users] system32 install issue

2013-04-07 Thread David Steadman
If I use the system folder it goes to the system64 folder.. I need the 64bit installer to place the files in the system32 On Sun, Apr 7, 2013 at 10:30 AM, Rob Mensching wrote: > I think you want SystemFolder ( > http://msdn.microsoft.com/en-us/library/windows/desktop/aa372055(v=vs.85).aspx) > and

Re: [WiX-users] system32 install issue

2013-04-07 Thread Rob Mensching
I think you want SystemFolder ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa372055(v=vs.85).aspx) and System64Folder ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa372054(v=vs.85).aspx ) On Sun, Apr 7, 2013 at 7:24 AM, David Steadman wrote: > When I am trying to insta