Forum Discussion
Unable to open Intune App Utility
Oliver Kieselbach Thanks for the Quick response. We have a requirement for build Intunewin App for 32-Bit environment, is there way to build tool X86 version.
Hi Rahul9588,
actually Microsoft did not released the source code, just the Tool itself. The intention for this is unclear but as long as we don't have the source code I don't see any chance to re-compile it.
best,
Oliver
- Rahul9588Mar 02, 2020Copper Contributor
Oliver Kieselbach Thanks for the response, but i am working on 32-bit product and I would integrate the Intunewin on my product.
- Sangamesh_gouriMar 03, 2020Copper Contributor
@Oliver Kieselbach Is there way to read the output message from tool during conversion process in c#?. Please refer the attached screenshot.
I have tried couple of sample examples but wasn't successful.
Thanks in advance.
- Mar 03, 2020
Hi Sangamesh_gouri,
this can be accomplished by redirecting StandardOut and StandardError This way you can easily start a process and get all output back to your .NET program.
That's what you are looking for:
best,
Oliver