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
{{ message }}
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.
--shimgen-log - allow debugging information to be passed to the console so folks can get insight into what might be going on when errors are found.
--shimgen-usetargetworkingdirectory - this will give folks the ability to to use working directory of target application instead of current working directory.
--shimgen-waitforexit - this forces the shim to wait on the process being called to finish first.
The text was updated successfully, but these errors were encountered:
- Shimgen no longer changes the working directory to target files (this only
occurred for GUI apps)
- Adding --shimgen-log to the end of a shim call command will cause the shim
to log to the console information about what it is doing
- Adding --shimgen-usetargetworkingdirectory to the end of a shim call will
cause it to use the target executable's working directory instead of the
current work directory.
- Runtime command passed to a shim to force the shim to override its default
behavior and wait on the target process to finish before returning (default is:
gui apps return and command line wait)
The text was updated successfully, but these errors were encountered: