From d32a0aa333da1f51b301fd5dc2617554b7123a46 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 26 Dec 2021 19:53:20 +0100 Subject: [PATCH] Unfinished SetupComplete blurbs --- mods/[all]/-SetupComplete (offline)/condition.py | 2 ++ .../data/opus-nt/postSetup/SetupComplete.cmd | 2 ++ .../data/Windows/Setup/Scripts/SetupComplete.cmd | 0 3 files changed, 4 insertions(+) create mode 100644 mods/[all]/-SetupComplete (offline)/condition.py create mode 100644 mods/[all]/-SetupComplete (offline)/data/opus-nt/postSetup/SetupComplete.cmd rename mods/[all]/{SetupComplete - main => SetupComplete (wim)}/data/Windows/Setup/Scripts/SetupComplete.cmd (100%) diff --git a/mods/[all]/-SetupComplete (offline)/condition.py b/mods/[all]/-SetupComplete (offline)/condition.py new file mode 100644 index 0000000..3a9f3f7 --- /dev/null +++ b/mods/[all]/-SetupComplete (offline)/condition.py @@ -0,0 +1,2 @@ +if opusnt.target["type"] != "offline": + skip = True \ No newline at end of file diff --git a/mods/[all]/-SetupComplete (offline)/data/opus-nt/postSetup/SetupComplete.cmd b/mods/[all]/-SetupComplete (offline)/data/opus-nt/postSetup/SetupComplete.cmd new file mode 100644 index 0000000..bf794d9 --- /dev/null +++ b/mods/[all]/-SetupComplete (offline)/data/opus-nt/postSetup/SetupComplete.cmd @@ -0,0 +1,2 @@ +@echo off +start /b /wait cmd /c call "%SystemRoot%\Windows\Setup\Scripts\SetupComplete.cmd" diff --git a/mods/[all]/SetupComplete - main/data/Windows/Setup/Scripts/SetupComplete.cmd b/mods/[all]/SetupComplete (wim)/data/Windows/Setup/Scripts/SetupComplete.cmd similarity index 100% rename from mods/[all]/SetupComplete - main/data/Windows/Setup/Scripts/SetupComplete.cmd rename to mods/[all]/SetupComplete (wim)/data/Windows/Setup/Scripts/SetupComplete.cmd