FlamingClaw
Programmer
Hello for everyone!
I'm working a great project,that's name is "Unatended WindowsXp"
The idea is not really new,and not is mine,but I can do that too...Some files during Windows setup will be copying to the 'TempInstall' dir of the system drive.They'll be installing silently.And here comes my little problem:after installation I wanna delete this temprorary setup files from the system drive...So the question is there any function or procedure that uses the following things like these:
"FileFindFirstFile()"seekin' of the setup files,and when it find one then a new function should goes like "FileFindNextFile()" that will be keep searching for the remaining files .....
These codes can be write in 'AUTOIT' scripting but I wanna to write that in Pascal.....
Someone could help me?
I'm working a great project,that's name is "Unatended WindowsXp"
The idea is not really new,and not is mine,but I can do that too...Some files during Windows setup will be copying to the 'TempInstall' dir of the system drive.They'll be installing silently.And here comes my little problem:after installation I wanna delete this temprorary setup files from the system drive...So the question is there any function or procedure that uses the following things like these:
"FileFindFirstFile()"seekin' of the setup files,and when it find one then a new function should goes like "FileFindNextFile()" that will be keep searching for the remaining files .....
These codes can be write in 'AUTOIT' scripting but I wanna to write that in Pascal.....
Someone could help me?