QUOTE (seapagan @ Sep 17 2005, 03:56 AM)
Not really sure what you are wanting here?
If you want to install upx silently then just copy the upx.exe file to a path directory, it's standalone.
If you want to run upx silently from another program, either use the '-q' flag and add ' > NUL' to the end of the command line (may still flash briefly a command prompt), or set the 'startupinfo.wShowWindow' to SW_HIDE, and the 'startupinfo.dwFlags' to STARTF_USESHOWWINDOW if you are using createprocess.
Give us more info and maybe we can help more.
SP
ok, i need the switch for this pack:
http://www.msfn.org/board/index.php?showtopic=55687when opening it normally on desktop there is an install wizard..
i don't want him to show up during the unattended install, but just install it.
i hope its clearer, thanks