Yes you can, but you have to write own version of setup.dll [1] (using
eVC which is freely available). The function Install_Exit will be called
after installation is complete.
You can find it useful to see an example of setupdll from SDK [2] or
read this article [3].
HTH
[1]
http://msdn.microsoft.com/library/de...n_Setupdll.asp
[2]
....\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Samples\Win32\Setupdll\
[3]
http://www.codeproject.com/ce/setupdll.asp
--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com
Rob Blij wrote:
> Is it possible to execute a certain file/process directly from the cab file
> once it has finished installing?
>
> tia
> Rob
>
>