Updating Office Repo
This commit is contained in:
commit
2e09d7d483
1
Install-x64-basic.bat
Normal file
1
Install-x64-basic.bat
Normal file
@ -0,0 +1 @@
|
||||
setup.exe /configure "configuration-Office2021Enterprise.xml"
|
BIN
Office/Data/16.0.14332.20637/i640.cab
Normal file
BIN
Office/Data/16.0.14332.20637/i640.cab
Normal file
Binary file not shown.
BIN
Office/Data/16.0.14332.20637/i640.cab.cat
Normal file
BIN
Office/Data/16.0.14332.20637/i640.cab.cat
Normal file
Binary file not shown.
BIN
Office/Data/16.0.14332.20637/i641033.cab
Normal file
BIN
Office/Data/16.0.14332.20637/i641033.cab
Normal file
Binary file not shown.
BIN
Office/Data/16.0.14332.20637/s640.cab
Normal file
BIN
Office/Data/16.0.14332.20637/s640.cab
Normal file
Binary file not shown.
BIN
Office/Data/16.0.14332.20637/s641033.cab
Normal file
BIN
Office/Data/16.0.14332.20637/s641033.cab
Normal file
Binary file not shown.
BIN
Office/Data/16.0.14332.20637/stream.x64.en-us.dat
Normal file
BIN
Office/Data/16.0.14332.20637/stream.x64.en-us.dat
Normal file
Binary file not shown.
BIN
Office/Data/16.0.14332.20637/stream.x64.en-us.dat.cat
Normal file
BIN
Office/Data/16.0.14332.20637/stream.x64.en-us.dat.cat
Normal file
Binary file not shown.
BIN
Office/Data/16.0.14332.20637/stream.x64.x-none.dat
Normal file
BIN
Office/Data/16.0.14332.20637/stream.x64.x-none.dat
Normal file
Binary file not shown.
BIN
Office/Data/16.0.14332.20637/stream.x64.x-none.dat.cat
Normal file
BIN
Office/Data/16.0.14332.20637/stream.x64.x-none.dat.cat
Normal file
Binary file not shown.
BIN
Office/Data/v64.cab
Normal file
BIN
Office/Data/v64.cab
Normal file
Binary file not shown.
BIN
Office/Data/v64_16.0.14332.20637.cab
Normal file
BIN
Office/Data/v64_16.0.14332.20637.cab
Normal file
Binary file not shown.
37
configuration-Office2021Enterprise.xml
Normal file
37
configuration-Office2021Enterprise.xml
Normal file
@ -0,0 +1,37 @@
|
||||
<!-- Office 2021 enterprise client configuration file sample. To be used for Office 2021
|
||||
enterprise volume licensed products only, including Office 2021 Professional Plus,
|
||||
Visio 2021, and Project 2021.
|
||||
|
||||
Do not use this sample to install Office 365 products.
|
||||
|
||||
For detailed information regarding configuration options visit: http://aka.ms/ODT.
|
||||
To use the configuration file be sure to remove the comments
|
||||
|
||||
The following sample allows you to download and install Office 2021 Professional Plus,
|
||||
Visio 2021 Professional, and Project 2021 Professional directly from the Office CDN.
|
||||
|
||||
This configuration file will remove all other Click-to-Run products in order to avoid
|
||||
product conflicts and ensure successful setup.
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<Configuration>
|
||||
|
||||
<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
|
||||
<Product ID="ProPlus2021Volume">
|
||||
<Language ID="en-us" />
|
||||
<ExcludeApp ID="OneDrive" />
|
||||
<ExcludeApp ID="Lync" />
|
||||
</Product>
|
||||
</Add>
|
||||
|
||||
<!-- <Remove All="True" /> -->
|
||||
|
||||
<!-- <RemoveMSI All="True" /> -->
|
||||
|
||||
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
|
||||
|
||||
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
|
||||
|
||||
</Configuration>
|
2
download-x64-basic.bat
Normal file
2
download-x64-basic.bat
Normal file
@ -0,0 +1,2 @@
|
||||
rmdir "C:\Work\Office Install\Office"
|
||||
setup.exe /download "configuration-Office2021Enterprise.xml"
|
22
push.sh
Normal file
22
push.sh
Normal file
@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
|
||||
# set the STRING variable
|
||||
|
||||
|
||||
STRING="Hello World!"
|
||||
|
||||
|
||||
# print the contents of the variable on screen
|
||||
|
||||
|
||||
echo $STRING
|
||||
echo Changing Directory...
|
||||
cd /x/foundry/Data
|
||||
echo Adding Files...
|
||||
git add -A
|
||||
echo Committing changes to Foundry...
|
||||
git commit -a -m "Daily Commit"
|
||||
echo Done!
|
||||
echo Pushing Changes to Repo...
|
||||
git push
|
||||
echo Done!
|
Loading…
Reference in New Issue
Block a user