imani Posted October 7, 2007 Posted October 7, 2007 The command to unregister the following dll is this regsvr32 /u /s "C:\Program Files\HashTab Shell Extension\hashtab.dll" But the $dll is not enclosing in quotations. Does anybody has the solution $dll = String(@ProgramFilesDir & "\HashTab Shell Extension\HashTab.dll") MsgBox(0,"","regsvr32.exe /u /s " & $dll) Run('regsvr32 /u /s ' & '$dll')
Developers Jos Posted October 7, 2007 Developers Posted October 7, 2007 Run('regsvr32 /u /s "' & $dll & '"') SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
imani Posted October 7, 2007 Author Posted October 7, 2007 Run('regsvr32 /u /s "' & $dll & '"') Thanks Jos
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now