Silent or unattended install of WebStorm

Hi

Is there any way to do a silent or unattended install of WebStorm? We have one for ReSharper, but that comes as an .msi file by default and is simple to do. WebStorm downloads as a .exe file.

Regards
Ben

0
2 comments

Its a NSIS installer, so usual NSIS approach should work, albeit its not tested by us. See http://unattended.sourceforge.net/installers.php for unattended approach on many installers including NSIS (closer to bottom of the page). File an issue in case of problems.

0

Thanks for the quick response, and that was a handy link in general.

/S seems to work (case sensitive though!) - the only difference I can see between that and the GUI install is that the GUI method drops an icon on the desktop by default.

Thanks again!

0

Please sign in to leave a comment.