Hello,
I've just started with WiX and I'm building my first installer.

1- My first problem is about the .dll being installed with:

*<Component Id='HelperLibrary1' Guid='fbb3fdc0-0682-48a9-8486-631a1e426e47'>
*
*  <File Id='HelperDLL1' Name='QtCore4.dll' DiskId='1'
Source='C:\Qt\2010.05\qt\bin\QtCore4.dll' KeyPath='yes' />*
*</Component>*

which gives me warning:

*C:\Users\luist\Desktop\musetup\musetup.wxs(34) : warning LGHT1076 : ICE60:
The file HelperDLL1 is not a Font, and its version is not a companion
file reference. It should have a language specified in the Language column.*
*
*
How can i prevent that? Why would i need a language for a .dll file?

2- I also need to know the correct way to create the folder that one of my
files is being installed, with:

*<Directory Id="TARGETDIR" Name="SourceDir">*
*  ...*
*  <Directory Id="MyDir" Name="MyDir"/>*
*</Directory>*
*
*
*...*
*
*
*<DirectoryRef Id="MyDir">*
*  <Component Id='Info' Guid='2dcf7776-e5b9-4d1c-ae9c-78e392efec56'>*
*    <File Id='InfoFile' Name='myfile.info' DiskId='1'
Source='C:\Users\luist\Desktop\MUInstaller\myfile.info' KeyPath='yes' />*
*  </Component>*
*</DirectoryRef>*

I tried using CreateFolder but i guess i didn't use it correctly. Can
anyone help me?

Thanks in advance
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to