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