I want to use the Minimal wixui because I want the user to be able to just click next and have the install go, but I don’t want eula in it.  Is there any way to use the regular welcomeDlg in place of the WelcomeEulaDlg.  I get an error 2803 when I click the next button when I tried just changing the dialogRef.  What am I missing?

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: Thursday, August 03, 2006 10:57 AM
To: Simon Porter
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] installing fonts via msi

 

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 permissions. I am
currently logged on as the local admin and domain admin.
  

The log contains this message too:

Cannot get the font title for LT_50255.ttf.

The doc is kinda ambiguous but it does say:

Font name. It is recommended that you leave this column null for TrueType Fonts and TrueType Collections because the installer can register the font after reading the correct font title from the font file. If the font name is entered, it must be identical to font title from the font file. You must specify a title for fonts that do not have embedded names, such as .fon files.

So not being able to read the font title is probably a genuine error condition.

-- 
sig://boB
http://bobs.org
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to