deanjo
08-21-2005, 08:42 PM
I just don't understand whats happening here.
Every time I add something like this:
Registry.SetValue(HKEY_CURRENT_USER, "Software\\Testrun\\Today", "AppDir", SessionVar.Expand("%AppDrive%%AppFolder%"), REG_SZ);
And then I go to install the app and change the drive location I get registry entry like this:
c:f:\some directory\
Where the heck is that c: coming from?
Every time I add something like this:
Registry.SetValue(HKEY_CURRENT_USER, "Software\\Testrun\\Today", "AppDir", SessionVar.Expand("%AppDrive%%AppFolder%"), REG_SZ);
And then I go to install the app and change the drive location I get registry entry like this:
c:f:\some directory\
Where the heck is that c: coming from?