We're upgrading from WiX 3.5 to 3.6 and we're replacing our bootstrapper with 
the new 3.6 bootstrappers so we have a single exe instead of an exe and a msi. 
I tried to get rid of the standard UI that a bootstrapper installer displays 
but found out that you'd need to write your own custom BA to do that. Did 
anyone do that yet?

Also, with 3.5, we had the following msbuild task to generate the bootstrapper:

    <GenerateBootstrapper ApplicationFile="$(TargetFileName)" 
ApplicationRequiresElevation="true" ApplicationName=" Server" 
BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="HomeSite" 
CopyComponents="False" OutputPath="$(OutputPath)" 
SupportUrl="http://www.xyz.com"; />

ApplicationRequiresElevation="true" prevents the UAC warnings.

How can we do the same with 3.6/Burn?

Thanks
Erkan Celme


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to