urian Posted December 18, 2008 Posted December 18, 2008 Hello!, Sorry for my english if you do not understand something. I have a problem with a cdrom autorunning, the cdrom must register a dll before run the application. I created a batch file.On windows vista it's not possible. When I call regsvr32 from cd appear acces denied, I believe that is appear because of Acces User Control. I create a script with autoit that sendkey "windows +R" and writer "cmd" regsrv32.. but the problem is that i need this on mode silent or similar to register the dll. Is there any way to disable the user control? and later register the dll with a batch for example or other form. or register the dll with autoit with administrator rights? Thanks in advance. My mail is urian84@gmail.com if you need. Greetings
ProgAndy Posted December 18, 2008 Posted December 18, 2008 does it work in AutoIt with Run? Run('regsvr32 /s /i "YourFile.dll"') *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
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