Jump to content

Recommended Posts

Posted

Hi Can someone please assist i need to make an exe thats build with Autoit Drag and drop enabled.

The Software is Drag and Drop enabled but i need to inject reg before I can execute it..

Curently bat file looks like this.

regedit /s VBDECO~1.REG

regsvr32.exe /s RICHTX32.OCX

start /wait VBDECO~1.EXE

regsvr32.exe /u /s RICHTX32.OCX

exit

exit

Posted

Hi Can someone please assist i need to make an exe thats build with Autoit Drag and drop enabled.

The Software is Drag and Drop enabled but i need to inject reg before I can execute it..

Curently bat file looks like this.

regedit /s VBDECO~1.REG

regsvr32.exe /s RICHTX32.OCX

start /wait VBDECO~1.EXE

regsvr32.exe /u /s RICHTX32.OCX

exit

So either go through your .reg file and create a corresponding list of RegWrites or use the Run command to import your .reg file like you're already doing?

Posted

So either go through your .reg file and create a corresponding list of RegWrites or use the Run command to import your .reg file like you're already doing?

I Have tr

ied this but drag and drop still dont wanne work..

RunWait(@ComSpec & " /c regsvr32 /s RICHTX32.OCX",@SystemDir,@SW_HIDE)

sleep(10)

run(@ScriptDir & "\APP NAME")

Exit

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
×
×
  • Create New...