Page 1 of 1

Silent Installs Just Hang

Posted: Sat Jun 23, 2007 1:18 am
by H4nd0
I just can't get silent installs to work (IA6.6, WinVista Enterprise):

myInstaller.exe /s

Causes two myInstaller.exe processes to spawn. One at 0% CPU. The other at 50% CPU (or 100% CPU on a single core).

Log file output (ie /l=c:\\temp\\ia.log) is as follows:

Code: Select all

<InstallAware>
  <SetupSplash>
    <StubSize>
    </StubSize>
    <StubData>
    </StubData>
    <GlobalLists>
    </GlobalLists>
    <SupportDir>
    </SupportDir>
    <ExtractArchive>
    </ExtractArchive>
    <ExtractResource>
    </ExtractResource>
    <ResourcePath>
    </ResourcePath>
    <Dialogs>
    </Dialogs>
  </SetupSplash>
  <RunScript>
    <Variables>
    </Variables>
    <CompileScript>
    </CompileScript>
    <BootStrap>
    </BootStrap>
    <myah>


Any ideas?

Posted: Thu Jul 05, 2007 1:37 am
by H4nd0
Any ideas how I can debug this?

Posted: Thu Jul 05, 2007 9:03 pm
by swarovski
if non-slient mode, the setup run and terminates normally?

Posted: Fri Jul 06, 2007 4:43 am
by H4nd0
Yes it does - obviously you have to click next and so forth across the various forms.

Posted: Fri Oct 24, 2008 11:22 pm
by vistadb
I have this exact same scenario but once the install fails any further attempts at installing (even non silent) end in the same crash. I have installed dozens of times on this machine over the past few weeks but today once it started with this error I have not gotten any of my setups to complete.

Anyone else seen this error?

I tried to generate a log and this is the output:

I n s t a l l A w a r e >
<S>
<S>
</S>
<S>
</S>
<G>
</G>
<S>
</S>
<E>
</E>
<E>
</E>
<R>
</R>
<D>
</D>
</S>
<R>
<V>
</V>
<C>
</C>
<B>
</B>
<m>


Seems like something hangs in there, but no idea what. The myah tag is never closed.

Posted: Sat Oct 25, 2008 7:50 am
by CandiceJones
Are you sure that's an InstallAware generated log file?

Re: Silent Installs Just Hang

Posted: Thu Nov 22, 2018 9:26 am
by rih
We encounter a similar problem. The silent installer hangs, in case an older version is installed. The log is

Code: Select all

<InstallAware>
    <SupportDir>
    </SupportDir>
  <SetupSplash>
    <StubSize>
    </StubSize>
    <StubData>
    </StubData>
    <GlobalLists>
    </GlobalLists>
    <ExtractArchive>
    </ExtractArchive>
    <ResourcePath>
    </ResourcePath>
    <Dialogs>
    </Dialogs>
  </SetupSplash>
  <RunScript>
    <Variables>
    </Variables>
    <CompileScript>
    </CompileScript>
    <BootStrap>
    </BootStrap>
    <myah>


When that step "myah" is initialized? Is it before any custom script runs? Are there command line options to get more information for what is happening?

Thanks!