ish Posted October 24, 2008 Report Share Posted October 24, 2008 Hi allRunning the MigUser.xml with scanstate.exe has caused some errors.The Errors are all pointing to 'Plugin.dll' files. ( in Program files\*Windows*\ folder)My question is the MigUser xml file doesn't contain any condition to include the .dll files. Then Why is the error occuring?.The only place in MigUser xml file where the Program files or Program files\*Windows*\ is referenced is in <exclude>. <exclude> <objectSet> <pattern type="File">%CSIDL_PROGRAM_FILES%\* [*]</pattern> <!--We are trying to remove system files from other windows installation on the same machine--> <!--This is the best guess we can come up with, in case of these folder name localized, we might not be to do whatever we have intended here--> <script>MigXmlHelper.GenerateDrivePatterns ("\Program Files\* [*]", "Fixed")</script> <script>MigXmlHelper.GenerateDrivePatterns ("\Winnt\* [*]", "Fixed")</script> <script>MigXmlHelper.GenerateDrivePatterns ("\Windows\* [*]", "Fixed")</script> </objectSet> </exclude>Why is the log file showing error in accessing these .dll files when the MigUser.xml file is not including them.Any help is appreciated.Thanks in advanceIshScanState.txtMigUser1.txt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.