Create a Setup File Windows.Net C#

Posted by Sandhurst on Stack Overflow See other posts from Stack Overflow or by Sandhurst
Published on 2010-06-06T10:33:10Z Indexed on 2010/06/06 10:42 UTC
Read the original article Hit count: 331

Filed under:
|
|
|

I have created a windows application setup program, it needs to have a text file in the application folder. The file is also included while creating the setup.

Once the setup successfully completes and my program tries to modify the file based on user input, its simple throwing an exception.

I am using Windows 7 Home Premium OS.

Any suggestion/help will be great to overcome this issue.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET