Glenn Patton

Glenn Patton

  • NA
  • 308
  • 81.2k

I need to create an installer for a C# program

Feb 15 2013 5:44 AM

Hi All,

I have completed a C# program and need to create an installer for it using VS 2008.  I have the installer creating the short cuts and the like for the application I just need to create a directory for the save data. I have it creating at C:\[Company Name]\[Prod Name]\[Folder]\[sub] when I need it to create at
C:\[Company Name]\[Folder]\[Sub] I believe it has to do with where I have created the folder in Application Folder, which has the path
C:\[Company Name]\[Prod Name]. If I create the folder by right clicking File System on Target Machine  and choosing Add Special Folder changing the name to [Company Name] and creating the [sub] folder this should create the folder [sub] but I cant seem to get it created.

Thanks
Glenn


 



 

    


Answers (1)