Upload files to "/"
This commit is contained in:
commit
285632b729
3 changed files with 46 additions and 0 deletions
2
install.bat
Normal file
2
install.bat
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
pushd %~dp0
|
||||
setup.exe /configure office-2024-word-excel-powerpoint-silent-install.xml
|
||||
44
office-2021-word-excel-powerpoint-silent-install.xml
Normal file
44
office-2021-word-excel-powerpoint-silent-install.xml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<Configuration ID="b9ccf1ff-7a8f-4e06-ab84-3b9f37e07695">
|
||||
<Add OfficeClientEdition="64" Channel="PerpetualVL2021" Version="16.0.14334.20570">
|
||||
<Product ID="ProPlus2021Volume" PIDKEY="FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH">
|
||||
<Language ID="MatchOS" />
|
||||
<ExcludeApp ID="Access" />
|
||||
<ExcludeApp ID="Lync" />
|
||||
<ExcludeApp ID="OneDrive" />
|
||||
<ExcludeApp ID="OneNote" />
|
||||
<ExcludeApp ID="Outlook" />
|
||||
<ExcludeApp ID="Publisher" />
|
||||
</Product>
|
||||
</Add>
|
||||
<Property Name="SharedComputerLicensing" Value="0" />
|
||||
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
|
||||
<Property Name="DeviceBasedLicensing" Value="0" />
|
||||
<Property Name="SCLCacheOverride" Value="0" />
|
||||
<Property Name="AUTOACTIVATE" Value="1" />
|
||||
<Updates Enabled="FALSE" />
|
||||
<AppSettings>
|
||||
<User Key="software\microsoft\office\16.0\common\internet" Name="useonlinecontent" Value="0" Type="REG_DWORD" App="office16" Id="L_Onlinecontentoptions" />
|
||||
<User Key="software\microsoft\office\16.0\common\general" Name="shownfirstrunoptin" Value="1" Type="REG_DWORD" App="office16" Id="L_DisableOptinWizard" />
|
||||
<User Key="software\microsoft\office\16.0\common\broadcast" Name="disableothersoption" Value="1" Type="REG_DWORD" App="office16" Id="L_PreventAccessToUserSpecifiedServices" />
|
||||
<User Key="software\microsoft\office\16.0\common\broadcast" Name="disabledefaultservice" Value="1" Type="REG_DWORD" App="office16" Id="L_DisableDefaultService" />
|
||||
<User Key="software\microsoft\office\16.0\common\broadcast" Name="disableprogrammaticaccess" Value="1" Type="REG_DWORD" App="office16" Id="L_DisableProgrammaticAccess" />
|
||||
<User Key="software\microsoft\office\16.0\osm" Name="enableupload" Value="0" Type="REG_DWORD" App="office16" Id="L_OfficeInventoryAgentUpload" />
|
||||
<User Key="software\microsoft\office\16.0\osm" Name="enablefileobfuscation" Value="1" Type="REG_DWORD" App="office16" Id="L_OfficeInventoryAgentFilemetadataObfuscation" />
|
||||
<User Key="software\microsoft\office\16.0\osm" Name="enablelogging" Value="0" Type="REG_DWORD" App="office16" Id="L_EnableLogging" />
|
||||
<User Key="software\microsoft\office\16.0\common\general" Name="skydrivesigninoption" Value="0" Type="REG_DWORD" App="office16" Id="L_ShowSkyDriveSignIn" />
|
||||
<User Key="software\microsoft\office\16.0\common\general" Name="disableboottoofficestart" Value="1" Type="REG_DWORD" App="office16" Id="L_DisableOfficeStartGlobal" />
|
||||
<User Key="software\microsoft\office\16.0\common\general" Name="disablehyperlinkstowebtemplates" Value="1" Type="REG_DWORD" App="office16" Id="L_DisablehyperlinkstowebtemplatesinFileNewandtaskpanes" />
|
||||
<User Key="software\microsoft\office\16.0\common\general" Name="disableofficetemplates" Value="1" Type="REG_DWORD" App="office16" Id="L_DisableOfficeTemplates" />
|
||||
<User Key="software\microsoft\office\16.0\firstrun" Name="disablemovie" Value="1" Type="REG_DWORD" App="office16" Id="L_DisableMovie" />
|
||||
<User Key="software\microsoft\office\16.0\firstrun" Name="bootedrtm" Value="1" Type="REG_DWORD" App="office16" Id="L_DisableOfficeFirstrun" />
|
||||
<User Key="software\microsoft\office\16.0\dlp" Name="policytipsenabled" Value="0" Type="REG_DWORD" App="office16" Id="L_PolicyTipsEnabled" />
|
||||
<User Key="software\microsoft\office\16.0\common" Name="insiderslabbehavior" Value="2" Type="REG_DWORD" App="office16" Id="L_OfficeInsiderUserExperience" />
|
||||
<User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" />
|
||||
<User Key="software\microsoft\office\16.0\excel\options" Name="disablesaveaslosswarningopendocumentspreadsheet" Value="1" Type="REG_DWORD" App="excel16" Id="L_TurnOffFileFormatCompatiblityDialogForODS" />
|
||||
<User Key="software\microsoft\office\16.0\powerpoint\options" Name="disablesaveaslosswarningopendocumentpresentation" Value="1" Type="REG_DWORD" App="ppt16" Id="L_TurnOffFileFormatCompatiblityDialogForODP" />
|
||||
<User Key="software\microsoft\office\16.0\powerpoint\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" />
|
||||
<User Key="software\microsoft\office\16.0\word\options" Name="disablesaveaslosswarningopendocumenttext" Value="1" Type="REG_DWORD" App="word16" Id="L_DoNotDisplayFileFormatCompatiblityDialogForODT" />
|
||||
<User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" />
|
||||
</AppSettings>
|
||||
<Display Level="None" AcceptEULA="TRUE" />
|
||||
</Configuration>
|
||||
BIN
setup.exe
Normal file
BIN
setup.exe
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue