update path to custom action for x64 change (#245)
This commit is contained in:
Родитель
b8d171619d
Коммит
f53dc0ee09
|
@ -152,7 +152,7 @@
|
|||
<Fragment>
|
||||
<!--This custom action populates MSIXMGR_PRODUCTS with the list of msixmgr-installed packages still installed-->
|
||||
<CustomAction Id='GetMsixmgrProductsCA' BinaryKey='GetMsixmgrProducts' DllEntry='GetMsixmgrProducts' Execute='immediate' Return='check'/>
|
||||
<Binary Id='GetMsixmgrProducts' SourceFile='$(var.SolutionDir)\GetMsixmgrProductsCA\bin\Release\GetMsixmgrProducts.CA.dll'/>
|
||||
<Binary Id='GetMsixmgrProducts' SourceFile='$(var.SolutionDir)\GetMsixmgrProductsCA\bin\$(var.Platform)\$(var.Configuration)\GetMsixmgrProducts.CA.dll'/>
|
||||
</Fragment>
|
||||
|
||||
</Wix>
|
||||
|
|
Загрузка…
Ссылка в новой задаче