bakkesmodorg / BakkesModInjectorCpp

C++ rewrite of the BakkesModInjector
67 stars 21 forks source link

Can't install without a GUI #23

Closed CaptainGlac1er closed 2 years ago

CaptainGlac1er commented 2 years ago

I think these MsgBox are blocking the ability to install this from powershell. Currently it forces you to install through a gui. https://github.com/bakkesmodorg/BakkesModInjectorCpp/blob/25203381370e6866de35b4071264db2006c43e1b/installer.iss#L103

Bakkes commented 2 years ago

It's not the cleanest param name for this, but you should be able to use /installfromdll=true to suppress these message boxes.

BakkesModSetup.exe /VERYSILENT /installfromdll=true installs without any message boxes for me.

https://github.com/bakkesmodorg/BakkesModInjectorCpp/blob/25203381370e6866de35b4071264db2006c43e1b/installer.iss#L95