Jump to content

Regsrv32 on CD in Windows Vista


urian
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

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...