I need to add the following registry entry. How can I do this?
[HKEY_CURRENT_USER\\Software\\Microsoft\\Office\\11.0\\Word\\Options]
"STARTUP-PATH"=hex(2):43,00,3a,00,5c,00,4d,00,61,00,73,00,74,00,65,00,72,00,4c,\ 00,61,00,79,00,6f,00,75,00,74,00,5c,00,53,00,54,00,41,00,52,00,54,00,55,00,\ 50,00,5c,00,00,00
If I can't do this, then I have to find an installer that will.
REG_EXPAND_SZ How can I add a registry entry of this type?
If you use this prefix in the value field:
You should be able to create REG_EXPAND_SZ values.
Also, this prefix:
denotes REG_BINARY values.
And finally, using this sequence within the value:
creates a REG_MULTI_SZ, the sequence indicates a "new line".
Code: Select all
#%
You should be able to create REG_EXPAND_SZ values.
Also, this prefix:
Code: Select all
#x
denotes REG_BINARY values.
And finally, using this sequence within the value:
Code: Select all
[~]
creates a REG_MULTI_SZ, the sequence indicates a "new line".
REG_EXPAND_SZ How can I add a registry entry of this type?
Thank you, I'll try this. This will make all the difference in the world. I wish it were documented in the help file.
REG_EXPAND_SZ How can I add a registry entry of this type?
Ok, if my value is STARTUP-PATH what should my full value be? In what sequence? The data is a path but is stored as a hex value.
#% #x [~] STARTUP-PATH
the path is C:\\MasterLayout\\ but in hex appears like this:
"STARTUP-PATH"=hex(2):43,00,3a,00,5c,00,4d,00,61,00,73,00,74,00,65,00,72,00,4c,\ 00,61,00,79,00,6f,00,75,00,74,00,5c,00,53,00,54,00,41,00,52,00,54,00,55,00,\ 50,00,5c,00,00,00
Thanks for your help!!!
#% #x [~] STARTUP-PATH
the path is C:\\MasterLayout\\ but in hex appears like this:
"STARTUP-PATH"=hex(2):43,00,3a,00,5c,00,4d,00,61,00,73,00,74,00,65,00,72,00,4c,\ 00,61,00,79,00,6f,00,75,00,74,00,5c,00,53,00,54,00,41,00,52,00,54,00,55,00,\ 50,00,5c,00,00,00
Thanks for your help!!!
REG_EXPAND_SZ How can I add a registry entry of this type?
Sorry, the path (data field) is this:
C:\\MasterLayout\\STARTUP\\
C:\\MasterLayout\\STARTUP\\
REG_EXPAND_SZ How can I add a registry entry of this type?
Thank you. I'll let you know if it doesn't work. But probably not till Monday.
REG_EXPAND_SZ How can I add a registry entry of this type?
Ok, that didn't work. I used the following:
#%#xC:\\MasterLayout\\STARTUPWas this incorrect? Any other ideas?
#%#xC:\\MasterLayout\\STARTUPWas this incorrect? Any other ideas?
REG_EXPAND_SZ
Everything installed, just no registry entry.
REG_EXPAND_SZ Just the msi file?
Forget the PM, The file however is 20MB. I don't think it will go through email. Can I upload it FTP or something?
You can try www.yousendit.com if you do not have a server to post the file on.
REG_EXPAND_SZ
I sent the file. Also, there was a registry entry which you can see in the screen shot. Also below is what the correct entry should look like.
Who is online
Users browsing this forum: Baidu [Spider] and 121 guests