tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

oscdimg not found

Open foltz61 opened this issue 2 years ago • 5 comments

After running the tiny11 creator 22621.525.bat file an error message that oscdimg can't be found is displayed. This is on Windows 10 Home. Thanks for creating this utility.

foltz61 avatar Feb 27 '23 02:02 foltz61

I had an issue with spaces in the path to oscdimg giving me an error message when it went to create the ISO. I fixed it by putting double quotes around where the command is listed near the end of the script changing %~dp0oscdimg.exe to "%~dp0oscdimg.exe" and %~dp0tiny11.iso to "%~dp0tiny11.iso". See if this works for you.

RobN12 avatar Feb 27 '23 03:02 RobN12

I added the program to Windows/System32 then realized it is looking for it in the same folder as the bat file. I copied it there and it's currently running again. If that happens to fail I'll try your suggestion. Thanks.

foltz61 avatar Feb 27 '23 03:02 foltz61

Adding the program to the folder where the .bat file is ran from worked.

foltz61 avatar Feb 27 '23 04:02 foltz61

As a heads up, the version of oscdimg available to download here wasn't compatible with my version of Windows 10. I had to revert bsck to a version I found elsewhere.

foltz61 avatar Mar 05 '23 22:03 foltz61

Probably because the offered version is for win32. If i install the deployment and assessment tools, i find the right exe in C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg.

srdgtr avatar Mar 13 '23 10:03 srdgtr