There is no option for this right now, but feel free to file an issue so I don't forget. Right now what you can do is extract the files by running `7z x` twice - the first time will create "julia-installer.exe", and extracting that will produce two folders called "$PLUGINS" and "$_OUTDIR". "$_OUTDIR" contains Julia and libraries.
We will probably switch to a pure-NSIS installer soon (without the 7-zip self-extraction step), which will make it possible to add support for such switches. On Sat, Aug 23, 2014 at 7:30 AM, <[email protected]> wrote: > Hello, > > I would like to install julia via command line on windows. > > Is there an option to specify NO "create Startmenu and shortcut" ? > > So far I hav only found the way to specify the target_directory : > julia-0.3.0-win32.exe /D=%JULIAROOT% > > Regards, >
