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