Hi Wix-users,
 
I downloaded wix3.0.5217.0-sources.zip in order to learn how to use Wix.
For my first installer, I used some wxs from wix
sources\src\ext\UIExtension\wixlib. There is Common.wxs, which has
Fragment:
 
<Fragment>

<Binary Id="WixUIWixca" SourceFile="$(var.printeulaDll)" />

</Fragment>

I saw some source code about PrintEula in wix
sources\src\ext\UIExtension\ca folder. However, I don't know how to get
PrintEula.dll. There is no project file in this folder. I create an
empty project file and include all the necessary files in it. At last, I
got link error:

fatal error LNK1561: entry point must be defined

Could some one tell me how to make PrintEula.dll available in order to
go on with wix installer development`

Best regards,

 

Chunyan

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to