I think you need Protocol='netfx' on the ExePackage. Built in PackageGroupRef for NETFX in WiX does this, IIRC.
On Mon, Sep 24, 2012 at 8:36 AM, Pasquale Fersini < basquale.fers...@gmail.com> wrote: > Hi all, > I want to show a progress bar during downloading .net Framework; I use > following code: > > <PackageGroup Id="Netfx4Full"> <ExePackage Id="Netfx4Full" > Cache="no" Compressed="no" PerMachine="yes" Permanent="yes" > Vital="yes" SourceFile="dotNetFx40_Full_x86_x64.exe" > DownloadUrl="http://go.microsoft.com/fwlink/?LinkId=164193" > InstallCommand="/quiet /norestart AGREETOLICENSE=YES" > RepairCommand="/q ACTION=Repair /hideconsole" > DetectCondition="NET4Installed = 1" /></PackageGroup> > > According to my chief, I should display a message or show a progress > bar, because the installer seems to be frozen. > > Any ideas? > > Thanks in advance! > > ------------------------------------------------------------------------------ > 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 > -- virtually, Rob Mensching http://RobMensching.com LLC ------------------------------------------------------------------------------ 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