Make setup program create folders?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I make my setup program create folders with specific name while
installing application? I want to create these folders in application folder.

Thanks
 
I am assuming that you are using a setup project created with VS.net. All
you have to do is right-click the application folder (after having chosen the
file system view for your setup project) and choose "Add folder".

HTH, Jakob.
 
thanks

Jakob Christensen said:
I am assuming that you are using a setup project created with VS.net. All
you have to do is right-click the application folder (after having chosen the
file system view for your setup project) and choose "Add folder".

HTH, Jakob.
 
Back
Top