Help - Search - Members - Calendar
Full Version: J# Redist fails unattended
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
nmepar
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
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
Hi Killerbee,

Thanks for the quick response, I'm wondering, how best do i implement this through RunOnceGuiEx?
[BM]Crusher
why not make a batch file that does everything you need?
nmepar
@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




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.