"Hartmut Birr" hartmut.birr@gmx.de wrote:
Hi,
why is the drive letter added to users path if the install drive isn't C?
CreateDirectory("G:\Documents and Settings\Administrator.REACTOS_G\Application Data\Microsoft") CreateDirectory("G:\Documents and Settings\Administrator.REACTOS_G\Application Data\Microsoft\Internet Explorer") CreateDirectory("G:\Documents and Settings\Administrator.REACTOS_G\Application Data\Microsoft\Internet Explorer\Quick Launch")
This is an outdated piece of code. My original plan was to build a unique postfix to avoid any conflict with any Windows version. This modification is not needed but I forgot to remove it becuse I'm always installing on drive C:. I'll remove this from the source.
Regards, Eric