Groups | Blog | Home
all groups > dotnet compact framework > october 2004 >

dotnet compact framework : wceload and the "Install My Company AppXyz" window


nzpcmad NO[at]SPAM yahoo.co.uk
10/7/2004 5:35:58 PM
I'm using this code as per posts in this group:

ProcessInfo pi = new ProcessInfo();
if (CreateProcess ("\\Windows\\wceload.exe","/noui " +
downloadFileName, pi))

where downloadFileName is my application xyz.CAB file.

I have patched the Registry Instl variable so I don't get the "App.
already installed" message.

However, I still get the windows showing "Install My Company AppXyz"
showing all the fields and (Install here) in the Name window at the
bottom. Clicking OK installs the cab file A-Ok. I just need to get rid
of this window and then I will have a silent install.

What do I need to do?

Peter Foot [MVP]
10/8/2004 9:38:04 AM
You need to use both /noaskdest and /noui flags to suppress all ui.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

[quoted text, click to view]

AddThis Social Bookmark Button