Guten Tag pmdarrow, am Donnerstag, 25. Februar 2010 um 21:59 schrieben Sie:
> Does anyone know how to show a "Loading..." popup while a custom action is > executing during the InstallUISequence? You can associate a text with the UI/ProgressText-tag to a custom action. One example: <InstallExecuteSequence> <Custom Action="something" After='InstallFinalize'> <![CDATA[...]]> </Custom> </InstallExecuteSequence> <CustomAction Id='something' Directory='SystemFolder' ExeCommand='...' Return='check'/> <UI> <ProgressText Action="something">Loading...</ProgressText> </UI> http://wix.sourceforge.net/manual-wix3/wix_xsd_progresstext.htm Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: Andreas Muchow ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users