Deployment Registry Entries

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    #1

    Deployment Registry Entries

    In the deployment project I'm building, I will be creating files that I want
    to place in a new subdirectory in the user's profile\applica tion data
    folder\ directory tree. Something to the effect of:

    C:\Documents And Settings\userpr ofile\applicati on
    data\manufactur er\applicationn ame]

    In a registry string on the target machine, I setup the string in the
    project to be

    [Users Profile][ApplicationData Folder][Manufacturer]\xxxxxxxxxx\ (for
    Application Name)

    but this didn't work. How can this be done?

    Thanks

    Steve


  • Steve

    #2
    Re: Deployment Registry Entries

    Figured it out.... System folder properties are at the following url:

    http://msdn.microsoft.com/library/de...properties.asp

    Steve

    "Steve" <s.arndt@comcas t.netwrote in message
    news:utJZCsaFHH A.3616@TK2MSFTN GP06.phx.gbl...
    In the deployment project I'm building, I will be creating files that I
    want
    to place in a new subdirectory in the user's profile\applica tion data
    folder\ directory tree. Something to the effect of:
    >
    C:\Documents And Settings\userpr ofile\applicati on
    data\manufactur er\applicationn ame]
    >
    In a registry string on the target machine, I setup the string in the
    project to be
    >
    [Users Profile][ApplicationData Folder][Manufacturer]\xxxxxxxxxx\ (for
    Application Name)
    >
    but this didn't work. How can this be done?
    >
    Thanks
    >
    Steve
    >
    >

    Comment

    Working...