I had wix 3.0 installed and built four wix projects in vs 2008 sp1; 1 library and 3 installers referencing that wixlib. I compiled alll with pedantic warning level. Everything worked. Now, I have installed the beta of 3.5 and the installers fail to build, citing error cndl0099 in the autogenerated wixlib wxs file.
Is this a bug or do I need to edit my source? On Mar 29, 2010 11:00 AM, <wix-users-requ...@lists.sourceforge.net> wrote: Send WiX-users mailing list submissions to wix-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/wix-users or, via email, send a message with subject or body 'help' to wix-users-requ...@lists.sourceforge.net You can reach the person managing the list at wix-users-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of WiX-users digest..." Today's Topics: 1. Re: Problem with ShortCut (Pally Sandher) 2. Beginner's Question: Registering OCX (Markus Karg) 3. Problem with InstallDirDlg - Error 2343 (Thomas Kehl - PP Software AG) 4. Re: Beginner's Question: Registering OCX (Pally Sandher) 5. Re: Beginner's Question: Registering OCX (Markus Karg) 6. Get Current User's Credentials in custom action (Sagar1111) 7. Re: Problem with InstallDirDlg - Error 2343 (Pally Sandher) ---------- Forwarded message ---------- From: "Pally Sandher" <pally.sand...@iesve.com> To: "General discussion for Windows Installer XML toolset." < wix-users@lists.sourceforge.net> Date: Mon, 29 Mar 2010 14:39:01 +0100 Subject: Re: [WiX-users] Problem with ShortCut Don't use advertised shortcuts. http://wix.sourceforge.net/manual-wix3/create_start_menu_shortcut.htm Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: Thomas Kehl - PP Software AG [mailto:t.k...@ppsoftware.ch] Sent: 29 March 2010 13:16 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with ShortCut Hi. I create a shortcut on the fallowing way: <Directory Id="ProgramFilesFolder"> <Directory Id="MANUFACTURER_DIR" Name="xxx"> <Directory Id="INSTALLLOCATION" Name="yyy" FileSource="..\..\Project\output"> <Component Id="yyy.exe" Guid="{.....}"> <File Id="yyy.exe" KeyPath="yes" Vital="yes" Checksum="yes"> <Shortcut Id="ORShortCut" Name="name" Directory="ApplicationProgramsFolder" Description="desc" Advertise="yes" WorkingDirectory="INSTALLLOCATION" Icon="yyy.exe"> <Icon Id="yyy.exe" SourceFile="..\..\output\yyy.exe"/> </Shortcut> <Shortcut Advertise="yes" Id="ORDesktopShortcut" Directory="DesktopFolder" Name="name" WorkingDirectory="INSTALLLOCATION" Description="desc" Icon="yyy.exe"> </Shortcut> ... ... </File> .... .... </Component> ... ... </Directory> </Directory> </Directory> On this way, a Shotcut to my application will be created on the Desktop and in the Start/Programm/.../ menu. They will also work fine. Now the problem is, when I copy the shortcut for example from the desktop to the windows quick-start or the win7 taskbar and then I will update the application the copy of the shortcut will not working after. Is there a setting, which i can set or can anybody tell me, what i have to looking for? Thanks Thomas ------------------------------------------------------------------------ ------ 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 ---------- Forwarded message ---------- From: "Markus Karg" <k...@quipsy.de> To: <wix-users@lists.sourceforge.net> Date: Mon, 29 Mar 2010 15:48:57 +0200 Subject: [WiX-users] Beginner's Question: Registering OCX We need to register a OCX file using WiX. How to do that? ---------- Forwarded message ---------- From: "Thomas Kehl - PP Software AG" <t.k...@ppsoftware.ch> To: wix-users@lists.sourceforge.net Date: Mon, 29 Mar 2010 16:11:48 +0200 Subject: [WiX-users] Problem with InstallDirDlg - Error 2343 Hi. I am trying to show the InstallDirDlg with the fallowing sequence. But i get always the Error 2343: Specified path is empty. I have also tested with <Property Id="WIXUI_INSTALLDIR" Value="c:\temp\" /> where c:\temp exists. But it does not working. Thanks for your help! LOG: MSI (c) (84:60) [16:01:32:260]: PROPERTY CHANGE: Adding LicenseAccepted property. Its value is '1'. MSI (c) (84:60) [16:01:32:874]: Note: 1: 2343 DEBUG: Error 2343: Specified path is empty. Bei der Installation dieses Pakets ist ein unerwarteter Fehler aufgetreten. Es liegt eventuell ein das Paket betreffendes Problem vor. Der Fehlercode ist 2343. Argumente: , , MSI (c) (84:60) [16:01:34:961]: Produkt: CDS Output Management - Output Reports -- Bei der Installation dieses Pakets ist ein unerwarteter Fehler aufgetreten. Es liegt eventuell ein das Paket betreffendes Problem vor. Der Fehlercode ist 2343. Argumente: , , Aktion beendet um 16:01:34: WelcomeDlg. Rückgabewert 3. MSI (c) (84:60) [16:01:34:964]: Doing action: FatalError Aktion 16:01:34: FatalError. Aktion gestartet um 16:01:34: FatalError. Aktion 16:01:34: FatalError. Dialog created Aktion beendet um 16:01:38: FatalError. Rückgabewert 2. Aktion beendet um 16:01:38: INSTALL. Rückgabewert 3. MSI (c) (84:60) [16:01:38:651]: Destroying RemoteAPI object. MSI (c) (84:B8) [16:01:38:652]: Custom Action Manager thread ending. WIX: <Include> <Fragment> <UI Id="MyWixUI"> <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" /> <TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" /> <TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" /> <Property Id="DefaultUIFont" Value="WixUI_Font_Normal" /> <Property Id="WixUI_Mode" Value="FeatureTree" /> <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> <DialogRef Id="BrowseDlg" /> <DialogRef Id="DiskCostDlg" /> <DialogRef Id="ErrorDlg" /> <DialogRef Id="FatalError" /> <DialogRef Id="FilesInUse" /> <DialogRef Id="MsiRMFilesInUse" /> <DialogRef Id="PrepareDlg" /> <DialogRef Id="ProgressDlg" /> <DialogRef Id="ResumeDlg" /> <DialogRef Id="UserExit" /> <Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish> <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="LicenseAgreementDlg">1</Publish> <Publish Dialog="LicenseAgreementDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish> <Publish Dialog="LicenseAgreementDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg">LicenseAccepted = "1"</Publish> <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="LicenseAgreementDlg">1</Publish> <Publish Dialog="InstallDirDlg" Control="Next" Event="SetTargetPath" Value="[WIXUI_INSTALLDIR]" Order="1">1</Publish> <Publish Dialog="InstallDirDlg" Control="Next" Event="NewDialog" Value="CustomizeDlg" Order="2">1</Publish> <Publish Dialog="InstallDirDlg" Control="ChangeFolder" Property="_BrowseProperty" Value="[WIXUI_INSTALLDIR]" Order="1">1</Publish> <Publish Dialog="InstallDirDlg" Control="ChangeFolder" Event="SpawnDialog" Value="BrowseDlg" Order="2">1</Publish> <Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg" Order="1">Installed</Publish> <Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="InstallDirDlg" Order="2">NOT Installed</Publish> <Publish Dialog="CustomizeDlg" Control="Next" Event="NewDialog" Value="SqlSelectDlg">1</Publish> <Publish Dialog="SqlSelectDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg" Order="1">1</Publish>--> <Publish Dialog="SqlSelectDlg" Control="Back" Event="NewDialog" Value="CustomizeDlg">1</Publish> <Publish Dialog="SqlSelectDlg" Control="Next" Event="NewDialog" Value="CoordinatorHostDlg" Order="1">1</Publish> <Publish Dialog="SqlSelectDlg" Control="Next" Event="NewDialog" Value="SqlSelectDlg2" Order="2"><![CDATA[COMPATIBILITYMODE = 1]]></Publish> <Publish Dialog="SqlSelectDlg2" Control="Back" Event="NewDialog" Value="SqlSelectDlg" Order="1">1</Publish> <Publish Dialog="SqlSelectDlg2" Control="Next" Event="NewDialog" Value="CoordinatorHostDlg">1</Publish> <Publish Dialog="CoordinatorHostDlg" Control="Back" Event="NewDialog" Value="CustomizeDlg" Order="1"></Publish> <Publish Dialog="CoordinatorHostDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg">1</Publish> <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="CoordinatorHostDlg" Order="1">NOT Installed OR WixUI_InstallMode = "Change"</Publish> <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg" Order="2">Installed</Publish> <Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish> <Publish Dialog="MaintenanceTypeDlg" Control="ChangeButton" Event="NewDialog" Value="CustomizeDlg">1</Publish> <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish> <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish> <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish> <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish> </UI> <UIRef Id="WixUI_Common" /> </Fragment> </Include> Best Regards, Thomas ---------- Forwarded message ---------- From: "Pally Sandher" <pally.sand...@iesve.com> To: "General discussion for Windows Installer XML toolset." < wix-users@lists.sourceforge.net> Date: Mon, 29 Mar 2010 15:12:10 +0100 Subject: Re: [WiX-users] Beginner's Question: Registering OCX http://wix.sourceforge.net/manual-wix3/heat.htm Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: Markus Karg [mailto:k...@quipsy.de] Sent: 29 March 2010 14:49 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Beginner's Question: Registering OCX We need to register a OCX file using WiX. How to do that? ------------------------------------------------------------------------ ------ 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 ---------- Forwarded message ---------- From: "Markus Karg" <k...@quipsy.de> To: "General discussion for Windows Installer XML toolset." < wix-users@lists.sourceforge.net> Date: Mon, 29 Mar 2010 16:15:02 +0200 Subject: Re: [WiX-users] Beginner's Question: Registering OCX That page does not contain the word "OCX", so what do you like to tell me? > -----Original Message----- > From: Pally Sandher [mailto:pally.sand...@iesve.com] > Sent: Montag, 29. März 2010 16:12 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Beginner's Question: Registering OCX > > http://wix.sourceforge.net/manual-wix3/heat.htm > > > Palbinder Sandher > Software Deployment & IT Administrator > T: +44 (0) 141 945 8500 > F: +44 (0) 141 945 8501 > > http://www.iesve.com > **Design, Simulate + Innovate with the <Virtual Environment>** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > > > > > > > > > > > > -----Original Message----- > From: Markus Karg [mailto:k...@quipsy.de] > Sent: 29 March 2010 14:49 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Beginner's Question: Registering OCX > > We need to register a OCX file using WiX. How to do that? > > > > ----------------------------------------------------------------------- > - > ------ > 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 > > > > ----------------------------------------------------------------------- > ------- > 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 ---------- Forwarded message ---------- From: Sagar1111 <sagarkavitak...@gmail.com> To: wix-users@lists.sourceforge.net Date: Mon, 29 Mar 2010 06:27:22 -0800 (PST) Subject: [WiX-users] Get Current User's Credentials in custom action Hi, I have a managed C# custom action which access a webservice hosted on a machine over a network. Now in this managed custom action i am getting unauthorized access error because anonymous access is disabled on iis of that machine. What i want is to pass the current users credentials to this c# custom action. Now how do i achieve this ? Do i need to ask the user to enter his credentials in UI and then use it in my C# custom action. Or is there any other way to get the current users credentials (domain, username, password). Thanks in advance Sagar -- View this message in context: http://n2.nabble.com/Get-Current-User-s-Credentials-in-custom-action-tp4818201p4818201.html Sent from the wix-users mailing list archive at Nabble.com. ---------- Forwarded message ---------- From: "Pally Sandher" <pally.sand...@iesve.com> To: "General discussion for Windows Installer XML toolset." < wix-users@lists.sourceforge.net> Date: Mon, 29 Mar 2010 15:59:49 +0100 Subject: Re: [WiX-users] Problem with InstallDirDlg - Error 2343 Can you paste the section of your Directory tree where you reference INSTALLDIR? The UI sections appear to be OK as they look the same as the WiX ext sources so I don't think that's where the error is being caused. Since WIXUI_INSTALLDIR is mapped to INSTALLDIR it's likely that's where the problem occurs. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: Thomas Kehl - PP Software AG [mailto:t.k...@ppsoftware.ch] Sent: 29 March 2010 15:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with InstallDirDlg - Error 2343 Hi. I am trying to show the InstallDirDlg with the fallowing sequence. But i get always the Error 2343: Specified path is empty. I have also tested with <Property Id="WIXUI_INSTALLDIR" Value="c:\temp\" /> where c:\temp exists. But it does not working. Thanks for your help! LOG: MSI (c) (84:60) [16:01:32:260]: PROPERTY CHANGE: Adding LicenseAccepted property. Its value is '1'. MSI (c) (84:60) [16:01:32:874]: Note: 1: 2343 DEBUG: Error 2343: Specified path is empty. Bei der Installation dieses Pakets ist ein unerwarteter Fehler aufgetreten. Es liegt eventuell ein das Paket betreffendes Problem vor. Der Fehlercode ist 2343. Argumente: , , MSI (c) (84:60) [16:01:34:961]: Produkt: CDS Output Management - Output Reports -- Bei der Installation dieses Pakets ist ein unerwarteter Fehler aufgetreten. Es liegt eventuell ein das Paket betreffendes Problem vor. Der Fehlercode ist 2343. Argumente: , , Aktion beendet um 16:01:34: WelcomeDlg. Rückgabewert 3. MSI (c) (84:60) [16:01:34:964]: Doing action: FatalError Aktion 16:01:34: FatalError. Aktion gestartet um 16:01:34: FatalError. Aktion 16:01:34: FatalError. Dialog created Aktion beendet um 16:01:38: FatalError. Rückgabewert 2. Aktion beendet um 16:01:38: INSTALL. Rückgabewert 3. MSI (c) (84:60) [16:01:38:651]: Destroying RemoteAPI object. MSI (c) (84:B8) [16:01:38:652]: Custom Action Manager thread ending. WIX: <Include> <Fragment> <UI Id="MyWixUI"> <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" /> <TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" /> <TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" /> <Property Id="DefaultUIFont" Value="WixUI_Font_Normal" /> <Property Id="WixUI_Mode" Value="FeatureTree" /> <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> <DialogRef Id="BrowseDlg" /> <DialogRef Id="DiskCostDlg" /> <DialogRef Id="ErrorDlg" /> <DialogRef Id="FatalError" /> <DialogRef Id="FilesInUse" /> <DialogRef Id="MsiRMFilesInUse" /> <DialogRef Id="PrepareDlg" /> <DialogRef Id="ProgressDlg" /> <DialogRef Id="ResumeDlg" /> <DialogRef Id="UserExit" /> <Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish> <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="LicenseAgreementDlg">1</Publish> <Publish Dialog="LicenseAgreementDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish> <Publish Dialog="LicenseAgreementDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg">LicenseAccepted = "1"</Publish> <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="LicenseAgreementDlg">1</Publish> <Publish Dialog="InstallDirDlg" Control="Next" Event="SetTargetPath" Value="[WIXUI_INSTALLDIR]" Order="1">1</Publish> <Publish Dialog="InstallDirDlg" Control="Next" Event="NewDialog" Value="CustomizeDlg" Order="2">1</Publish> <Publish Dialog="InstallDirDlg" Control="ChangeFolder" Property="_BrowseProperty" Value="[WIXUI_INSTALLDIR]" Order="1">1</Publish> <Publish Dialog="InstallDirDlg" Control="ChangeFolder" Event="SpawnDialog" Value="BrowseDlg" Order="2">1</Publish> <Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg" Order="1">Installed</Publish> <Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="InstallDirDlg" Order="2">NOT Installed</Publish> <Publish Dialog="CustomizeDlg" Control="Next" Event="NewDialog" Value="SqlSelectDlg">1</Publish> <Publish Dialog="SqlSelectDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg" Order="1">1</Publish>--> <Publish Dialog="SqlSelectDlg" Control="Back" Event="NewDialog" Value="CustomizeDlg">1</Publish> <Publish Dialog="SqlSelectDlg" Control="Next" Event="NewDialog" Value="CoordinatorHostDlg" Order="1">1</Publish> <Publish Dialog="SqlSelectDlg" Control="Next" Event="NewDialog" Value="SqlSelectDlg2" Order="2"><![CDATA[COMPATIBILITYMODE = 1]]></Publish> <Publish Dialog="SqlSelectDlg2" Control="Back" Event="NewDialog" Value="SqlSelectDlg" Order="1">1</Publish> <Publish Dialog="SqlSelectDlg2" Control="Next" Event="NewDialog" Value="CoordinatorHostDlg">1</Publish> <Publish Dialog="CoordinatorHostDlg" Control="Back" Event="NewDialog" Value="CustomizeDlg" Order="1"></Publish> <Publish Dialog="CoordinatorHostDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg">1</Publish> <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="CoordinatorHostDlg" Order="1">NOT Installed OR WixUI_InstallMode = "Change"</Publish> <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg" Order="2">Installed</Publish> <Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish> <Publish Dialog="MaintenanceTypeDlg" Control="ChangeButton" Event="NewDialog" Value="CustomizeDlg">1</Publish> <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish> <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish> <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish> <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish> </UI> <UIRef Id="WixUI_Common" /> </Fragment> </Include> Best Regards, Thomas ------------------------------------------------------------------------------ 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 ------------------------------------------------------------------------------ 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 ------------------------------------------------------------------------------ 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