Add mod: 01 run postSetup
This commit is contained in:
parent
3d0eeb3e09
commit
da8261dd52
@ -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>
|
||||
|
@ -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>
|
||||
|
1
mods-online/01 run postSetup/description.txt
Normal file
1
mods-online/01 run postSetup/description.txt
Normal file
@ -0,0 +1 @@
|
||||
Run postSetup scripts when applying on an online system.
|
1
mods-online/01 run postSetup/modscript.py
Normal file
1
mods-online/01 run postSetup/modscript.py
Normal file
@ -0,0 +1 @@
|
||||
subprocess.run(["call","%SystemDrive%\\opus-nt\\postSetup.cmd"],check=True,shell=True)
|
1
mods-online/01 run postSetup/tags.txt
Normal file
1
mods-online/01 run postSetup/tags.txt
Normal file
@ -0,0 +1 @@
|
||||
quality
|
Loading…
Reference in New Issue
Block a user