Hey Guys
I want to know what is the difference between publishing your app or creating a setup file??
In the setup file I can add EULA, which is cool, install it in C:/Program Files, or wherever you want to intsall it, but then I can't write to the text files, e.g. I use a text file to store customer information, but gets an error when want to do so, but if publish my app, it works perfectly.
Loading
Dillon GoedaPosted Apr 5, 2013, 3:41 PM
Sam HobbsPosted Apr 5, 2013, 3:39 PM
Dillon GoedaPosted Apr 5, 2013, 3:14 PM
Sam HobbsPosted Apr 5, 2013, 3:08 PM
Also, what does "gets an error" mean? What error? My guess is that it is an access violation. If the file is put into the "Program Files" directory then that is the problem.
There are very many articles about how to do this.