Hi everybody, I can't make Portableapp.com Launcher if registry not write before programs running, but, I have .reg with 1772 line, this will take a long time if write a manual to [RegistryValueWrite] ?
please tell me, how to convert (.reg) to [RegistryValueWrite] ?
or is there a simple way for this ?
thanks before.
Inside your App\DefaultData folder create a folder called settings and copy the (.reg) file into there. Then in the launcher.ini use [RegistryKeys] to handle the data instead.
yes, i will try this, but I don't know this format.
I try like this :
filename is Setting.reg
Setting.reg contains like this :
but, this ?
I am confused with key :
thanks Pyromaniac.
You keep each key separate. As in:
[RegistryKeys]
ClassID1=HKLM\SOFTWARE\Classes\CLSID\{00000012-0F56-11D2-9887-00A0C969725B}
ClassID2=HKLM\SOFTWARE\Classes\CLSID\{026D0A21-9BB9-11D0-AEBC-00A0C9053912}
One key = one file.
Sometimes, the impossible can become possible, if you're awesome!
it's amazing...
one key = one file
I've key with 1700 lines, even more.
The End...I gave up
Thanks John !
maybe use AutoIt ?
if anyone wants to solve this problem, I'm very grateful...
Perhaps if you include more details of what you're trying to do it would help.
Sometimes, the impossible can become possible, if you're awesome!
Thanks John.
This impossible to put here, because very long.
1700 line
Can I used WriteRegStr on Custom Code ?
Where location WriteRegStr, Init, Pre, PrePrimary, PreSecondary, PreExec, PreExecPrimary or PreExecSecondary ?
I mean what are you trying to accomplish? What app could possibly have 1700 class registry keys and why?
Sometimes, the impossible can become possible, if you're awesome!
My purpose is Chris Morgan has explain.
I needed registers DLL on certain functions.
Launcher work to open aplication, but certain functions not working.
Thanks your response John.
Sounds like you're dealing with an app that registers DLL servers or type libraries or other such things which go in HKCR\CLSID. I have two suggestions:
Cases where you're dealing with HKLM rather than HKCU typically indicate things that are done by the installer only (they can also indicate a badly written app). Remember that in a typical usage scenario, the user will not be able to write to HKLM.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
Right, I need registers DLL to working certain functions.
Yes, I am actually need them.
Aplication working without all registry, but needed registers DLL to working all functions, I can't solve it
Thanks Chris.
Now, I give up. This a really sick.
In the most common case where such things are installed, they're only needed for interaction from other apps; if you try running it on a machine without it ever having been installed, does it work? I believe you are saying that some functionality is missing. Is it important functionality?
What is the app?
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
I am not sure to say it, because it's commercial software.
but this software in category of video editing.
Because PortableApps.com not yet provide this category, so I try to make it.
Yes, I know VirtualDub is a video editing, but it's simple ?
sorry I didn't say it in my question.
I know moderator and all members are good people here, so I don't want to make a jokes about commercial software.
This is only for personal.
I am using virtual environment.
Ok, my problem is sound effects can't be loaded, sound edit not work !!!
now I've given up.
Thank you for your suggestion Chris Morgan.
Regards