bilbo_b
26th January 2007, 08:44 PM
I will made my own registry tweak solution inside a *.cab file via a included _setup.xml. this works for my with the most registry entries. but there is one that will not work, wehen i include a _setup.xml with this setting, the *.cab can not be installed.
<parm name="Default" datatype="string" value="\Windows\wceload.exe "%1" /nodelete"/>
the problem is the value with %1 in double quotes. how can i made this entry correctly ?
another question is: how can i made small user form, to ask the user, to install all of this registry setting or only this or this entry ? do i need a vidual c++ ide for this ? or is there a freeware solution available ?
<parm name="Default" datatype="string" value="\Windows\wceload.exe "%1" /nodelete"/>
the problem is the value with %1 in double quotes. how can i made this entry correctly ?
another question is: how can i made small user form, to ask the user, to install all of this registry setting or only this or this entry ? do i need a vidual c++ ide for this ? or is there a freeware solution available ?