set default installation path
hi,
i m new to NSIS.
i want to install one third party software in my application installation path.
how to hide third party sw path?
Archive: set default installation path
set default installation path
hi,
i m new to NSIS.
i want to install one third party software in my application installation path.
how to hide third party sw path?
If the 3rd party installer has silent command line switches, use them. If not then there's not really much you can do without getting technical.
Stu