Using WiX extensions in Visual Studio
To use a WiX extension when building in Visual Studio with the WiX Visual
Studio package:

Right-click on the WiX project in the Visual Studio solution explorer and
select Add Reference... 
In the Add WiX Library Reference dialog, click on the Browse tab and browse
to the WiX extension DLL that you want to include. (WixGamingExtension.dll)
Click the Add button to add a reference to the chosen extension DLL. 
Browse and add other extension DLLs as needed. 

Using WiX extensions on the command line
To use a WiX extension when calling the WiX tools from the command line, use
the -ext command line parameter and supply the extension assembly (DLL)
needed for your project. Each extension DLL must be passed in via separate
-ext parameters. For example:

light.exe MySetup.wixobj
-ext WixUIExtension
-ext WixUtilExtension
-ext "C:\My WiX Extensions\WixGamingExtension.dll"
-out MySetup.msi

-- 
View this message in context: 
http://n2.nabble.com/New-to-WiX...-first-Error-Message..-Need-Help...-tp1078297p3267749.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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