Nice, Thanks!
installmaker.cs line 162 crashes if any of the files in the temp directory are read only. I added the following before the delete directory and it then worked.
Code:// Process the list of files found in the directory. string[] fileEntries = Directory.GetFiles(Installer.tempPath); foreach (string fileName in fileEntries) { // set file attributes to normal so can delete read only files File.SetAttributes(fileName, FileAttributes.Normal); }
Nice, Thanks!
Failure is not an option...
__________________________________________________ ______________________________
The only full multizone / multiscreen cross platform open source Front End -> OpenMobile
Bookmarks