Jump to content

urian84

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by urian84

  1. Uff The script is not valid, i need to do these command but i need that the user don't see the process of regsrv32. I need silent mode or similar. Do you know thati it's possible? The cuestion is that i need regiter a dll from cd autorunning, it's necessary for run the application (demo cd), and in windowsXP works perfectly but in vista my problem is the UAC (user control acces) if yo know another form of disable the UAC I would be happy. Thanks in advance.
  2. Thank you very much! I will try autoit scripts and ask if I have any problem
  3. Thanks, the script it´s a good idea but i have a problem witch windows+R. In vbs (i think do script in this language) using the command sendkeys. the key "windows" doesn´t exist, the expresion ("^{ESC}") control+esc is not valid because i don´t add the r in the line. How I can do this script? An example of my script: Option Explicit Dim objShell, WshShell set objShell = CreateObject("WScript.Shell") objShell.SendKeys ("^{ESC}") 'here i need add the key R but i don´t know.
  4. Hello!, Sorry for my english if you do not understand something. I have a problem witch a cdrom autoexecutable, the cdrom must register a dll before run the application. I create a batch file.On windows vista it's not possible. When I call regsrvr32 from cd appear acces denied, I believe that is appear of Acces User Control. I trying create msi to register the library but i need register from cd. Can you help me please! Thanks in advance. My mail is urian84@gmail.com if you need. Greetings
×
×
  • Create New...