Archive: Silent LZMA


Silent LZMA
  Hello everyone,
I've a small problem for a silent install, I use DcryptDll and in a code line, I use this line:


ExecWait '"$PLUGINSDIR\lzma.exe" "d" "$PLUGINSDIR\Ncrypt.lza" "$INSTDIR\Test.exe"' $R0 

>
Then does a MSDOS windows open when LZMA decompile, you would have the solution to avoid the opening of MSDOS?


Thank

Use nsExec or ExecDos.

Stu