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"