Skip to content
⌘ NSIS Forum Archive

using NSIS to create a pop3/smtp account in MS-Outlook?

2 posts

ralfhauser#

using NSIS to create a pop3/smtp account in MS-Outlook?

I am a newbie to NSIS and I don't find any discussions related to my goal:

<<Is it possible to build an installer that creates a smtp/pop account in outlook (or mozilla mailer, ...).>>

I don't need to download or install anything besides this configuration; the only thing I need is to guide the installing user through such a configuration step-by-step and possibly dynamically pre-fill some values.

Any hints would be highly appreciated!

Ralf
razor_x#
well if outlook uses common .INI settings files this is quite easy...use readINIstr\WriteINIstr to make what you want or readREGstr\writeREGstr.Check the docs....