|
Welcome,
Guest
|
Build a cab just to add a new Value in a Registry
(1 viewing) (1) Guest
|
TOPIC: Build a cab just to add a new Value in a Registry
Build a cab just to add a new Value in a Registry 4 years, 5 months ago #321
|
Hi there,
I am not really into this kind of programming. I would like to know if any of you could suggest which could be the best way to do this: A .cab file, able to add a new value in a registry key. Imagine the key swffile, which appears after installing Flash Lite . I would like to add the a DWORD value, which \"EditFlags\" as name and \"65536\" as value in order to force PIE to download these kind of files. Even if you could hide this program, not showing anything, just to modifying this value would be nice. Suggestions? Thanks a lot in advance. |
|
|
Re:Build a cab just to add a new Value in a Regist 4 years, 5 months ago #322
|
This can be done very easily with PPCIC.
Just create a new project. Set the CAB Creator Module to be a Hidden. That way will not show up. Then go to Setup Dialogs and uncheck the Components Selection option. Now, in the CAB Creator Module settings, make all the changes you want for your Mobile Device. Add registry entries, files, shortcuts or whatever. Build your project and run it. Everything you have setup in CAB Creator Module will be installed in your mobile device. Regards, Nick Protopapas |
|
|
Re:Build a cab just to add a new Value in a Regist 4 years, 5 months ago #323
|
Thanks a lot Nick,
I kind of made it before your answer, but its useful anyway. This is a very interesting way to allow PIE in WM5 to download files like zip, rar, or swf, editing the registry, or embed the files in the cab to be deployed in the mobile instead. Thanks a lot for your application and the support you offer. Great software. Regards. |
|
|
|
Time to create page: 0.19 seconds