H
Harry Simpson
I've done a lot to aid in users being able to recover from battery loss,
hard resets, etc.
I've moved the local SDF database to the Application directory etc. I've
created a nice install app using NSIS open source stuff.
My boss wants me to make it easier - almost like a one click total restore
of app and the settings - down to hot buttons, proxy server designation
etc....
The install uses the normal CEAppMGr UI prompts. Should I load all the cabs
into Application directory on the device and use wceload/noui from an
AutoRun.exe app located in Application??
Here are the requirements:
Need a process to restore a Pocket PC to its previous condition after a
total battery loss or hard reboot. This process must
perform the following tasks:
*********Install Application**********************************
1. Install application exe
2. Install three SQL Server CE Cabs
3. Install the .NET Compact Framework
4. Install the Symbol library cab
5. Install the eConnect cab
*********Set Background Picture******************************
6. Set the background for the Today screen (involves copying jpg image
included in the app cab to My Documents)
*********Hide Other Function Items****************************
7. Uncheck items that appear on the Today screen
*********Set Hot Buttons***********************************
8. Set the Hot button for Button 1 to Application exe
9. Set the remaining 3 buttons to <None>
**********Hide Shortcuts***********************************
10. Create a new directory named SM in the Windows directory on the device.
11. Create a sub directory under Windows\SM\ called Programs.
12. Move all program file shortcuts except for our application's shortcut
from Windows\Start Menu\Programs to
Windows\SM\Programs
13. Move all Start Menu Items from Windows\Start Menu\ to Windows\SM\
***********Proxy set up************************************
14. Create a proxy server setting the IP address
15. Check "This network connects to the Internet"
16. Check "The network uses a proxy server to connect to the Internet"
***********Set eConnect for Ethernet Cradling*******************
17. Uncheck "Launch ActiveSync"
18. Check "Connect to:"
19. Select "My Work Network" in dropdown
20. Check "Launch Application"
21. Select the application exe in the dropdown
21. Check "Query cradle for DNS domain
22. Check "Bypass RF connection if present"
*******************************************************
Is there a third party kinda like Ghost for the PPC.....what have other
developers done to remedy this. The users let the devices run down a
lot....so there's got to be a better solution.
TIA
Harry Simpson
hard resets, etc.
I've moved the local SDF database to the Application directory etc. I've
created a nice install app using NSIS open source stuff.
My boss wants me to make it easier - almost like a one click total restore
of app and the settings - down to hot buttons, proxy server designation
etc....
The install uses the normal CEAppMGr UI prompts. Should I load all the cabs
into Application directory on the device and use wceload/noui from an
AutoRun.exe app located in Application??
Here are the requirements:
Need a process to restore a Pocket PC to its previous condition after a
total battery loss or hard reboot. This process must
perform the following tasks:
*********Install Application**********************************
1. Install application exe
2. Install three SQL Server CE Cabs
3. Install the .NET Compact Framework
4. Install the Symbol library cab
5. Install the eConnect cab
*********Set Background Picture******************************
6. Set the background for the Today screen (involves copying jpg image
included in the app cab to My Documents)
*********Hide Other Function Items****************************
7. Uncheck items that appear on the Today screen
*********Set Hot Buttons***********************************
8. Set the Hot button for Button 1 to Application exe
9. Set the remaining 3 buttons to <None>
**********Hide Shortcuts***********************************
10. Create a new directory named SM in the Windows directory on the device.
11. Create a sub directory under Windows\SM\ called Programs.
12. Move all program file shortcuts except for our application's shortcut
from Windows\Start Menu\Programs to
Windows\SM\Programs
13. Move all Start Menu Items from Windows\Start Menu\ to Windows\SM\
***********Proxy set up************************************
14. Create a proxy server setting the IP address
15. Check "This network connects to the Internet"
16. Check "The network uses a proxy server to connect to the Internet"
***********Set eConnect for Ethernet Cradling*******************
17. Uncheck "Launch ActiveSync"
18. Check "Connect to:"
19. Select "My Work Network" in dropdown
20. Check "Launch Application"
21. Select the application exe in the dropdown
21. Check "Query cradle for DNS domain
22. Check "Bypass RF connection if present"
*******************************************************
Is there a third party kinda like Ghost for the PPC.....what have other
developers done to remedy this. The users let the devices run down a
lot....so there's got to be a better solution.
TIA
Harry Simpson