damienvanrobaeys / Run-in-Sandbox

Run PS1, VBS, CMD, EXE, MSI, Intunewin, MSIX, or extract ISO, ZIP in Windows Sandbox very quickly just from a right-click
https://www.systanddeploy.com/2023/06/runinsandbox-quick-way-to-runextract.html
763 stars 86 forks source link

can't install, wrong file number #32

Closed msizec closed 1 year ago

msizec commented 1 year ago

Error message says some contents are missing in the code youre testing if there is 39 files. I have 37. And you have 37 in your repo

missing a recent change in structure I guess ?

msizec commented 1 year ago

I have 40 items, 37 files, youre testing fir items count thanks by the way, I was looking for a toll like yours

msizec commented 1 year ago

tool

damienvanrobaeys commented 1 year ago

I just updated it yesteday i think i miss some files. I will update asap. Thanks for the feedback

JozeMarkic commented 1 year ago

Current version of Add_Structure.ps1has if with Check_Sources_Files_Count -ne 39. Due to new file (PsExec.exe) in sources, this if fails... update to 40 fixes this.

damienvanrobaeys commented 1 year ago

just updated Add_structure.ps1, t should be good now