Add mod: 01 run postSetup

This commit is contained in:
Fierelier 2024-01-19 21:52:29 +01:00
parent 3d0eeb3e09
commit da8261dd52
8 changed files with 7 additions and 2 deletions

View File

@ -173,7 +173,8 @@ Mods that require System rights<br>
Mods that are applied for online deployments<br>
<table>
<tr><th>Mod</th><th>Tags</th><th>Description</th></tr>
<tr><td>\<b>run SetupComplete</b></td><td>quality</td><td>Run SetupComplete scripts when applying on an online system.</td></tr>
<tr><td>\<b>00 run SetupComplete</b></td><td>quality</td><td>Run SetupComplete scripts when applying on an online system.</td></tr>
<tr><td>\<b>01 run postSetup</b></td><td>quality</td><td>Run postSetup scripts when applying on an online system.</td></tr>
</table><br>
<h1 id="mods-trustedInstaller"><a href="#mods-trustedInstaller">#</a> Mods: mods-trustedInstaller</h1>
Mods that require TrustedInstaller rights<br>

View File

@ -173,7 +173,8 @@ Mods that require System rights<br>
Mods that are applied for online deployments<br>
<table>
<tr><th>Mod</th><th>Tags</th><th>Description</th></tr>
<tr><td>\<b>run SetupComplete</b></td><td>quality</td><td>Run SetupComplete scripts when applying on an online system.</td></tr>
<tr><td>\<b>00 run SetupComplete</b></td><td>quality</td><td>Run SetupComplete scripts when applying on an online system.</td></tr>
<tr><td>\<b>01 run postSetup</b></td><td>quality</td><td>Run postSetup scripts when applying on an online system.</td></tr>
</table><br>
<h1 id="mods-trustedInstaller"><a href="#mods-trustedInstaller">#</a> Mods: mods-trustedInstaller</h1>
Mods that require TrustedInstaller rights<br>

View File

@ -0,0 +1 @@
Run postSetup scripts when applying on an online system.

View File

@ -0,0 +1 @@
subprocess.run(["call","%SystemDrive%\\opus-nt\\postSetup.cmd"],check=True,shell=True)

View File

@ -0,0 +1 @@
quality