I have code that works fine under XP, but is throwing an error, and not writing the key under W2K Workstation. Is there anything that should be done differently? It creates a key and some settings.
It gets installed under VB and VBA Programs under XP, but there is not a key in W2K. It's not under the app.name under Software, so I'm stumped.Code:SaveSetting App.EXEName, "Registration", "User", Trim(txtRegisterTo) SaveSetting App.EXEName, "Registration", "Registration Key", _ txtRegKey(0) & txtRegKey(1) & txtRegKey(2)




Reply With Quote