Archive: Help!


Help!
I wonder how I make this entries in the register with nsi
I just want one blah.exe file

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"wint"="C:\\temp\\wint.exe /start"

and

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin]

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0]

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0\Server]

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0\Server\iplist]

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0\Server\Parameters]
"NTAuthEnabled"=hex:00,00,00,00
"Parameter"=hex:1d,a6,d6,16,50,2e,ef,71,1d,9c,9a,15,63,81,06,c3
"Port"=hex:90,1f,00,00
"Timeout"=hex:0a,00,00,00
"EnableLogFile"=hex:00,00,00,00
"LogFilePath"="c:\\logfile.txt"
"FilterIp"=hex:00,00,00,00
"DisableTrayIcon"=hex:01,00,00,00
"AutoAllow"=hex:00,00,00,00
"AskUser"=hex:00,00,00,00
"EnableEventLog"=hex:00,00,00,00
"NTAuthId"=hex:01,00,00,00


Don't make a new topic if you already did the same request in another topic (only if passed a week or so).

But anyways, you want to open a file with that information and write it directly to registry, or you want that to be converted in WriteRegStr commands?


I want it to be converted in WriteRegStr commands so I can make the exe file for myself

I should also be a silent installation of the reg entries