Re: [WiX-users] Bootstrapper Application: dynamically change variable/MSI property

2012-12-09 Thread up2date.cyb...@gmail.com
it's ok, I found myself :) m_pEngine->SetVariableString(L"ID", L"this_is_my_id"); then in the bundle.wxs: http://www.mypackage.com/mypackage.msi"; Permanent="no" SourceFile="$(var.SolutionDir)bin\x86\$(var.Configuration)\mypackage.msi" Visible="no" Vital="y

Re: [WiX-users] Bootstrapper Application: dynamically change variable/MSI property

2012-12-09 Thread up2date.cyb...@gmail.com
it's ok, I found myself :) m_pEngine->SetVariableString(L"ID", L"this_is_my_id"); then in the bundle.wxs http://www.xxx.com/mypackage.msi"; Permanent="no" SourceFile="$(var.SolutionDir)bin\x86\$(var.Configuration)\mypackage.msi" Visible="no"

[WiX-users] Bootstrapper Application: dynamically change variable/MSI property

2012-12-09 Thread up2date.cyb...@gmail.com
I created my own bootstrapper application, because I need to have a custom UI. I'd like to add dynamically some properties to my main MSI (from my custom wixstdba.dll). Is that possible?, even using a ? Thanks -- LogMeI