Web Service

6 messages Options
Embed this post
Permalink
Thomas Svare

Web Service

Reply Threaded More More options
Print post
Permalink
Hello,

 

I've got to install a web service running as NT AUTHORITY\LocalService.
I'm able to do this but I also have to grant permissions for
LocalService on a specific port.  Is there a way to do this through WiX?


 

I've searched the archives and did not come up with anything but I'm
probably not using a good search query.

 

Thanks,

Tom

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Thomas Svare

FW: Web Service

Reply Threaded More More options
Print post
Permalink
Hello,

Sorry for the spam on this issue.  I've got a beta deadline coming up so
I'll probably go with InstallUtil and use the intaller class in the exe
but if anyone has any ideas on this I would very much like to hear them.

Thanks,
Tom

-----Original Message-----
From: Thomas Svare [mailto:[hidden email]]
Sent: Monday, July 06, 2009 12:32 PM
To: [hidden email]
Subject: [WiX-users] Web Service

Hello,

 

I've got to install a web service running as NT AUTHORITY\LocalService.
I'm able to do this but I also have to grant permissions for
LocalService on a specific port.  Is there a way to do this through WiX?


 

I've searched the archives and did not come up with anything but I'm
probably not using a good search query.

 

Thanks,

Tom

------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Christopher Painter

Re: FW: Web Service

Reply Threaded More More options
Print post
Permalink
In reply to this post by Thomas Svare

I'm not sure I understand the question, but if you do decide to go with a custom action, I'd reccomend using C#/DTF rather then InstallUtil.

Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me


--- On Tue, 7/7/09, Thomas Svare <[hidden email]> wrote:

> From: Thomas Svare <[hidden email]>
> Subject: [WiX-users] FW:  Web Service
> To: [hidden email]
> Date: Tuesday, July 7, 2009, 2:37 PM
> Hello,
>
> Sorry for the spam on this issue.  I've got a beta
> deadline coming up so
> I'll probably go with InstallUtil and use the intaller
> class in the exe
> but if anyone has any ideas on this I would very much like
> to hear them.
>
> Thanks,
> Tom
>
> -----Original Message-----
> From: Thomas Svare [mailto:[hidden email]]
>
> Sent: Monday, July 06, 2009 12:32 PM
> To: [hidden email]
> Subject: [WiX-users] Web Service
>
> Hello,
>
>  
>
> I've got to install a web service running as NT
> AUTHORITY\LocalService.
> I'm able to do this but I also have to grant permissions
> for
> LocalService on a specific port.  Is there a way to do
> this through WiX?
>
>
>  
>
> I've searched the archives and did not come up with
> anything but I'm
> probably not using a good search query.
>
>  
>
> Thanks,
>
> Tom
>
> ------------------------------------------------------------------------
> ------
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge 
> This is your chance to win up to $100,000 in prizes! For a
> limited time,
> vendors submitting new applications to BlackBerry App
> World(TM) will have
> the opportunity to enter the BlackBerry Developer
> Challenge. See full prize
> details at: http://p.sf.net/sfu/blackberry
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>


     

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Rob Mensching-6

Re: FW: Web Service

Reply Threaded More More options
Print post
Permalink
In reply to this post by Thomas Svare
What do you mean "grant permissions for specific port"?  Firewall exception?

Thomas Svare wrote:

> Hello,
>
> Sorry for the spam on this issue.  I've got a beta deadline coming up so
> I'll probably go with InstallUtil and use the intaller class in the exe
> but if anyone has any ideas on this I would very much like to hear them.
>
> Thanks,
> Tom
>
> -----Original Message-----
> From: Thomas Svare [mailto:[hidden email]]
> Sent: Monday, July 06, 2009 12:32 PM
> To: [hidden email]
> Subject: [WiX-users] Web Service
>
> Hello,
>
>
>
> I've got to install a web service running as NT AUTHORITY\LocalService.
> I'm able to do this but I also have to grant permissions for
> LocalService on a specific port.  Is there a way to do this through WiX?
>
>
>
>
> I've searched the archives and did not come up with anything but I'm
> probably not using a good search query.
>
>
>
> Thanks,
>
> Tom
>
> ------------------------------------------------------------------------
> ------
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/blackberry
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>  

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Thomas Svare

Re: FW: Web Service

Reply Threaded More More options
Print post
Permalink
Hello,

We need to do the below for the localservice account

httpcfg set urlacl -u http://+:80/foo -a D:(A;;GX;;;sid)

Where sid is the correct account.

Thanks,
Tom

-----Original Message-----
From: Rob Mensching [mailto:[hidden email]]
Sent: Wednesday, July 08, 2009 6:30 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] FW: Web Service

What do you mean "grant permissions for specific port"?  Firewall
exception?

Thomas Svare wrote:
> Hello,
>
> Sorry for the spam on this issue.  I've got a beta deadline coming up
so
> I'll probably go with InstallUtil and use the intaller class in the
exe
> but if anyone has any ideas on this I would very much like to hear
them.

>
> Thanks,
> Tom
>
> -----Original Message-----
> From: Thomas Svare [mailto:[hidden email]]
> Sent: Monday, July 06, 2009 12:32 PM
> To: [hidden email]
> Subject: [WiX-users] Web Service
>
> Hello,
>
>
>
> I've got to install a web service running as NT
AUTHORITY\LocalService.
> I'm able to do this but I also have to grant permissions for
> LocalService on a specific port.  Is there a way to do this through
WiX?

>
>
>
>
> I've searched the archives and did not come up with anything but I'm
> probably not using a good search query.
>
>
>
> Thanks,
>
> Tom
>
>
------------------------------------------------------------------------
> ------
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------
------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited
time,
> vendors submitting new applications to BlackBerry App World(TM) will
have
> the opportunity to enter the BlackBerry Developer Challenge. See full
prize
> details at: http://p.sf.net/sfu/blackberry
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>  

------------------------------------------------------------------------
------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,

vendors submitting new applications to BlackBerry App World(TM) will
have
the opportunity to enter the BlackBerry Developer Challenge. See full
prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Rob Mensching-6

Re: FW: Web Service

Reply Threaded More More options
Print post
Permalink
Ahh, ACL an HTTP.SYS URL.  Wrote the beginnings of code for that once.  
Bob, where is that now?

Thomas Svare wrote:

> Hello,
>
> We need to do the below for the localservice account
>
> httpcfg set urlacl -u http://+:80/foo -a D:(A;;GX;;;sid)
>
> Where sid is the correct account.
>
> Thanks,
> Tom
>
> -----Original Message-----
> From: Rob Mensching [mailto:[hidden email]]
> Sent: Wednesday, July 08, 2009 6:30 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] FW: Web Service
>
> What do you mean "grant permissions for specific port"?  Firewall
> exception?
>
> Thomas Svare wrote:
>  
>> Hello,
>>
>> Sorry for the spam on this issue.  I've got a beta deadline coming up
>>    
> so
>  
>> I'll probably go with InstallUtil and use the intaller class in the
>>    
> exe
>  
>> but if anyone has any ideas on this I would very much like to hear
>>    
> them.
>  
>> Thanks,
>> Tom
>>
>> -----Original Message-----
>> From: Thomas Svare [mailto:[hidden email]]
>> Sent: Monday, July 06, 2009 12:32 PM
>> To: [hidden email]
>> Subject: [WiX-users] Web Service
>>
>> Hello,
>>
>>
>>
>> I've got to install a web service running as NT
>>    
> AUTHORITY\LocalService.
>  
>> I'm able to do this but I also have to grant permissions for
>> LocalService on a specific port.  Is there a way to do this through
>>    
> WiX?
>  
>>
>>
>> I've searched the archives and did not come up with anything but I'm
>> probably not using a good search query.
>>
>>
>>
>> Thanks,
>>
>> Tom
>>
>>
>>    
> ------------------------------------------------------------------------
>  
>> ------
>> _______________________________________________
>> WiX-users mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>>    
> ------------------------------------------------------------------------
> ------
>  
>> Enter the BlackBerry Developer Challenge
>> This is your chance to win up to $100,000 in prizes! For a limited
>>    
> time,
>  
>> vendors submitting new applications to BlackBerry App World(TM) will
>>    
> have
>  
>> the opportunity to enter the BlackBerry Developer Challenge. See full
>>    
> prize
>  
>> details at: http://p.sf.net/sfu/blackberry
>> _______________________________________________
>> WiX-users mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>    
>
> ------------------------------------------------------------------------
> ------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
>
> vendors submitting new applications to BlackBerry App World(TM) will
> have
> the opportunity to enter the BlackBerry Developer Challenge. See full
> prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>  

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users