Windows: install kswitch.exe and klist.exe
kswitch.exe and klist.exe are kcc.exe installed and copied under the alternate names. The installer script was missing the required DestinationProperty to specify where the destination files were to be placed. Change-Id: Ia1e826a038459b1631f8452f8d7ef6f7ca02abac
This commit is contained in:
@@ -191,8 +191,8 @@
|
||||
Guid='$(var.GuidKcc)'
|
||||
Win64='$(var.Win64)'>
|
||||
<File Name='kcc.exe' KeyPath='yes'>
|
||||
<CopyFile Id='klist.exe' DestinationName='klist.exe' />
|
||||
<CopyFile Id='kswitch.exe' DestinationName='kswitch.exe' />
|
||||
<CopyFile Id='klist.exe' DestinationName='klist.exe' DestinationProperty='$(var.ToolsBinDir)' />
|
||||
<CopyFile Id='kswitch.exe' DestinationName='kswitch.exe' DestinationProperty='$(var.ToolsBinDir)' />
|
||||
</File>
|
||||
<File Name='kcc.pdb'>
|
||||
<CopyFile Id='klist.pdb' DestinationName='klist.pdb' />
|
||||
|
Reference in New Issue
Block a user