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

Nir Bar nir.bar at panel-sw.com
Tue May 16 00:56:45 PDT 2017


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







More information about the wix-users mailing list