Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Create Registry key on Deploying Setup

Create Registry key on Deploying Setup

Scheduled Pinned Locked Moved Visual Basic
tutorialdatabasewindows-adminquestionworkspace
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vincentkhoosiongleng
    wrote on last edited by
    #1

    Dear All Engineer, Anybody can tell me how to create a registry during the Setup deploying time? I want the User can select which database folder they want to keep. The example is create a windows registry folder as "HKEY_LOCAL_MACHINE\SOFTWARE\CompanyName" with Name = "Database Folder" Type = "REG_SZ" Data = "C:\CompanyName\Database"

    T 1 Reply Last reply
    0
    • V vincentkhoosiongleng

      Dear All Engineer, Anybody can tell me how to create a registry during the Setup deploying time? I want the User can select which database folder they want to keep. The example is create a windows registry folder as "HKEY_LOCAL_MACHINE\SOFTWARE\CompanyName" with Name = "Database Folder" Type = "REG_SZ" Data = "C:\CompanyName\Database"

      T Offline
      T Offline
      ToddHileHoffer
      wrote on last edited by
      #2

      Here is an example from the msdn. Scroll about half way down the page for the example. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsent/html/vsent_etemplatedeployment.asp[^] "People who never make mistakes, never do anything." My blog http://toddsnotsoamazinglife.blogspot.com/

      V 1 Reply Last reply
      0
      • T ToddHileHoffer

        Here is an example from the msdn. Scroll about half way down the page for the example. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsent/html/vsent_etemplatedeployment.asp[^] "People who never make mistakes, never do anything." My blog http://toddsnotsoamazinglife.blogspot.com/

        V Offline
        V Offline
        vincentkhoosiongleng
        wrote on last edited by
        #3

        Dear ToddHileHoffer, Thanks a lot.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups