Hi Guys, i'm building a setup and deployment project. I need to create subfolders under "\Documents and Settings\All Users" such as \MyCompany\MyProductName\ - how do you do this?
In my application i do the following - to read this folder:
AU_Path = Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData) & "\MyCompany\MyProduct\"
I can't see the equivalent of specialFolder.CommonApplicationData in setup and deployemt.
Thanks for your help in advance, Ken
In my application i do the following - to read this folder:
AU_Path = Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData) & "\MyCompany\MyProduct\"
I can't see the equivalent of specialFolder.CommonApplicationData in setup and deployemt.
Thanks for your help in advance, Ken