<tt><font size=2>> <br>
> I have a simple package that installs an engineering program.  It
<br>
> looks like this:<br>
> <br>
> <package id="retainpro" name="Retain Pro 9"
revision="2"><br>
> <check type="uninstall" condition="versiongreaterorequal"
path="Retain Pro 9" <br>
> value="2009.9" /><br>
> <install cmd='"%SOFTWARE%\RetainPro\RP9_SETUP.exe" /s'
/><br>
> <upgrade cmd='"%SOFTWARE%\RetainPro\RP9_SETUP.exe" /s'
/><br>
> </package><br>
> <br>
> This works on all my XP machines.  On Win 7 it works fine if
run <br>
> from a command <br>
> prompt using wpkg in debug mode.  But if run at boot time it
hangs <br>
> and does not <br>
> return.  This does not appear to be the "protected desktop"
problem recently <br>
> discussed, because if I log in as administrator immediately after
<br>
> bootup I do not see <br>
> the message about "Interactive Services Detection".<br>
> </font></tt>
<br>
<br><tt><font size=2>This is a shot in the dark - is "show gui"
activated in the wpkg service? I had several packages behave oddly when
this was not active (stalling or failing).</font></tt>
<br>
<br><tt><font size=2>Does this behaviour occur also if you start the service
manually ("sc start wpkgservice") some minutes after full bootup?
Reason is that at bootup services in Win7 can be deferred - this may change
behaviour.</font></tt>
<br>
<br><tt><font size=2>Last step would be watching the install with Process
Explorer and/pr Process Monitor.</font></tt>
<br>
<br><tt><font size=2>Best Regards</font></tt>
<br><tt><font size=2>        Heiko</font></tt>