Search found 4 matches

Go to advanced search

by PKRU
Tue Mar 05, 2013 8:33 am
Forum: Common Problems
Topic: How i can set APPDIR variable in included MSM from main MSI
Replies: 3
Views: 3436
 
Jump to post

Re: How i can set APPDIR variable in included MSM from main

Hi Peter,

The install path that your merge module will use is the folder that you specify in Merge Modules page, when you add it to the main project.

If you want to use a path that may change you must first define a property based folder using that property, then assign that folder to the merge ...
by PKRU
Tue Mar 05, 2013 8:28 am
Forum: Building Installers
Topic: How i can get STDOUT from VB6-EXE as result in variable
Replies: 2
Views: 2634
 
Jump to post

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/viewtopic ...
by PKRU
Wed Feb 27, 2013 12:15 pm
Forum: Building Installers
Topic: How i can get STDOUT from VB6-EXE as result in variable
Replies: 2
Views: 2634
 
Jump to post

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 ...
by PKRU
Wed Feb 27, 2013 12:08 pm
Forum: Common Problems
Topic: How i can set APPDIR variable in included MSM from main MSI
Replies: 3
Views: 3436
 
Jump to post

How i can set APPDIR variable in included MSM from main MSI

Hi,

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

Is it possible to set the APPDIR (target installation path) variable for everey MSM module included in my main MSI . The values are stored in different variables in the main MSI. i need to set the APPDIR in ...

Go to advanced search