mintel Posted March 17, 2005 Posted March 17, 2005 The problem is that during the Unattend Setup, the $docs dir is not copyd to the document and settings dir on the systemdrive.Everything works just fine, except this OEMpreinstall is enable in the winnt.sif.the $oem$ map is defined and correctly placed.I just cant figure out what the problem is, or a solution Please help
Gurgelmeyer Posted March 19, 2005 Posted March 19, 2005 I am not sure that $Docs and $Programs are supported in 2k setup at all. I suggest that you place your $Docs files in $oem$\$$\TempDocs and add an xcopy command to the setup to put the files where you want them - something like xcopy %systemroot%\TempDocs %allusersprofile%.
mintel Posted March 22, 2005 Author Posted March 22, 2005 Hey That's a good idea. I already tried to pack the files in an SFX-archive, but that didn't work.(placed it in $OEM$ dir and wrote in the cmdlines.txt: "$docs.exe")I also tried to copy it in the autoexec.nt. but that also didn't work at all But í'm gonna try that one.I will let you know if it dit the trick
Gurgelmeyer Posted March 25, 2005 Posted March 25, 2005 Hope it worked?Btw autoexec.nt is - despite it's name - for DOS emulation only.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now