|
|
#1 | |
|
Junior Member
Join Date: Sep 2005
Posts: 1
|
some questions
1.about the register codes
in installation section, i use lots of WriteRegValue, the problem is how can i write the unstallation section. WriteRegValue needs 4 parameters, but DeleteRegValue only needs 3 parameters, so its not easy to edit just by replace strings. 2.a complile error, and i dont know how to correct it Quote:
!insertmacro ReplaceStr 'HKCU,"Keyboard Layout\Preload","4",0x00000002,"E0030804"' "" $INSTDIR\i386\hivedef.inf it says "ReplaceStr" requires 3 parameters, passed 4! maybe its because the string 'HKCU,"Keyboard Layout\Preload","4",0x00000002,"E0030804"' contains quotation marks(when i use !insertmacro ReplaceStr "abc" "" $INSTDIR\i386\hivedef.inf, it works) so how do i correct it? Many thanks Last edited by xxx9527; 20th September 2005 at 11:22. |
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|