cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Bhalla
Level 3

How can I get installation path using VBScript

Hi everyone

How can I get installation path using VBScript? 

sInstallPath = sessions.property("INSTALLDIR") gives no result.

PLEASE HELP, I want to install third party program after my .MSI has completed installation of my application.

 

Thanks

Bhalla

0 Kudos
(1) Reply
joerg_n
Level 3

Hi @Bhalla ,

If you action runs deferred there is no direct way to access the installer properties because the installation is finished. But there is a way to pass variables to the action

This article helps you out

https://www.revenera.com/blog/software-installation/2011/06/it-wants-me-to-do-what-some-notes-on-customactiondata-in-installshield/ 

 

BR 

Joerg

0 Kudos