Re: [WiX-users] Installing fonts

2009-05-19 Thread Rob Mensching
Appears to be a bug in the ICE. The FontsFolder is supposed to be modularlized and a CA is added to set it to the correct value during run time. It's a goofy implementation, IMHO, but that is the design the MSI team went with. Looks like they forgot that when writing ICE07. Kim Gybels wrote: >

Re: [WiX-users] Installing fonts

2009-05-15 Thread Kim Gybels
Rob Mensching wrote: > What version of the WiX toolset are you using? That shouldn't happen. > I just updated to 3.0 RC2 and I still get the same error. Version is reported as: Microsoft (R) Windows Installer Xml Compiler version 3.0.5217.0 Warning is reported as: light.exe(0,0): warning LGHT1076

Re: [WiX-users] Installing fonts

2009-05-14 Thread Rob Mensching
What version of the WiX toolset are you using? That shouldn't happen. Kim Gybels wrote: >> I always get the "is a Font and must be installed to the >> FontsFolder"-warnings. >> >> >> > The fonts need to be installed in the directory with Id=FontsFolder. > I was doing this correct. The problem

Re: [WiX-users] Installing fonts

2009-05-14 Thread Kim Gybels
> I always get the "is a Font and must be installed to the > FontsFolder"-warnings. > > The fonts need to be installed in the directory with Id=FontsFolder. I was doing this correct. The problem, however, is that I was doing this from a mergemodule. WiX applies modularization to the the directory

Re: [WiX-users] Installing fonts

2009-05-13 Thread Phil Sayers
Have you seen the "RegisterFonts" element? -Original Message- From: Kim Gybels [mailto:kim.gyb...@metris.com] Sent: Wednesday, May 13, 2009 12:29 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing fonts Hi, What is the correct way to install fonts using Wix? I alway

Re: [WiX-users] installing fonts via msi

2006-08-03 Thread Bob Arnson
Simon Porter wrote: I'm trying to put together a simple msi that will install a bunch of fonts that I can then deploy using active directory. The problem I'm getting though is when I run the setup program it complains that it couldn't register the fonts and to check I have sufficient permiss