RegDLL Only When Files Not Overwritten
I'm creating a superpimp script to install a vb app and I thought I could just use the File method to copy over the dll's necessary... so I set the overwrite property to No... and I then register and unregister every dll...
But instead, I'd like to only register files that the installer copied over... for example: I want to put msxml.dll in the users system directory... it's not in their directory, so the File method puts it there, then I register it... but lets say msxml.dll *is* in the users directory, so instead of unregistering and registering again, I just want to say "I trust that it is already register", and be done with it.
Can this be done?