restart after installation

hello,

i m newbie. i have develop the cab file from smart device cab project. what i want is that when i complete my installation. the mobile will reboot as like normal installer. because i have paste the exe in the windows startup on time of cab creation. and that exe will run my other background services(exe). so how after installation through cab i want to restart the device. how i manage it ?

device is imate sp5m, and C++.2005 for development.

Thanks in advance

Regards

Salman

[521 byte] By [SalmanMaredia] at [2007-12-24]
# 1

You can add setup dll to your cab and do whatever's needed from it. MSDN has description of that and there’s sample in SDK.

IlyaTumanov at 2007-8-31 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...
# 2

And how to soft reset programmatically:

http://www.pocketpcdn.com/articles/softreset.html

kuntushi at 2007-8-31 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...
# 3

hello,

i m confused. please help me what sort of project. i select for dll generation? and how i use ce_setup.h file in that project? i want to delete the directory content on uninstallation of that project. please help me by sample material or article.

Thanks

Salman

SalmanMaredia at 2007-8-31 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...