Hi, Thank you for the previous help with getting fonts to
register. I have come across another problem. It seems that the files contained
in the cab file I’m using keep on getting corrupted. I’ve tried
using the MSZIP format, the LZX format and no compression at all. The files are as follows: KRB.CON 40 bytes KRB5.INI 282 bytes KRBREALM.CON 84 bytes My results as follows: MSZIP: WinRAR extracts the files correctly. After the
msi has installed, each of these end up as 285 bytes each LZX: Same result as MSZIP No compression: Whole CAB file doesn’t open I’ve attached the wxs file just in case I’m
doing something wrong in that. For making the cab file I’ve tried CabPack,
CABARC and IExpress Thanks for any help. Simon Porter Trainee IT Engineer Heber Ltd |
<?xml version="1.0" encoding="utf-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi"> <Product Id="CCAE282F-1CD4-4E6C-A326-2A4A46A97B9A" Language="2057" Manufacturer="Heber Ltd" Name="Heber Keberos Settings" Version="1.0.0"> <Package Id="F6FA744A-7119-4FD3-AF90-F3D66F8DCA45" Compressed="yes" /> <UI /> <Media Id="1" Cabinet="settings.cab" EmbedCab="yes" /> <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="WindowsFolder" Name="WinDir"> <Component Id="ConfigFiles" Guid="24A1A1EE-CDBB-4D4B-94FA-8FD0F5E01DE5"> <File Id="KRB5" Name="KRB5.INI" Vital="yes" DiskId="1" Source="settings.cab" /> <File Id="KRB" Name="KRB.CON" Vital="yes" DiskId="1" Source="settings.cab" /> <File Id="KRBREALM" Name="KRBREALM.CON" Vital="yes" DiskId="1" Source="settings.cab" /> </Component> </Directory> </Directory> <Feature Id="ConfigFileFeature" Level="1" Title="Keberos Config Files"> <ComponentRef Id="ConfigFiles" /> </Feature> <Condition Message="You need to be an administrator to install this">Privileged</Condition> </Product> </Wix>
Heber Ltd. Registered Office: Belvedere Mill, Chalford, Stroud, Glos, GL6 8NT, England. Registered England: 1744505
------------------------------------------------------------------------- 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