April 24, 200422 yr 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
April 24, 200422 yr 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
April 24, 200422 yr Author Hi Killerbee, Thanks for the quick response, I'm wondering, how best do i implement this through RunOnceGuiEx?
May 3, 200422 yr Author @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
Create an account or sign in to comment