[wix-users] Bal Overridable is not working when calling on MSIProperty element

Mayooran Macilamany mayooran99 at gmail.com
Tue May 16 00:59:38 PDT 2017


Great! and in DetectPacakgeComplete I can find my MSI. But how can I alter
how its install execute begins? I need to launch it with my parameter? Any
help on this would be much appreciated.

On Tue, May 16, 2017 at 1:26 PM, Nir Bar <nir.bar at panel-sw.com> wrote:

> BootstrapperApplicationData.xml is created at compile time, it doesn't
> hold runtime values.You need to parse the command line yourself. Starter
> code should be something like:
>
>
> protected override void OnDetectComplete(DetectCompleteEventArgs e)
>
> {
>   string[] args = Command.GetCommandLineArgs();
>
>   ...
> }
>
>
> --
> https://JetBA.net - Native and WPF WiX BootstrapperApplication Frameworks
>
>
>
>
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list