Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-29 Thread Bob Arnson
On 4/26/2010 7:18 PM, gapearce wrote: I think you need to check one more bit. The example you linked to previously doesn't check the suite name. It does: if (VER_SUITE_WH_SERVER == (ovix.wSuiteMask VER_SUITE_WH_SERVER)) { WcaSetIntProperty(LWIX_SUITE_WH_SERVER, 1); } -- sig://boB

Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-29 Thread gapearce
Well it seems like that should work... I didn't see that in the example you linked to?...hmmm. And now we have this, too: http://www.winsupersite.com/server/whs_vail_preview.asp WHS Based on Win2008R2. So the version info is changing. -- View this message in context:

Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-26 Thread Bob Arnson
On 4/25/2010 6:41 PM, gapearce wrote: Thanks for the hint, Bob. I ran the installer and produced a log, but I don't see anything obviously wrong in there. (But I'm a noob). I ran this on a WH Server, using V3.0.5419 of WiX, and it prevents me from installing. Which release of WHS? I

Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-26 Thread gapearce
I'm running WHS v5.2 build 3790.srv03_sp2_gdr.100216-1301 : Service Pack 2. I think you need to check one more bit. The example you linked to previously doesn't check the suite name. I jammed the folowing code into a dll, and I call that, and it works correctly between 2003 and WHS. bool

Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-25 Thread Bob Arnson
Check a verbose log for the WixQueryOsInfo custom action. On 4/22/2010 6:34 PM, gapearce wrote: Bump? -- sig://boB http://joyofsetup.com/ -- ___ WiX-users mailing list

Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-25 Thread gapearce
Thanks for the hint, Bob. I ran the installer and produced a log, but I don't see anything obviously wrong in there. (But I'm a noob). I ran this on a WH Server, using V3.0.5419 of WiX, and it prevents me from installing. Maybe you could take a quick look? I'd appreciate it... I included

Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-22 Thread gapearce
Bump? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/PropertyRef-WIX-SUITE-WH-SERVER-tp4933515p4947530.html Sent from the wix-users mailing list archive at Nabble.com. --