mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
Update wue.c
This commit is contained in:
parent
81c46765b0
commit
96a06fbc9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue