K
Khanh
hi all,
Here is other question : can someone know how to config PocketPC INF
file to launch application automatically after installing?
Currently our app have a mechanism of automatically update new
version of program based on a third ap InstallHelper. Our psuedo-code
here:
Exit application
Start process("\My Documents\InstallHelper.cab")
While Not (Exists InstallHelper.exe
Sleep(10000)
End While
Start process (InstallHelper.exe)
Our App is hung forever in WHILE loop if user click "Cancel" for
installing InstallHelper.cab file !!!!!!
Is there any work-around method? I intend to find out the way of
launching InstallHelper.exe automatically after installing
InstallHelper.cab, so that we can remove WHILE loop, but I don't know
how.
Any help would be appreciated.
Khanh
Here is other question : can someone know how to config PocketPC INF
file to launch application automatically after installing?
Currently our app have a mechanism of automatically update new
version of program based on a third ap InstallHelper. Our psuedo-code
here:
Exit application
Start process("\My Documents\InstallHelper.cab")
While Not (Exists InstallHelper.exe
Sleep(10000)
End While
Start process (InstallHelper.exe)
Our App is hung forever in WHILE loop if user click "Cancel" for
installing InstallHelper.cab file !!!!!!
Is there any work-around method? I intend to find out the way of
launching InstallHelper.exe automatically after installing
InstallHelper.cab, so that we can remove WHILE loop, but I don't know
how.
Any help would be appreciated.
Khanh