wceload and the "Install My Company AppXyz" window

  • Thread starter Thread starter nzpcmad
  • Start date Start date
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
 
Back
Top