Posted 27 March 2006 - 07:17 PM
Since runonce is before starting of windows, it should not cause any problems,
Thise DDL problems were happening even if there was no restart,
First I was thinking silently unlock those old DLL files and copy the new ones at the end of WPI,
But Now, I am thinking of starting the shutdown process from the WPI batch file and waiting for it, that means, the installation never gets finished to start the windows files,
And the DLL erros does not show up again, cause the first time windows loads up, they are not registered, but a restart fixes the problem without the need of manually putting the DLLs there,
Infact I think, giving time for windows to start could cause problems, as there will be programs like IE7, that if installed from RunOnce, their files are not in place (registered) untill a restart.
and starting of windows without a restart can be problematic.