r=ssu, fix to keep automation from hanging in an xcopy interactive prompt

not part of build, only affects packaging.
This commit is contained in:
leaf%mozilla.org 2000-02-01 20:40:46 +00:00
parent 2ca57e0bf5
commit 3a7db6b4c7

View File

@ -84,10 +84,10 @@ else
}
# Copy the setup files to the dist setup directory.
system("xcopy /f config.ini $inDistPath");
system("xcopy /f config.ini $inDistPath\\setup");
system("xcopy /f $inDistPath\\setup.exe $inDistPath\\setup");
system("xcopy /f $inDistPath\\setuprsc.dll $inDistPath\\setup");
system("xcopy /f config.ini $inDistPath\\");
system("xcopy /f config.ini $inDistPath\\setup\\");
system("xcopy /f $inDistPath\\setup.exe $inDistPath\\setup\\");
system("xcopy /f $inDistPath\\setuprsc.dll $inDistPath\\setup\\");
# build the self-extracting .exe file.
print "\nbuilding self-extracting installer ($seiFileNameSpecific)...\n";