Removes msistuff.exe because it's part of the Platform SDK and doesn't belong in the repository.

cusax-fix
Lyubomir Marinov 18 years ago
parent 8a51dccdc5
commit 903fa864d6

@ -494,7 +494,7 @@
todir="${windows.app.dir}/tmp"
overwrite="true" />
<exec
executable="${inst.resrc}\windows\msistuff.exe"
executable="msistuff.exe"
dir="${windows.app.dir}/tmp"
failonerror="true">
<arg value="setup.exe" />

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"><security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel></requestedPrivileges></security></trustInfo>
</assembly>
Loading…
Cancel
Save