Add missing dependencies to bundle targets
This commit is contained in:
parent
01283e3df9
commit
253d232943
1 changed files with 4 additions and 2 deletions
|
@ -141,13 +141,15 @@
|
|||
Condition=" '$(OS)' == 'Windows_NT'" />
|
||||
|
||||
<!-- These targets are used in signing, don't remove them! -->
|
||||
<Target Name="ExtractEngineFromSdkBundle">
|
||||
<Target Name="ExtractEngineFromSdkBundle"
|
||||
DependsOnTargets="MsiTargetsSetupInputOutputs">
|
||||
<Exec Command="$(WixRoot)/insignia.exe
|
||||
-ib $(CombinedFrameworkSdkHostInstallerFile)
|
||||
-o $(CombinedFrameworkSdkHostBundleEngineName)" />
|
||||
</Target>
|
||||
|
||||
<Target Name="ReattachEngineToSdkBundle">
|
||||
<Target Name="ReattachEngineToSdkBundle"
|
||||
DependsOnTargets="MsiTargetsSetupInputOutputs">
|
||||
<Exec Command="$(WixRoot)/insignia.exe
|
||||
-ab $(CombinedFrameworkSdkHostInstallerFile)
|
||||
-o $(CombinedFrameworkSdkHostBundleEngineName)" />
|
||||
|
|
Loading…
Add table
Reference in a new issue