[Windows NSIS Installer] Set install directory from command line

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
raimonds
Posts: 1
Joined: Fri Jul 24, 2020 11:35 am

[Windows NSIS Installer] Set install directory from command line

Post by raimonds »

It seems /D flag does not work with NSIS installer as mentioned at https://nsis.sourceforge.io/Docs/Chapter3.html
Is it a bug or not implemented?

I would like to install FreeCAD silently in a specific directory, but it is always installed in C:\Program Files or C:\Users\UserName\AppData\Local

Code: Select all

installer.exe /S /D=C:\third-party\FreeCAD
Last edited by Kunda1 on Fri Jul 24, 2020 12:51 pm, edited 1 time in total.
Reason: augmented title of thread for better visibility and convenience
Post Reply