reactos/rosapps/downloader/packagetree/script/default_install.xml

5 lines
162 B
XML

<script>
<download url="%location%" file="%TEMP%\%location_file%" />
<exec file="%TEMP%\%location_file%" />
<del file="%TEMP%\%location_file%" />
</script>