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

2015-07-06 Thread Thomas . Deboben . ext
Hi,

I'm one step further.
The action setAccessRights is not involved - I had removed it for my 
tests.

So I just found 
  DirectoryRef Id=Directory.ProgramData.Contest
Component Id=Component.Directory.ProgramData.Contest Guid=
{9AAF8540-6580-42A7-ACD0-F7806BAD12F5}
  CreateFolder Directory=Directory.ProgramData.Contest
util:PermissionEx User=Everyone GenericAll=yes /
  /CreateFolder
/Component
  /DirectoryRef

A colleague has introduced the PermissionEx util :-)
Is there a way to exclude some special subfolders?

Thanks,
  Thomas



Von:thomas.deboben@rohde-schwarz.com
An: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net, 
Datum:  06.07.2015 11:38
Betreff:Re: [WiX-users] ExecSecureObjects action need very long 
time



I just added a false  condition to my setAccessRights action so the action 

was skipped., but  still the ExecSecureObjects action does took much 
longer with many files in my ProgramData folder. :-(
How can I control ExecSecureObjects?

Thanks,
  Thomas



Von:thomas.deboben@rohde-schwarz.com
An: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net, 
Datum:  06.07.2015 11:05
Betreff:Re: [WiX-users] ExecSecureObjects action need very long 
time



Hi Rob,

in the scenarion where the QA has reported this behaviour my 
setAccessRights action had a bug and did not do anything, so no ACLs where 


changed :-(
But how is setAccessRightsinvolved and what will this action do?

If I could find a way to set a condition for the setAccessRights action to 


false in the way I don't change ACLs a second time would this prevent 
ExecSecureObjects checking my folder?

Thanks,
   Thomas



Von:Rob Mensching r...@firegiant.com
An: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net, 
Datum:  02.07.2015 11:36
Betreff:Re: [WiX-users] ExecSecureObjects action need very long 
time



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: thomas.deboben@rohde-schwarz.com [
mailto:thomas.deboben@rohde-schwarz.com] 
Sent: Thursday, July 2, 2015 2:22 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] ExecSecureObjects action need very long time

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

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2015-07-06 Thread Thomas . Deboben . ext
Hi Rob,

in the scenarion where the QA has reported this behaviour my 
setAccessRights action had a bug and did not do anything, so no ACLs where 
changed :-(
But how is setAccessRightsinvolved and what will this action do?

If I could find a way to set a condition for the setAccessRights action to 
false in the way I don't change ACLs a second time would this prevent  
ExecSecureObjects checking my folder?

Thanks,
   Thomas



Von:Rob Mensching r...@firegiant.com
An: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net, 
Datum:  02.07.2015 11:36
Betreff:Re: [WiX-users] ExecSecureObjects action need very long 
time



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: thomas.deboben@rohde-schwarz.com [
mailto:thomas.deboben@rohde-schwarz.com] 
Sent: Thursday, July 2, 2015 2:22 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] ExecSecureObjects action need very long time

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

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2015-07-06 Thread Thomas . Deboben . ext
I just added a false  condition to my setAccessRights action so the action 
was skipped., but  still the ExecSecureObjects action does took much 
longer with many files in my ProgramData folder. :-(
How can I control ExecSecureObjects?

Thanks,
  Thomas



Von:thomas.deboben@rohde-schwarz.com
An: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net, 
Datum:  06.07.2015 11:05
Betreff:Re: [WiX-users] ExecSecureObjects action need very long 
time



Hi Rob,

in the scenarion where the QA has reported this behaviour my 
setAccessRights action had a bug and did not do anything, so no ACLs where 

changed :-(
But how is setAccessRightsinvolved and what will this action do?

If I could find a way to set a condition for the setAccessRights action to 

false in the way I don't change ACLs a second time would this prevent 
ExecSecureObjects checking my folder?

Thanks,
   Thomas



Von:Rob Mensching r...@firegiant.com
An: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net, 
Datum:  02.07.2015 11:36
Betreff:Re: [WiX-users] ExecSecureObjects action need very long 
time



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: thomas.deboben@rohde-schwarz.com [
mailto:thomas.deboben@rohde-schwarz.com] 
Sent: Thursday, July 2, 2015 2:22 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] ExecSecureObjects action need very long time

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

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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: Thursday, July 2, 2015 1:30 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] ExecSecureObjects action need very long time

Hi,

no one there who could give me a hint?

Best regards,
  Thomas

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 discussion about the WiX toolset. 
wix-users@lists.sourceforge.net, 
Datum:  02.07.2015 11:11
Betreff:Re: [WiX-users] ExecSecureObjects action need very long 
time



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: Thursday, July 2, 2015 1:30 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] ExecSecureObjects action need very long time

Hi,

no one there who could give me a hint?

Best regards,
  Thomas

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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: thomas.deboben@rohde-schwarz.com 
[mailto:thomas.deboben@rohde-schwarz.com] 
Sent: Thursday, July 2, 2015 2:22 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] ExecSecureObjects action need very long time

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

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 installer need very long time on the Action 
ExecSecureObjects.

From the trace I only see 
MSI (s) (0C:EC) [14:13:47:715]: Executing op: 
ActionStart(Name=ExecSecureObjects,,)
MSI (s) (0C:EC) [14:13:47:715]: Executing op: 
CustomActionSchedule(Action=ExecSecureObjects,ActionType=3073,Source=BinaryData,Target=ExecSecureObjects,CustomActionData=C:\ProgramData\Rohde-Schwarz\Contest\€CreateFolder€€Everyone€268435456)
MSI (s) (0C:60) [14:13:47:717]: Invoking remote custom action. DLL: 
C:\Windows\Installer\MSI711C.tmp, Entrypoint: ExecSecureObjects
MSI (s) (0C:EC) [14:21:31:914]: Executing op: 
ActionStart(Name=RegisterProduct,Description=Registering 
product,Template=[1])

My first thought was that my custon action where I set the user access 
rights for C:\ProgramData\Rohde-Schwarz\Contest to everyone but the lauch 
time for this action is under a minute
As well I find the entry 
MSI (s) (0C!C0) [14:13:37:075]: Doing action: ExecSecureObjects
Action start 14:13:37: ExecSecureObjects.
Action ended 14:13:37: ExecSecureObjects. Return value 1.
MSI (s) (0C:EC) [14:13:37:078]: Doing action: RegisterUser

How can I figure out what is causing this delay?

Best regards,
  Thomas

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users