You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be worth using the DISM API from the Windows ADK instead of shelling out.
For now, it seems to work just fine so I don't see a need to change it.
The text was updated successfully, but these errors were encountered:
I think the new plan should be to rewrite this in Go and use the DISM API directly. Go's low level enough to just late load the dll in and use it's functions. It also seems to support file embedding and I can distribute a native binary. What's not to like?
It might be worth using the DISM API from the Windows ADK instead of shelling out.
For now, it seems to work just fine so I don't see a need to change it.
The text was updated successfully, but these errors were encountered: