1. When i try to copy a file over another file i get an access denied. Is there a way to make it copy over files instead of first deleting every file?
2. How do i copy the contents of a folder to another folder? As opposed to just copying the entire folder over.
Here are the commands i used in my xml.
<item display='Installing mIrc'>
<dircopy directory='%SOURCEPATH%\PostInstall\Applications\MIRC' target='%SYSTEMDRIVE%\Program Files\mIRC\' />
<filecopy source='%SOURCEPATH%\PostInstall\Applications\MIRC\MIRC.lnk' target='%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\' />
<filecopy source='%SOURCEPATH%\PostInstall\Applications\MIRC\MIRC.lnk' target='%SYSTEMDRIVE%\Documents and Settings\All Users\Start Menu\Programs\mIRC\' />
</item>
<item display='Installing WCPU'>
<dircopy directory='%SOURCEPATH%\PostInstall\Applications\wcpu31a' target='%SYSTEMDRIVE%\Program Files\WCPU31a\' />
<filecopy source='%SOURCEPATH%\PostInstall\Applications\wcpu31a\wcpuid.lnk' target='%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\' />
</item>
<item display='Patching Flash FXP'>
<filecopy source='%SOURCEPATH%\PostInstall\Applications\Patches\FlashFXP.exe' target='%SYSTEMDRIVE%\Program Files\FlashFXP\' />
</item>
<item display='Patching Age of Mytholgoy'>
<dircopy directory='%SOURCEPATH%\PostInstall\Applications\Patches\AOM' target='%SYSTEMDRIVE%\Program Files\Microsoft Games\Age of Mythology\' />
</item>
<item display='Registry Tweaks'>
<registry display='Tweaks being installed...' method='write'>
;Finalizing Windows Install...
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"cleanup"="C:\\sysprep\\cleanup.cmd"
</registry>
<registry display='Registering MIRC...' method='write'>
;Registering MIRC...
[HKEY_CURRENT_USER\Software\mIRC]
[HKEY_CURRENT_USER\Software\mIRC\License]
@="removed"
[HKEY_CURRENT_USER\Software\mIRC\UserName]
@="HEVNBND"
</registry>
For some reason none of the icons on the desktop where created i got access denied errors not sure why
Attached File(s)
-
xplode.log (87K)
Number of downloads: 15



Help

Back to top








