diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-17 22:04:33 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-17 22:04:33 +0300 |
| commit | d25f2a4358076b3d7c569e3dc26aabd0ffdd4156 (patch) | |
| tree | 51bf3957cceb95ac3a266a87472df80865bf82d9 /unattend.xml.in | |
| download | portablepython-d25f2a4358076b3d7c569e3dc26aabd0ffdd4156.tar.gz portablepython-d25f2a4358076b3d7c569e3dc26aabd0ffdd4156.zip | |
Initial commit
Diffstat (limited to 'unattend.xml.in')
| -rw-r--r-- | unattend.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unattend.xml.in b/unattend.xml.in new file mode 100644 index 0000000..0bd0265 --- /dev/null +++ b/unattend.xml.in @@ -0,0 +1,9 @@ +<Options> + <Option Name="InstallAllUsers" Value="0" /> + <Option Name="TargetDir" Value="TARGET_DIR" /> + <Option Name="AssociateFiles" Value="0" /> + <Option Name="Shortcuts" Value="0" /> + <Option Name="Include_launcher" Value="0" /> + <Option Name="InstallLauncherAllUsers" Value="0" /> + <Option Name="Include_test" Value="0" /> +</Options> |
