Compare commits
No commits in common. "a421b12ae46df0e64d2c3a50aa7986f6a0df16b8" and "a46bb78e5e5c29edc3ce9b5d85ce2f2278d8734f" have entirely different histories.
a421b12ae4
...
a46bb78e5e
|
@ -2382,13 +2382,7 @@ $MemoryStream.Close()
|
|||
:: For any further question, feel free to contact us on mass grave[.]dev/contactus
|
||||
::
|
||||
::========================================================================================================================================
|
||||
::
|
||||
:: If you want to use a different sppc.dll or without base64 format, then create a folder named "BIN" where this script is located and
|
||||
:: place these two files in that "BIN" folder. sppc32.dll, sppc64.dll
|
||||
:: Script will auto pick that instead of using the below from base64 section. You can also delete the below code in that case.
|
||||
::
|
||||
::========================================================================================================================================
|
||||
::
|
||||
|
||||
:: Replace "-" with "A" and "_" with "a" before base64 conversion
|
||||
:: It was changed to prevent antiviruses from detecting and flagging base64 encoding
|
||||
|
||||
|
|
|
@ -996,7 +996,7 @@ set foundprod=
|
|||
call :ksdata chkprod %%#
|
||||
if not defined foundprod (
|
||||
set skipprocess=1
|
||||
call :dk_color %Gray% "Skipping Because NoEditionChange Mode [%%#]"
|
||||
echo Skipping Because NoEditionChange Mode [%%#]
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -1004,7 +1004,7 @@ call :dk_color %Gray% "Skipping Because NoEditionChange Mode [%%#]"
|
|||
if "%_actprojvis%"=="1" if not defined skipprocess (
|
||||
echo %%# | findstr /i "Project Visio" %nul% || (
|
||||
set skipprocess=1
|
||||
call :dk_color %Gray% "Skipping Because Project/Visio Mode [%%#]"
|
||||
echo Skipping Because Project/Visio Mode [%%#]
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue