Search found 138 matches

Go to advanced search

by Collins
Thu Feb 02, 2017 5:22 pm
Forum: Building Installers
Topic: Reading & Passing Public Properties From External ini for Bootstrapped EXE Installer
Replies: 4
Views: 3962
 
Jump to post

Re: Reading & Passing Public Properties From External ini for Bootstrapped EXE Installer

Thank you, I will try that!

I was able to get the external PowerShell custom action to work; I just had to add it to the Wizard Dialogs Stage instead of the Install Execution Stage.
by Collins
Fri Jan 27, 2017 4:12 pm
Forum: Building Installers
Topic: Reading & Passing Public Properties From External ini for Bootstrapped EXE Installer
Replies: 4
Views: 3962
 
Jump to post

Re: Reading & Passing Public Properties From External ini for Bootstrapped EXE Installer

as an alternative, I tried using the Windows PowerShell Script from file custom action to set the property values instead of an ini file, but the values are not getting to installers.
by Collins
Thu Jan 26, 2017 5:16 pm
Forum: Building Installers
Topic: Reading & Passing Public Properties From External ini for Bootstrapped EXE Installer
Replies: 4
Views: 3962
 
Jump to post

Reading & Passing Public Properties From External ini for Bootstrapped EXE Installer

I created a Feature-based exe installer with many MSI packages. I'm able to pass static property values (/qn APPDIR="[MAIN_APPDIR]\Integration" EFORMS_ENABLED="[EFORMS_ON]"), MSI Property=EFORMS_ENABLED Bootstrapped Property=EFORMS_ON but I have some properties that will be diffe...

Go to advanced search