Inital commit.

This commit is contained in:
2019-11-11 19:22:39 -05:00
parent f89d330f14
commit a052b43b22
80 changed files with 5989 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
SET INSTALL_URL=https://emberkom.s3.amazonaws.com/management/installers/LiquidFiles_Admin_2.0.108.msi
IF NOT [%1] EQU [] SET REG_SETTINGS=%REG_SETTINGS%BaseUrl=%1;
REM Install the plugin
msiexec.exe /i %INSTALL_URL% /qn /norestart REGKEYSCRIPT="%REG_SETTINGS%"