I have a problem that I thought was easy to fix but I have no idea why it doesn't work! I want my installer to write in this text file I have in the program
s Program Files folder the user's system's OS and some more information. This is what I put:
Why doesn't it work? Also, where should I put it?? Maybe that is the problem... HELP!! Thanks!Code:osname = System.GetOSName(); TextFile.WriteFromString("C:\Program Files\ProgramName\FileName.txt", osname, false);

