Wceload.exe Wince 6

Posted by admin

Hello to all you folks in this newsgroup. I just found this today, andI'm hoping maybe you guys could point me to an answer for a question Ihave.Here's the situation: I'm writing a Pocket PC app in C# that connectsto a web service and receives an array list of cab file names for theapplication to download. My app then downloads those CAB files from anFTP server. That part all seems to work fine. The problem is that whenI get the cab files downloaded, I can't figure out how to install themprogrammatically. I've run across a few options, the most promising ofwhich seems to be to use wceload.exe to fire off the cabs. That'sgreat and all, but I can't find how to get wceload.exe to start.Here's what I have so far:CreateProcess('Windowswceload.exe', '/noaskdest /noui ProgramFilesDentwizard.SyncItCab.CAB');The problem with this so far is that I can't get the project to buildbecause it keeps blowing up on CreateProcess, telling me The name'CreateProcess' does not exist in the current context.

I have no ideawhat to reference to be able to use CreateProcess.Do you guys have any idea what I'm missing? Here are my usingstatements:using System;using System.Net;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Diagnostics;using System.IO;using System.Windows;Of course, I'm more than open to using another method to accomplishthis task.Thanks in advance-Killthewabbit. Hello to all you folks in this newsgroup. I just found this today, andI'm hoping maybe you guys could point me to an answer for a question Ihave.Here's the situation: I'm writing a Pocket PC app in C# that connectsto a web service and receives an array list of cab file names for theapplication to download. My app then downloads those CAB files from anFTP server.

That part all seems to work fine. The problem is that whenI get the cab files downloaded, I can't figure out how to install themprogrammatically. I've run across a few options, the most promising ofwhich seems to be to use wceload.exe to fire off the cabs. That'sgreat and all, but I can't find how to get wceload.exe to start.CreateProcess('Windowswceload.exe', '/noaskdest /noui ProgramFilesDentwizard.SyncItCab.CAB');The problem with this so far is that I can't get the project to buildbecause it keeps blowing up on CreateProcess, telling me The name'CreateProcess' does not exist in the current context.

I have no ideawhat to reference to be able to use CreateProcess.Do you guys have any idea what I'm missing? Here are my usingusing System;using System.Net;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Diagnostics;using System.IO;using System.Windows;Of course, I'm more than open to using another method to accomplishthis task.Thanks in advance-Killthewabbit. Hello to all you folks in this newsgroup.

I just found this today, andI'm hoping maybe you guys could point me to an answer for a question Ihave.Here's the situation: I'm writing a Pocket PC app in C# that connectsto a web service and receives an array list of cab file names for theapplication to download. My app then downloads those CAB files from anFTP server.

6.0See more on MSDN

Wceload.exe Wince 6 Download

That part all seems to work fine. The problem is that whenI get the cab files downloaded, I can't figure out how to install themprogrammatically.

I've run across a few options, the most promising ofwhich seems to be to use wceload.exe to fire off the cabs. That'sgreat and all, but I can't find how to get wceload.exe to start.CreateProcess('Windowswceload.exe', '/noaskdest /noui ProgramFilesDentwizard.SyncItCab.CAB');The problem with this so far is that I can't get the project to buildbecause it keeps blowing up on CreateProcess, telling me The name'CreateProcess' does not exist in the current context. I have no ideawhat to reference to be able to use CreateProcess.Do you guys have any idea what I'm missing? Here are my usingusing System;using System.Net;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Diagnostics;using System.IO;using System.Windows;Of course, I'm more than open to using another method to accomplishthis task.Thanks in advance-Killthewabbit.

Wceload.exe

Hello to all you folks in this newsgroup. I just found this today, andI'm hoping maybe you guys could point me to an answer for a question Ihave.Here's the situation: I'm writing a Pocket PC app in C# that connectsto a web service and receives an array list of cab file names for theapplication to download. My app then downloads those CAB files from anFTP server. That part all seems to work fine. The problem is that whenI get the cab files downloaded, I can't figure out how to install themprogrammatically. I've run across a few options, the most promising ofwhich seems to be to use wceload.exe to fire off the cabs. That'sgreat and all, but I can't find how to get wceload.exe to start.CreateProcess('Windowswceload.exe', '/noaskdest /noui ProgramFilesDentwizard.SyncItCab.CAB');The problem with this so far is that I can't get the project to buildbecause it keeps blowing up on CreateProcess, telling me The name'CreateProcess' does not exist in the current context.

I have no ideawhat to reference to be able to use CreateProcess.Do you guys have any idea what I'm missing? Here are my usingusing System;using System.Net;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Diagnostics;using System.IO;using System.Windows;Of course, I'm more than open to using another method to accomplishthis task.Thanks in advance-Killthewabbit. Hello to all you folks in this newsgroup.

I just found this today, andI'm hoping maybe you guys could point me to an answer for a question Ihave.Here's the situation: I'm writing a Pocket PC app in C# that connectsto a web service and receives an array list of cab file names for theapplication to download. My app then downloads those CAB files from anFTP server. That part all seems to work fine. The problem is that whenI get the cab files downloaded, I can't figure out how to install themprogrammatically.

I've run across a few options, the most promising ofwhich seems to be to use wceload.exe to fire off the cabs. That'sgreat and all, but I can't find how to get wceload.exe to start.CreateProcess('Windowswceload.exe', '/noaskdest /noui ProgramFilesDentwizard.SyncItCab.CAB');The problem with this so far is that I can't get the project to buildbecause it keeps blowing up on CreateProcess, telling me The name'CreateProcess' does not exist in the current context. I have no ideawhat to reference to be able to use CreateProcess.Do you guys have any idea what I'm missing? Here are my usingusing System;using System.Net;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Diagnostics;using System.IO;using System.Windows;Of course, I'm more than open to using another method to accomplishthis task.Thanks in advance-KillthewabbitSweet! Thanks folks. I'll be giving these a shot today.