nmepar
Apr 24 2004, 11:13 AM
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:N
I 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?
Thanks
nmepar
killerbee
Apr 24 2004, 11:34 AM
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
CODE
taskkill blablabla.exe
in WinXP Pro only or if u downloaded PSUtils from Winternals.com then do a
CODE
pskill blablabla.exe
right after ur unattended setup in ur batch-file.
hope this helps a bit
cya
Killer Bee
nmepar
Apr 24 2004, 11:51 AM
Hi Killerbee,
Thanks for the quick response, I'm wondering, how best do i implement this through RunOnceGuiEx?
[BM]Crusher
Apr 24 2004, 10:37 PM
why not make a batch file that does everything you need?
nmepar
May 3 2004, 04:19 AM
@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?
Thanks
nmepar
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.