Hi,
  I don't know what is expected behavior in Windows Installer, but I
have this problem only when my Installer executed on Windows Terminal
Server by user that belongs to local Administrators group (all other
users can not execute installation, since its disabled by policy).  On
Windows XP and Windows 2003 its not happened.

I don't have a lot experience in security, but I logged
Environment.UserName inside differed CA. When it executed on WindowsXP
or Windows 2003 its same username that executed the MSI, but when
installer executed on WTS - Environment.UserName = "SYSTEM".

Thanks,
Dima

On Fri, Apr 17, 2009 at 3:50 AM, Rob Mensching <r...@wixtoolset.org> wrote:
> Isn't that the expected behavior with the Windows Installer?
>
> Dmitry Berkovich wrote:
>> Hi,
>>   I have some issue with deferred CA on WTS.
>> I am creating installer package : <Package InstallerVersion="200"
>> Compressed="yes" InstallScope="perMachine" /> that execute deferred CA
>> that read some data from file that stored on network drive. When
>> installation is executed on Terminal Server and user that execute
>> installer have admin privileges - deferred CA do not see any network
>> drive. I checked with debugger that CA running with SYSTEM privileges
>> instead of user privileges.
>>
>> I found some web page
>> (http://msdn.microsoft.com/en-us/library/aa368073(VS.85).aspx ) that
>> explain this issue. But I don't know how to do it with Wix,
>>
>> Regards,
>>   Dima
>>
>> ------------------------------------------------------------------------------
>> Stay on top of everything new and different, both inside and
>> around Java (TM) technology - register by April 22, and save
>> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
>> 300 plus technical and hands-on sessions. Register today.
>> Use priority code J9JMT32. http://p.sf.net/sfu/p
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to