Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,
I trying create a installation setup using visual studio setup wizard.My problem is that i want to create a folder and copy a file inside the folder, folder should be created under path "C:\Users\teller2\AppData\LocalLow". Folder and file should be created under each user account on that particular installation machine.

basically i want to create a folder under users appdata\locallow folder

Can anybody give any suggestion.

Thanking you in advance.

Note : I have added CUSTOM FOLDER named it as Dictionary in setup and open the property window and try to
set the TARGETDIR as
"Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)+\AppData\LocalLow"
but it giving me error.

can any body tell me how to assign the TARGETDIR for custom folder
Posted
Updated 24-Sep-12 23:17pm
v2
Comments
Rajesh Anuhya 25-Sep-12 3:35am    
Not Clear
--RA

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900