This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
portapy/Python-Installer/unattend.xml

9 lines
452 B
XML
Raw Normal View History

2018-10-30 18:09:58 -04:00
<Options>
<Option Name="InstallAllUsers" Value="no" />
<!-- <Option Name="DefaultJustForMeTargetDir" Value="C:\Users\broak\Desktop\Python-Node-Project\Python\" /> -->
<Option Name="Include_launcher" Value="0" />
<Option Name="Include_test" Value="no" />
<Option Name="Include_doc" Value="0" />
<Option Name="SimpleInstall" Value="yes" />
<Option Name="SimpleInstallDescription">Just for me, no test suite</Option>
</Options>