Update wue.c

This commit is contained in:
daboynb 2024-04-09 22:36:34 +02:00 committed by GitHub
parent 81c46765b0
commit 96a06fbc9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ BOOL ApplyWindowsCustomization(char drive_letter, int flags)
static_sprintf(path, "%c:\\sources\\$OEM$\\$$\\Panther\\unattend.xml", drive_letter);
if (PathFileExistsA(path)) {
uprintf("'%s' already exists. Skipping copy operation.", path);
uprintf("'%s' already exists. Skipping Windows Customization.", path);
return TRUE; // File already exists, no need to copy
}