Hi,
I want to use the <Property Id>'
i need to know if i want to use that for the radio button , how would i
accomplish that say i write:

<Property Id="RadioButton" Value="" /> -what should i specify in the Value?

Also I have the following scenario:

i added a new dialog(Renamed the InstallScopeDlg to AssistanceDlg.wxs) and
wants to build a msi i want to know if the approach i am doing is right or
not:

I have got : main.wxs-directory structure MyInstallDirDlg.wxs-(renamed from
InstallDirDlg.wxs) MyWixUI_InstallDir.wxs-(renamed from WixUI_InstallDir)
AssistanceDlg.wxs(taken from the
C:\sourcecodewix-b04d4db67458\wix_b04d4db67458\src\ext\UIExtension\wixlib)
However i have not modified it except for changing InstallScope to
AssistanceScope , nothing else is changed.

I tried to build the following way:

> candle.exe main.wxs -dPlatform=x86 -ext WixUtilExtension
> candle.exe MyInstallDirDlg.wxs -dPlatform=x86 -ext WixUtilExtension
> candle.exe AssistanceDlg -dPlatform=x86 -ext WixUtilExtension
> candle.exe MyWixUI_InstallDir -dPlatform=x86 -ext WixUtilExtension

> light.exe main.wixobj -dWixUILicenseRtf=License.rtf -ext WixUIExtension -ext
WixUIExtension -ext WixUtilExtension AssistanceDlg.wixobj
MyInstallDirDlg.wixobj
MyWixUI_InstallDir.wixobj -loc localization.wsl -o impression.msi

While adding the second dialog (AssistanceDlg.wxs ) i have not made any
changes to the localization.wxl , also i have all the binaries
(candle.exe,light.exe) in the same folder as the project

However the compilation is not successful , i am using Wix 3.5 i have also
not made any changes to the main.wxs after the addition of the
AssistanceDlg.wxs

The errors are:-

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:CancelDlg' found.

C:\XML Extend MYProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
 'Dialog:CancelDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
 'Dialog:BrowseDlg' found.

.... ....

C:\XML Extend MYProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:VerifyReadyDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.


C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:VerifyReadyDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:WelcomeDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:MaintenanceWelcomeDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:VerifyReadyDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:VerifyReadyDlg' found.

 C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.

 C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'Dialog:MaintenanceWelcomeDlg' found.

C:\XML Extend MyProject\WixUIExtension.dll : error LGHT0091 : Duplicate symbol
'WixUI:WixUI_Common' found.

Please help at the earliest . Thanks


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