Lower the size? And make a downloader for engine
-
Kind of hard to deploy 150MB+ . Can you try lowering the size or provide a light verson(fewer features). Also a downloader(which can be run silent with params) would be cool. Awsome work man!
-
@randomm Hi
You can make size a little bit smaller by- Take content of %AppData%\BrowserAutomationStudio\apps\15.6.0 and ignoring everything else inside %AppData%\BrowserAutomationStudio folder
- Deleting all mongo*.exe files
It makes BAS size about 65 MB in compressed state.
Also a downloader
Online downloader can be obtained by zipping everything inside %AppData%\BrowserAutomationStudio except apps folder. It will download latest BAS release on first run and takes only 16 MB.
Awsome work man!
Thanks
-
@support Why does it take long time to start a compiled script?
I guess its to download the appslocal folder.
Does it download this folder for all the compiled scripts?
-
Why does it take long time to start a compiled script?
It takes too long only on first run, because installer have to download correct BAS version from server on first run. Correct version and correct architecture(x86/x64)
I guess its to download the appslocal folder.
Does it download this folder for all the compiled scripts?
It downloads engine folder and unzips it to appslocal, if necessary engine version already in engine folder, than downloader just unzips it.