Quote:
Originally Posted by bigsimo
Alright, I've got most of my UC to work, but there are a couple of pieces that still don't seem to want to cooperate.
1) I have the following code to set the BattSuspendTimeout and it appears to work fine if I run the .CAB file I create with it from File Explorer on the device. The problem is that when I place the .CAB file in the persistant memory and allow the device to autorun this file the BattSuspendTimeout does not get set. Do I need to set another registry entry for this to work with autorun?
2) When I try and set the Work URL Exceptions the exception URL nevers gets added to the list. The .CAB file says that it installed successfully, but when I look at the Work URL Exceptions there is nothing there. I can do this programmatically throught my VB.net code, but I would rather do this at the UC so that I don't have to worry about setup tasks in my applications code.
Any suggestions would be appreciated. It's the last couple tweaks in a long list that I've got working and they are really starting to frustrate me.
|
1. I noticed there is a space before 'Timeouts' which could either be your problem or a typo in the post. Why use cab instead of xml?
2. Do you see the registry change afterwards?