it's ok, I found myself :)

m_pEngine->SetVariableString(L"ID", L"this_is_my_id");

then in the bundle.wxs

       <MsiPackage Id="mypackage"
                   Compressed="no"
                   DownloadUrl="http://www.xxx.com/mypackage.msi";
                   Permanent="no"
SourceFile="$(var.SolutionDir)bin\x86\$(var.Configuration)\mypackage.msi"
                   Visible="no"
                   Vital="yes">
         <MsiProperty Name="ID" Value="[ID]" />
       </MsiPackage>

On 09/12/2012 20:24, up2date.cyb...@gmail.com wrote:
> 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 <Variable>?
>
> Thanks


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to