Hello,

I need some help with my installer script.  It is not installing the my fonts 
to the FontsFolder.

I don’t receive any errors building the script or installing the msi.  The 
fonts are not installed the the windows font folder.

Any help appreciated.

I’m running Wix 3.7 with VS2012 and installing the msi on a Windows 8 machine.

Here is the script...

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Product Id="6abef051-21b4-4c07-839a-00d033fe5ec1" Name="Rmca.Net" 
Language="1033" Version="4.0.2013.1" Manufacturer="Company Name" 
UpgradeCode="8aaf3321-d27c-4da3-a306-b6c74e553da7">
        <Package InstallerVersion="200" Description="Rmca.Net Menu" 
Comments="Rmca.Net Menu" Manufacturer="Company Name" Languages="1033" 
InstallPrivileges="elevated" Compressed="yes" />
        <Binary Id="InstallUtil" SourceFile=".\Binary\InstallUtil" />
        <Binary Id="MSVBDPCADLL" SourceFile=".\Binary\MSVBDPCADLL" />
        <Binary Id="VSDNETCFG" SourceFile=".\Binary\VSDNETCFG" />
        <Binary Id="DefBannerBitmap" SourceFile=".\Bitmaps\bannrbmp.bmp" />
        <Binary Id="UpFldrBtn" SourceFile=".\Bitmaps\UpFldrBtn.bmp" />
        <Binary Id="NewFldrBtn" SourceFile=".\Bitmaps\NewFldrBtn.bmp" />
        <Property Id="ARPPRODUCTICON" Value="Rmca.MenuLauncher.exe" />
        <Icon Id="Rmca.MenuLauncher.exe" 
SourceFile="$(var.ProjectDir)\Icon\Rmca.Net.ico" />
        <Property Id="ROOTDRIVE"><![CDATA[C:\]]></Property>
        <WixVariable Id="WixUIBannerBmp" 
Value="$(var.ProjectDir)\Bitmaps\bannrbmp.bmp" />
        <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
    <Directory Id="TARGETDIR" Name="SourceDir">
      <Directory Id="WINDOWSVOLUME">
        <Directory Id="ProgramFilesFolder">
          <Directory Id="INSTALLLOCATION" Name="Rmca.Net">
          </Directory>
        </Directory>
        <Directory Id="RmcaNetTargetDir" Name="Rmca.Net">
          <Directory Id="RmcaNetApplicationDir" Name="Appliction">
          </Directory>
          <Directory Id="RmcaNetBaseDir" Name="Base">
          </Directory>
          <Directory Id="RmcaNetSettingsDir" Name="Settings">
          </Directory>
          <Directory Id="RmcaNetTestDir" Name="Test">
            <Directory Id="RmcaNetTestApplicationDir" Name="Appliction">
            </Directory>
            <Directory Id="RmcaNetTestBaseDir" Name="Base">
            </Directory>
            <Directory Id="RmcaNetTestSettingsDir" Name="Settings">
            </Directory>
            <Directory Id="RmcaNetTestThemesDir" Name="Themes">
            </Directory>
          </Directory>
          <Directory Id="RmcaNetThemesDir" Name="Themes">
          </Directory>
        </Directory>
      </Directory>
      <Directory Id="FontsFolder" />
    </Directory>
    <DirectoryRef Id="FontsFolder">
      <Component Id="InstallFonts" 
Guid="{90C53EF5-321C-4A77-AEE1-364916D029B5}">
        <File Id="Rock.ttf" FontTitle="Rockwell" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Rock.ttf" TrueType="yes" />
        <File Id="Rockb.ttf" FontTitle="Rockwell Bold" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Rockb.ttf" TrueType="yes" />
        <File Id="Rockbi.ttf" FontTitle="Rockwell Bold Italic" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Rockbi.ttf" TrueType="yes" />
        <File Id="Rockeb.ttf" FontTitle="Rockwell Extra Bold" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Rockeb.ttf" TrueType="yes" />
        <File Id="Rocki.ttf" FontTitle="Rockwell Italic" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Rocki.ttf" TrueType="yes" />
        <File Id="Arialn.ttf" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Arialn.ttf" TrueType="yes" />
        <File Id="Arialnb.ttf" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Arialnb.ttf" TrueType="yes" />
        <File Id="Arialnbi.ttf" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Arialnbi.ttf" TrueType="yes" />
        <File Id="Arialni.ttf" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Arialni.ttf" TrueType="yes" />
        <File Id="LType.ttf" Source="C:\Rmca.Net\Deploy.Config\Fonts\LType.ttf" 
TrueType="yes" />
        <File Id="LTypeb.ttf" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\LTypeb.ttf" TrueType="yes" />
        <File Id="LTypebo.ttf" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\LTypebo.ttf" TrueType="yes" />
        <File Id="LTypeo.ttf" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\LTypeo.ttf" TrueType="yes" />
        <File Id="Micrn.ttf" 
Source="C:\Rmca.Net\Deploy.Config\Fonts\Micr-n.ttf" TrueType="yes" />
      </Component>
    </DirectoryRef>
    <SetDirectory Id="WINDOWSVOLUME" Value="C:"/>
    <Feature Id="ProductFeature" Title="Rmca.Net" Level="1">
      <ComponentGroupRef Id="fragmentComponentRefGroup" />
      <ComponentRef Id="InstallFonts" />
    </Feature>
        <Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />
        <UI>
            <UIRef Id="WixUI_InstallDir" />
            <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" 
Value="InstallDirDlg" Order="2">1</Publish>
      <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" 
Value="WelcomeDlg" Order="2">1</Publish>
      <UIRef Id="WixUI_ErrorProgressText" />
        </UI>
    </Product>
</Wix>

Thank you!

Gregg
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to