[wix-users] ShowVersion Attribute

Stephen Downard stephen.downard at medfusion.com
Thu May 26 09:24:02 PDT 2016


When using ShowVersion attribute to display WixBundleVersion within the WixExtendedBootstrapperApplication dialog, how can the value be updated if a new Bundle is detected?
Calling the following within OnDetectComplete() does not work.
hr = m_pEngine->SetVariableString(L"WixBundleVersion", m_UpdateBundleVersionInfo.GetString());


More information about the wix-users mailing list