Results 1 to 4 of 4

Thread: Error Writing Key to W2K Workstation [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Resolved Error Writing Key to W2K Workstation [RESOLVED]

    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.


    Code:
    SaveSetting App.EXEName, "Registration", "User", Trim(txtRegisterTo)
            SaveSetting App.EXEName, "Registration", "Registration Key", _
                        txtRegKey(0) & txtRegKey(1) & txtRegKey(2)
    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.
    Last edited by dglienna; Jan 6th, 2005 at 09:20 PM. Reason: Resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width