views:

240

answers:

1

Hi all...

I am developing a WinMo app, where we are hosting the cab files on our web server, to make deployment to our handhelds easier.

I would like to make the CAB file though, so that when they user downloads and runs it, it installs, and then automatically launches the program.

I found this Q, but that seems to be about cabs for ActiveX browser addins or such.

Anyone have any idea or instructions on how to go about making a WinMo CAB autoinstall the primary output file after installation? I am building the CAB file using the Smart Device CAB Setup project in Visual Studio 2008. The devices are WinMo 6.1.

Thanks in advance...

A: 

To be clear, what you have now is that the CAB downloads and installs properly, but what you want is for the application to execute after the install completes? If that's the case, then add a custom setup DLL that does the execute on successful completion (so in Install_Exit call CreateProcess).

ctacke
Yes, that is what I have, and am looking to do. Is that article still relevant - technically speaking? I had thought eVC (and eVB) had been discontinued. Even clicking the link in the article to developer tools seems to go to a page that talks all about Visual Studio 2005 (also dated now).
eidylon
The code is still very relevant. Yes, the eVC tool is discontinued, but the C++ language is still very much alive. Just create the DLL using a Studio 2005 or 2008 C++ Smart Device project.
ctacke
Cool! I know C++ is still around - I can't imagine that disappearing anytime soon; but I didn't know if eVC has lots of other stuff added in, or what not. Thanks for the info, I will definitely have to give this a try.
eidylon