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
740 stars 83 forks source link

Can't upgrade #14

Closed DanielSjogren closed 2 years ago

DanielSjogren commented 3 years ago

When attempting to install a newer version, it will halt during the Export_Reg_Config as the "reg export" doesn't have the /y parameter to overwrite existing files.

damienvanrobaeys commented 3 years ago

When attempting to install a newer version, it will halt during the Export_Reg_Config as the "reg export" doesn't have the /y parameter to overwrite existing files.

Thanks for the feedback. I will resolve that in the next version very soon.

ccatlett1984 commented 2 years ago

I have a pull request in, that resolves this.

https://github.com/damienvanrobaeys/Run-in-Sandbox/pull/17

damienvanrobaeys commented 2 years ago

I added an overwrite on existing file which was the issue