Click here to Skip to main content
16,021,211 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
How to add Setup instructions document to the setup project created in C#?To clearly specify,the instruction document shud be added to the Debug folder of the Setup project after compiling?
Posted
Comments
Sergey Alexandrovich Kryukov 16-Aug-12 5:22am    
Why debug folder, if this is the setup, which is deployment? Do you use Visual Studio? If so, what's the problem?
--SA
bbirajdar 16-Aug-12 5:24am    
:).. Same question here..
Sergey Alexandrovich Kryukov 16-Aug-12 5:26am    
Right. But I just answered shortly, thinks it's the most appropriate, will you see it?
--SA

1 solution

For example, create a Visual Studio setup project from its standard template. In the UI, you will easily find where to place any kinds of items. This is much easier to try and find out than to describe in a Quick Questions & Answer forum answer.

Good luck,
—SA
 
Share this answer
 
Comments
bbirajdar 16-Aug-12 5:37am    
Yes. This solution is pretty straightforward and practical. Instructions can be added to the wizard screens. On the side note , I guess he must not be looking for adding the readme.html kind of files to the setup which can be opened after the setup is complete..
Sergey Alexandrovich Kryukov 16-Aug-12 5:58am    
Thank you.
--SA

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