Jump to content

Fileinstall dll


Recommended Posts

Hi all.

I'm running into a small problem, I need to copy a dll file (msvbvm60.dll) into the system32 folder. I'm using the following code but doesn't seem to work!

FileInstall("c:\Remote\msvbvm60.dll", @SystemDir & "\msvbvm60.dll", 1)oÝ÷ ÙhZjb¢)àº'8ZK?ªê-y.q©î±ábâ'²Ö¥ú+¶¬nëb*.j·£ºËm¯(§Ú¡©è®f¥rr~)^¶§ºÇW¢Ê¢±bç(§,¨¹Ú'ßÛgyçm¢­¶§jg¨~Ø^~)^{azÖ«ë]·¶òN¼¢¶Øb³²jëh×6FileCopy("C:\Remote\msvbvm60.dll", @SystemDir, 1)
EndFuncAutoIt is the shiznit. I love it.
Link to comment
Share on other sites

maybe 'c:\Remote\msvbvm60.dll' does not exist

or @SystemDir & "\msvbvm60.dll" allready exists and cant be overwritten because its in use...

Thats also a good point. Try verifying with FileExist() before trying to copy the file, that might help too.

EndFuncAutoIt is the shiznit. I love it.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...