Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2010 setup project - why can't create empty folder?

Im trying to create empty folder in application folder. I created a folder in Setup project, but when im installing, the folder is not being created. I assume its because its empty. Is there a way to create it still/

like image 660
eddyuk Avatar asked Dec 16 '22 05:12

eddyuk


2 Answers

Right click on the folder, select properties window, set AlwaysCreate property true. that's it. No need to create set up file with any other s/w. Visual Studio is Microsoft product.

like image 86
vikas Avatar answered Dec 29 '22 12:12

vikas


You need to set the AlwaysCreate Property of the folder to true.

like image 27
raring sunny Avatar answered Dec 29 '22 12:12

raring sunny