Hi
I am try to get (Default) from Registry with WIX any tips how I can do this
in Registry
(Default) = <<Unnamed Profile>>
Regards
ssalomon
I am try to get (Default) from Registry with WIX any tips how I can do this
in Registry
(Default) = <<Unnamed Profile>>
Code:
<Property Id="ACAD_PROFILE">
<RegistrySearch Id="RegSearcprofile" Name="(Default)" Root="HKCU" Key="Software\Autodesk\AutoCAD\[ACAD_CURVER_FYRST]\[ACAD_CURVER_SECOND]\Profiles" Type="raw" />
</Property>
ssalomon