Quote:
Originally Posted by jnils
If you make the following files readonly the updater will leave them alone
eq2ui_mainhud_map.xml
eq2map\core_menu.xml
eq2map\core_plugins.xml
eq2map\skinnable_Skinnable_Styles.xml
eq2map\skinnable_WindowElements.xml
|
no it wont leave them alone but instead spit out an error and stop updating alltogether:
Quote:
Unknown Error: mscorlib
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at WindowsApplication7.Form1.GetFileMD5(String FilePath)
at WindowsApplication7.Form1.DownloadExtras()
at WindowsApplication7.Form1.DoUpdates()
at WindowsApplication7.Form1.Timer3_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)Access to the path "W:\Everquest2\UI\fetish\eq2map\skinnable_WindowElements.xml" is denied.
|
so, that does NOT work
btw: to undo said read-only changes navigate to the fetish\eq2maps folder and do "attrib *.* -r" in there. ill stick with manually replacing those 4 files after updating and will now also try what the above poster said