nmepar Posted April 24, 2004 Posted April 24, 2004 Hi all,trying to unattend install Visual Studio, and am unattended installing the pre requisite J#. I'm using the following syntax : %CDROM%\Software\WCU\JSharpRedistCore\vjredist.exe /Q:A /R:NI see two different behaviours. Firstly, the unattended install is not always unattended ( strange!!!) and secondly, most annoyingly, if it does install unattended, then it throws up a final confirmation window saying : GuiRunOnceEx does not proceed until i manually 'OK' that popup. Can anyone tell me how to prevent this, or alternatively, to kill it through script?ThanksnmeparJ_error.bmpJ_error.bmp
killerbee Posted April 24, 2004 Posted April 24, 2004 hi,execute ur installer in unattended mode in a already installed windows, there u can taskmanager the file name of the app that produces the window. After that u can do a taskkill blablabla.exe in WinXP Pro only or if u downloaded PSUtils from Winternals.com then do apskill blablabla.exeright after ur unattended setup in ur batch-file.hope this helps a bitcyaKiller Bee
nmepar Posted April 24, 2004 Author Posted April 24, 2004 Hi Killerbee, Thanks for the quick response, I'm wondering, how best do i implement this through RunOnceGuiEx?
[BM]Crusher Posted April 25, 2004 Posted April 25, 2004 why not make a batch file that does everything you need?
nmepar Posted May 3, 2004 Author Posted May 3, 2004 @crusher, not sure what you mean? do you mean instead of RunOnceGui, i use a cmd file to call the uanttended installs?How best do i do that?Thanksnmepar
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now