vote up 0 vote down star

Is it possible to delete a registry key using a CAB installer that is generated using VS2005?

The CAB is targeted at Windows CE 6.


Edit:
I did find this http://forum.xda-developers.com/showthread.php?t=415990, but I was hoping to find a way to do it using VS2005 or VS2008 and in an easier way.
(I did not even start to try the instructions on that post)

flag

1 Answer

vote up 1 vote down check

Yes.. you can.. But u need to mention the proper registry value.. see this link for more info..

link|flag
Thanks for the quick response, but I could not find in the post anything that mentions the removal of registry values. – Shaihi Oct 12 at 14:05
u please checkout the code of link windowsteamblog.com/cfs-file.ashx/__key/…. reffer the creation of .cab using dynamic method.. here you can do – GrabIt Oct 12 at 14:18
This is in fact the method. The exact link I needed was msdn.microsoft.com/en-us/library/… Adding this Dll enables to do in code what the wizard does not supply. – Shaihi Oct 12 at 15:46
I might have marked this as the "Answer" too early. For some reason the code in the added Dll does not execute. Any idea how to debug? – Shaihi Oct 13 at 8:12
Hey it works perfectly, can you tell what problem are you getting. – GrabIt Oct 13 at 8:46
show 2 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.