J
JojoS
I've tried to create a component for adding a path to the path
environment. Adding a 'simple' RegKey does not work because it gets
overwritten during FBA run. So instead I created a RegMigrate key, but
it looks like it can be used only to overwrite existing keys. I tried
the REG_EXPAND_SZ value:
%path%;%ProgramFiles%\util
but this results in a strange double entry:
Path=..org.path..;%ProgramFiles%\util;C:\Program Files\util
dropping the %path% results in a path with only the util path.
Is there a trick to append someting with the 'RegMigrate'? Or do I
have to use the 'execute regfile' or 'hack SessionManager entry'
methods?
environment. Adding a 'simple' RegKey does not work because it gets
overwritten during FBA run. So instead I created a RegMigrate key, but
it looks like it can be used only to overwrite existing keys. I tried
the REG_EXPAND_SZ value:
%path%;%ProgramFiles%\util
but this results in a strange double entry:
Path=..org.path..;%ProgramFiles%\util;C:\Program Files\util
dropping the %path% results in a path with only the util path.
Is there a trick to append someting with the 'RegMigrate'? Or do I
have to use the 'execute regfile' or 'hack SessionManager entry'
methods?