Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

[Enhancement] Allow to pass shimgen specific parameters #509

Closed
ferventcoder opened this issue Jul 9, 2014 · 0 comments
Closed

[Enhancement] Allow to pass shimgen specific parameters #509

ferventcoder opened this issue Jul 9, 2014 · 0 comments

Comments

@ferventcoder
Copy link
Contributor

  • --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.
ferventcoder added a commit that referenced this issue Jul 11, 2014
 - 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.
ferventcoder added a commit that referenced this issue Jul 11, 2014
* stable:
  (GH-508)(GH-509) shimgen fix/improvements
ferventcoder added a commit that referenced this issue Jul 11, 2014
- 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)
ferventcoder added a commit that referenced this issue Jul 11, 2014
* stable:
  (GH-509) Shimgen-waitforexit
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant