Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-02 Thread Rob Mensching
Lots of files in the folder? _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: thomas.deboben@rohde-schwarz.com [mailto:thomas.deboben@rohde-schwarz.com] Sent:

Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-02 Thread Thomas . Deboben . ext
Hi Rob, on one system yes 1.3 million files so the installer run 40 min. After removing these files the installer performed fine again. On the other system where I added the trace infos onle 215 files with 55MB. Cheers, Thomas Von:Rob Mensching r...@firegiant.com An: General

Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-02 Thread Rob Mensching
Yeah, okay then. Resetting the ACLs on lots and lots of files can take lots and lots of time. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From:

Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-02 Thread Thomas . Deboben . ext
Hi, no one there who could give me a hint? Best regards, Thomas -Original Message- [WiX-users] ExecSecureObjects action need very long time From: Thomas.Deboben.ext@ro... - 2015-06-17 12:26:11 Hi all, I'm having a time problem with my installer. On some systems (not all) the

Re: [WiX-users] Error 0x80070057: Failed to parse @Code value: -1

2015-07-02 Thread Edwin Castro
I forgot to mention that I'm using WiX 3.8.1128.0. On Thu, Jul 2, 2015 at 5:07 PM, Edwin Castro egca...@gmail.com wrote: Our bundle fails to install when our product is built with bullseye for code coverage. The bundle log is not created. Instead Setup_timestamp_Failed.txt is created and

Re: [WiX-users] Error 0x80070057: Failed to parse @Code value: -1

2015-07-02 Thread CastroAlicea, Edwin
Ok, that's really weird. That's not what I see at all. ExitCodeInfo.cs:38:this.Code = value.ToString(); I'm looking at wix38rtm. Does WiX 3.8.1128.0 not correspond to wix38rtm? -- Edwin G. Castro -Original Message- From: Rob Mensching [mailto:r...@firegiant.com] Sent:

[WiX-users] Error 0x80070057: Failed to parse @Code value: -1

2015-07-02 Thread Edwin Castro
Our bundle fails to install when our product is built with bullseye for code coverage. The bundle log is not created. Instead Setup_timestamp_Failed.txt is created and contains the following: [04AC:0744][2015-07-02T14:59:01]e000: Error 0x80070057: Failed to parse @Code value: -1

Re: [WiX-users] how can I set InstallCondition based on whether my bundle is 32 or 64 bit?

2015-07-02 Thread David Burson
Thanks Jacob, Here is what I now have, in case it is helpful to someone else. I wasn’t able to find an UpgradeCode, so I’m using the ProductCode. It seems to work fine with x86 as best as I can understand the logs (haven’t verified 64-bit yet): In the Bundle element: ?if

Re: [WiX-users] how can I set InstallCondition based on whether my bundle is 32 or 64 bit?

2015-07-02 Thread David Burson
Thanks Jacob, Btw, I’m using WiX 3.9 R2, hoping to go to 3.10 when it is stable. Your solution appears to work, but I have 4 questions about it: 1. The log is strange when I upgrade. I installed version 1.1.4 of my app, then built version 1.1.5, and installed it. In the log for the upgrade,

Re: [WiX-users] how can I set InstallCondition based on whether my bundle is 32 or 64 bit?

2015-07-02 Thread David Burson
oops - 3. “this site” is https://allthingsconfigmgr.wordpress.com/2013/12/17/visual-c-redistributables-made-simple/ 4. “this post” is http://stackoverflow.com/questions/23832713/how-to-check-that-visual-c-2013-redistributable-is-already-installed-using-wix On Jul 2, 2015, at 1:46 PM, David

[WiX-users] Adding temporary file to the Binary table

2015-07-02 Thread Wang, Miaohsi
Dear WiX Support, I've been trying to add a text file to an MSI package to be used by a custom action, but without success. I have added two files to the Binary table as shown below. Binary Id=CustomActions.dll SourceFile=..\CustomAction1\bin\Release\CustomAction1.CA.dll / Binary

Re: [WiX-users] how can I set InstallCondition based on whether my bundle is 32 or 64 bit?

2015-07-02 Thread Hoover, Jacob
1. Strange, though on a version I would compare it to a very.x.y.z 2. My way is the old way, and will fail if the product has been patched. Upgrade code should be more reliable. 3. Poke around from