Re: Reseting via cab installation



A custom installer DLL would do it.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com


"Saman" <Saman@xxxxxxxxxxxxxxxxxx> wrote in message
news:OtHLclOkHHA.3816@xxxxxxxxxxxxxxxxxxxxxxx
No, after the installation of such cab, at the final screen is written:
"App was succesfully installed .... To complete the installation is
required reset. Press OK to .." or something like that. No external
process..

Riki wrte:
Saman wrote:
I've seen couple of cabs that after installation default installer
(wceload.exe) requested reset (not from setup.dll).
How to make such cab? I'm creating cab by writing .inf files namualy and
using cabwiz.

At a guess, call ShellExecute on another app (perhaps you main app, with
a command line argument) and have that poll the setup process, once it
closes then do the reset.

Riki



.



Relevant Pages

  • Re: Palm single-purpose "stand alone" device
    ... Of course, your application does have to be started once for it to take over the PDA, unless you use an installer that causes the program to run immediately upon installation. ... Your app should receive a notification at soft reset and you can do whatever you want to take over from there. ...
    (codewarrior.palm)
  • Re: Windows distribution suggestions?
    ... > a Python app for use under Windows XP. ... Launching app.exe should completely install Python, ... Since your installer needs to run before Python is installed, ...
    (comp.lang.python)
  • Re: June 2005 EAL Question
    ... parameter to a string. ... > public class MyEventLogInstaller: Installer ... You have a web app, ... >>> at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean ...
    (microsoft.public.dotnet.general)
  • Re: Installer with XCode?
    ... Seems like Mac users like to take more responsibility than their Ms ... user "copy" the app files to the Application directory), ... I am not saying that you do not need an installer, ... like to be able to save user preferences locally). ...
    (comp.sys.mac.programmer.help)
  • Re: auto-upgradable application
    ... New users always download and install using the installer. ... Our app ... If the client detects that it is out of date, it looks at the version info ...
    (comp.lang.python)