My last step in making a custom Win2000 bootable install CD is eluding me. I’m trying to make a machine.reg file that will redirect the SourcePath in the registry from D:\ to C:\I386. I’m trying different variations of the following syntax with no success:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
“SourcePath”=“C:\I386”
I find that I can use this syntax to change “SourcePath” to “test” or even “C:” but as soon as I add the backslash it won’t work. Anybody happen to know the proper syntax so I can wrap up this project?
TIA