Archive: Recieve input from user


Recieve input from user
I am wondering if there is a way to get input from a user when running an install in silent mode.

I basically have to create an install that runs something else and then created a shortcut to a printer. Well the person I am doing this for said he needs it to allow him to put in the printer path since it may be different for different users.

I just wanted it get the value into a variable and then pass it to the string for the printer shortcut.

Thanks


He can specify it as a command line parameter and your installer can parse the command line to get the printer path.