file.reg without confirmation
i dont want to use WriteRegStr or smth, because file.reg is big enough. so install program executes it but i want to add info into registry without any confirmation
Archive: file.reg without confirmation
file.reg without confirmation
i dont want to use WriteRegStr or smth, because file.reg is big enough. so install program executes it but i want to add info into registry without any confirmation
Execute regedit.exe with the /s parameter.
Exec 'regedit.exe /s "\path\to\file.reg"'
Or you could use Instructor's Registry plug-in. I never used it so I can't really give accurate information about that plug-in.
Probably it won't be needed here, but it's just to know...
ok, thanks