Skip to content
⌘ NSIS Forum Archive

can you help me

5 posts

didava#edited

can you help me

hi i can one a make program whit nsis

example

modify registry
Open regedit.exe, goto HKEY_LOCAL_MACHINE\SYSTEM\WPA,
create key named “MediaCenter”. Create DWORD Value named “Installed” in key and valued “1”.

“Installed” value in “MediaCenter” of XP (VLK Ver) OS must be String Value but DWORD value. And “Installed” value in “MediaCenter” key in all server 2003 OS must be string values. Because there are no WinXP MCE VLK and Win 2003 MCE versions. You can’t login if these values are DWORD!

If there is “Installed” valued “0” in “MediaCenter” in your Windows XP, you can not modify it in current OS.
You must use “load HIVE” function in other OS like this: Click HKEY_LOCAL_MACHINE.
From the File menu, choose Load Hive,
Navigate to the registry location on your OS such as c:\windows\system32\config\system,name it “temp”.
after you modified the value to “1”,click temp,choose “unload HIVE” to save it.

How quickly can this be done?

thanks
didava#
example

example (program) Attach file
didava#
not working WriteReg not change


[HKEY_LOCAL_MACHINE\SYSTEM\WPA\MediaCenter]
"Installed"="0"

can you change 0 to 1 regedit

plz test

plz example show me

thanks
Red Wine#
If you can't manage what you want with WriteReg* there are alternatives.
You could include a regfile.reg and call it with ExecWait e.g. regedit /s regfile.reg, or try the registry plugin,

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.