Jump to content

send commands to hidden setup.exe


tlman12
 Share

Recommended Posts

I have a setup.exe file that i can not run silently with a /s. it also does not include an msi file, so i'm wondering if there is some way to write a macro that would send commands to like the setup.exe process and use an @SW_HIDE so that the user would not see it installing in the background?

if you need any other information let me know.

Link to comment
Share on other sites

I have a setup.exe file that i can not run silently with a /s. it also does not include an msi file, so i'm wondering if there is some way to write a macro that would send commands to like the setup.exe process and use an @SW_HIDE so that the user would not see it installing in the background?

if you need any other information let me know.

First, use the following commands

To View the command-line of executable file

setup.exe /?

Or

setup.exe /H

Or

setup.exe /h

Or

setup.exe -h

Or

setup.exe /help

Or

setup.exe -help

If you find silent command or quiet command used it

Or use the AU3Record.exe

http://www.autoitscript.com/forum/index.php?showtopic=31796

Edited by wolf9228

صرح السماء كان هنا

 

Link to comment
Share on other sites

Hi

You can also use Active Registry Monitor

And monitor the registry changed made to your computer

Use a disk monitor to check the files written to your computer

With those two you are able to create your own Silent installer..

Best regards,

Emiel

Edited by Emiel Wieldraaijer

Best regards,Emiel Wieldraaijer

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