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?
THXregedit /s <file> >> <log1> 2>><log2>
~CJ
1 posts
THXregedit /s <file> >> <log1> 2>><log2>