wceload and the "Install My Company AppXyz" window

N

nzpcmad

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?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top