Updating Office Repo

This commit is contained in:
Fifthdread 2024-02-22 10:35:56 -05:00
commit 2e09d7d483
16 changed files with 62 additions and 0 deletions

1
Install-x64-basic.bat Normal file
View File

@ -0,0 +1 @@
setup.exe /configure "configuration-Office2021Enterprise.xml"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Office/Data/v64.cab Normal file

Binary file not shown.

Binary file not shown.

View 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
View File

@ -0,0 +1,2 @@
rmdir "C:\Work\Office Install\Office"
setup.exe /download "configuration-Office2021Enterprise.xml"

22
push.sh Normal file
View 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!

BIN
setup.exe Normal file

Binary file not shown.