From da8261dd52a1f3be649e080c739b77e77dcc3823 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Fri, 19 Jan 2024 21:52:29 +0100 Subject: [PATCH] Add mod: 01 run postSetup --- docs/index.html | 3 ++- docs/index.md | 3 ++- .../description.txt | 0 .../{run SetupComplete => 00 run SetupComplete}/modscript.py | 0 .../{run SetupComplete => 00 run SetupComplete}/tags.txt | 0 mods-online/01 run postSetup/description.txt | 1 + mods-online/01 run postSetup/modscript.py | 1 + mods-online/01 run postSetup/tags.txt | 1 + 8 files changed, 7 insertions(+), 2 deletions(-) rename mods-online/{run SetupComplete => 00 run SetupComplete}/description.txt (100%) rename mods-online/{run SetupComplete => 00 run SetupComplete}/modscript.py (100%) rename mods-online/{run SetupComplete => 00 run SetupComplete}/tags.txt (100%) create mode 100644 mods-online/01 run postSetup/description.txt create mode 100644 mods-online/01 run postSetup/modscript.py create mode 100644 mods-online/01 run postSetup/tags.txt diff --git a/docs/index.html b/docs/index.html index e76ab96..aca5eda 100644 --- a/docs/index.html +++ b/docs/index.html @@ -173,7 +173,8 @@ Mods that require System rights
Mods that are applied for online deployments
- + +
ModTagsDescription
\run SetupCompletequalityRun SetupComplete scripts when applying on an online system.
\00 run SetupCompletequalityRun SetupComplete scripts when applying on an online system.
\01 run postSetupqualityRun postSetup scripts when applying on an online system.

# Mods: mods-trustedInstaller

Mods that require TrustedInstaller rights
diff --git a/docs/index.md b/docs/index.md index e76ab96..aca5eda 100644 --- a/docs/index.md +++ b/docs/index.md @@ -173,7 +173,8 @@ Mods that require System rights
Mods that are applied for online deployments
- + +
ModTagsDescription
\run SetupCompletequalityRun SetupComplete scripts when applying on an online system.
\00 run SetupCompletequalityRun SetupComplete scripts when applying on an online system.
\01 run postSetupqualityRun postSetup scripts when applying on an online system.

# Mods: mods-trustedInstaller

Mods that require TrustedInstaller rights
diff --git a/mods-online/run SetupComplete/description.txt b/mods-online/00 run SetupComplete/description.txt similarity index 100% rename from mods-online/run SetupComplete/description.txt rename to mods-online/00 run SetupComplete/description.txt diff --git a/mods-online/run SetupComplete/modscript.py b/mods-online/00 run SetupComplete/modscript.py similarity index 100% rename from mods-online/run SetupComplete/modscript.py rename to mods-online/00 run SetupComplete/modscript.py diff --git a/mods-online/run SetupComplete/tags.txt b/mods-online/00 run SetupComplete/tags.txt similarity index 100% rename from mods-online/run SetupComplete/tags.txt rename to mods-online/00 run SetupComplete/tags.txt diff --git a/mods-online/01 run postSetup/description.txt b/mods-online/01 run postSetup/description.txt new file mode 100644 index 0000000..24d718a --- /dev/null +++ b/mods-online/01 run postSetup/description.txt @@ -0,0 +1 @@ +Run postSetup scripts when applying on an online system. diff --git a/mods-online/01 run postSetup/modscript.py b/mods-online/01 run postSetup/modscript.py new file mode 100644 index 0000000..6edb557 --- /dev/null +++ b/mods-online/01 run postSetup/modscript.py @@ -0,0 +1 @@ +subprocess.run(["call","%SystemDrive%\\opus-nt\\postSetup.cmd"],check=True,shell=True) diff --git a/mods-online/01 run postSetup/tags.txt b/mods-online/01 run postSetup/tags.txt new file mode 100644 index 0000000..f45b8ce --- /dev/null +++ b/mods-online/01 run postSetup/tags.txt @@ -0,0 +1 @@ +quality \ No newline at end of file