Skip to content
⌘ NSIS Forum Archive

Redirect messages

1 posts

ChocJunkie#

Redirect messages

Hi 🙂

I'm new to NSIS and I want to replace a installation based on batch files.
Is there any possibility to redirect (error) messages in NSIS to replace the following batch command?
regedit /s <file>  >> <log1> 2>><log2>
THX
~CJ