Click here to Skip to main content
15,879,490 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear Team,

How to create setup file in windows application?

I have used visual studio 2010 setup wizard and visual studio 2010 project file.

1. Need to install setup file in PC like vlc.exe, notepad.exe, stickynote.exe, etc.
2. Project structure is given below:
--SolutionName
----ProjectName
-------Indexpage
-------Log Folder
-------Temp Folder
3. I want to make read write permission Log and Temp folders after installing my setup file in PC.
Can you please provide solution as per my scenario.

Thanks in advance,

What I have tried:

Note:
Once installed setup file in PC, setup file working fine, but log files are not generating as well as Temp folder files(XML files) are not generating.
=> Log files and xml files are generating each and every time installing setup.
=> How to create and give a permission for folder and files.
=> Files some times 10 files will be create or some times N - files create.
Posted
Updated 1-Jan-17 22:30pm
v4

1 solution

 
Share this answer
 
Comments
Mohankumar.Engain 2-Jan-17 6:15am    
Thanks.
JayantaChatterjee 2-Jan-17 22:45pm    
Please click on "Accept Solution" Green Button..
this will help others to find there 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