R
Romain TAILLANDIER
Hi group
On my Windows CE terminal, i have an application that can be auto-update.
during runtime, MyApp check if there is a specific file (MyApp.cab), if the
cab exists the application run the Updater, and finish.
The updater wait for MyApp to finish, and then, run the Cab, wait for the
Cab to finish (which load the new version of MyApp) the run back MyApp.exe.
All that work fine.
my problem is that the user is forced to select the destination directory of
the cab. How can i run it in silent mode ?
i have to add something in the inf file wich params the .cab construction ?
i have to add some params in the BuildCab.bat ?
I have to add some params in the command such as MyApp.CAB /QUIET ?
thank you for your help...
ROM
On my Windows CE terminal, i have an application that can be auto-update.
during runtime, MyApp check if there is a specific file (MyApp.cab), if the
cab exists the application run the Updater, and finish.
The updater wait for MyApp to finish, and then, run the Cab, wait for the
Cab to finish (which load the new version of MyApp) the run back MyApp.exe.
All that work fine.
my problem is that the user is forced to select the destination directory of
the cab. How can i run it in silent mode ?
i have to add something in the inf file wich params the .cab construction ?
i have to add some params in the BuildCab.bat ?
I have to add some params in the command such as MyApp.CAB /QUIET ?
thank you for your help...
ROM