Re: [WiX-users] Enforcing x86-only and x64-only installs

2009-07-01 Thread Quinton Tormanen
...@deltacompsys.com] Sent: Thursday, June 25, 2009 5:36 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Enforcing x86-only and x64-only installs Thanks Bob. Once I added the appropriate elements to my manifest, it appears to disable the Program Compatibilit

Re: [WiX-users] Enforcing x86-only and x64-only installs

2009-06-29 Thread Bob Arnson
Quinton Tormanen wrote: > doesn't invoke the PCA when done. However, if I choose to run it > directly from the web (using Run instead of Save), then it mysteriously > runs in the Windows Vista context and DOES invoke the PCA. > Probably depends on how each browser handles the download. -- sig

Re: [WiX-users] Enforcing x86-only and x64-only installs

2009-06-25 Thread Quinton Tormanen
hy this happens, but I'll see if I can get an answer from Chris Jackson. --Quinton -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Thursday, June 25, 2009 8:26 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Enforcing x

Re: [WiX-users] Enforcing x86-only and x64-only installs

2009-06-25 Thread Bob Arnson
Quinton Tormanen wrote: > Notice that I distribute my MSI file embedded in a bootstrap built with > IEXPRESS.EXE, which runs "MSIEXEC /i rmctools.msi /lv RMC_Install.log". > This bootstrap utility also has a manifest embedded using MT.exe that > sets the requested privilege level to "asInvoker". My

Re: [WiX-users] Enforcing x86-only and x64-only installs

2009-06-25 Thread Quinton Tormanen
al discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Enforcing x86-only and x64-only installs I think that is a Windows Installer message coming up first and then the app compat goo kicking in saying, "Ooo, ooo, your install failed would you like to try again with magic pixie

Re: [WiX-users] Enforcing x86-only and x64-only installs

2009-06-25 Thread Moradi, Ari
ore. -Ari -Original Message- From: Rob Mensching [mailto:r...@wixtoolset.org] Sent: Thursday, June 25, 2009 11:08 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Enforcing x86-only and x64-only installs I think that is a Windows Installer message

Re: [WiX-users] Enforcing x86-only and x64-only installs

2009-06-25 Thread Rob Mensching
I think that is a Windows Installer message coming up first and then the app compat goo kicking in saying, "Ooo, ooo, your install failed would you like to try again with magic pixie dust and maybe it'll work this time?" even though it won't. That's my best guess. Quinton Tormanen wrote: > Our

[WiX-users] Enforcing x86-only and x64-only installs

2009-06-23 Thread Quinton Tormanen
Our application includes a USB driver in its install through DIFxApp. I now have two installers, one for x86 and one for x64. I understand this to be a requirement when using difxap. Since the install will fail if running the x86 on x64 or vice versa, I thought it would be appropriate to use the e