Thanks, skicow. The /noui switch does indeed eliminate the ui and as
an added bonus suppresses the "Confirm File Replace" dialog when
trying patch an older CF version. However, "Already Installed" still
pops up.
As you suggested setting changing the "Instl" value to zero in
[HKEY_LOCAL_MACHINE\SOFTWARE\Apps\Microsoft .NET Compact Framework]
key suppresses the "Already Installed" dialog.
The minor downside is that the installation of CF resets this value to
one during install. So, to make this work you need to programatically
set the reg value before launching wceload. A litle clumsy but pretty
workable.
Thanks again for the suggestions -- Steve
BTW, I tested this on an iPAQ 5550/5555.
skicow <(E-Mail Removed)> wrote in message news:<718A0D0C-2ACF-4C30-8D1E-(E-Mail Removed)>...
> Hi,
>
> You can use the command line parameter /noui for wceload.exe which will not display the installing progress widow.
>
> As for installing without the 'Comfirm File Replace' and 'Already Installed' dialog, I know you can do it by changing the registry setting of 'Instl' (or Install) in 'HKLM\SOFTWARE\Apps\<companyname><applicationname>' to 0(zero), I do it in my app on an iPAQ h2210, but I'm not sure if it will work with the CF, you could try and let us know if it works
>
> Having to reinstall the newest CF patch after a hard reset is one reason why I don't want to move beyond the CF that's installed on the handhelds that we are distributing our application on.
>
> Good Luck,
> skicow