PKRU
Posts: 4
Joined: Wed Feb 27, 2013 11:54 am

How i can get STDOUT from VB6-EXE as result in variable

Hi ,

sorry, but i'm very new in advanced installer, but i have a life problem.

i need the STDOUT from a vb6-exe that i call with parameters as result in a custom variable i created in advanced installer MSI package. How i can do this in vbscript in installer?

Thanks for helping.

Best regards,
Peter
Bogdan
Posts: 2794
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: How i can get STDOUT from VB6-EXE as result in variable

Hi Peter,

I am not sure how to get the output from your EXE in VBScript, but for this I am sure you can find samples of code on Google.

Once you get the output you can set a public property with it, so you can use it in the installer, like this: http://www.advancedinstaller.com/forums ... =2&t=10194

Best regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
PKRU
Posts: 4
Joined: Wed Feb 27, 2013 11:54 am

Re: How i can get STDOUT from VB6-EXE as result in variable

Bogdan wrote:Hi Peter,

I am not sure how to get the output from your EXE in VBScript, but for this I am sure you can find samples of code on Google.

Once you get the output you can set a public property with it, so you can use it in the installer, like this: http://www.advancedinstaller.com/forums ... =2&t=10194

Best regards,
Bogdan
Hi Bogdan,

thank you for helping. I'll try to implement this in next few days and give back any status.

Have a nice week.

Best regards,
Peter

Return to “Building Installers”