Search found 6 matches

Go to advanced search

by cdburnett
Wed Feb 06, 2013 7:25 pm
Forum: Common Problems
Topic: How to get .NET service to autostart after install
Replies: 1
Views: 1947
 
Jump to post

Re: How to get .NET service to autostart after install

I figured it out. It must be handled in my code and not by Advanced Installer. See this Stack Overflow post: http://stackoverflow.com/questions/1036 ... on-install
by cdburnett
Wed Feb 06, 2013 5:40 pm
Forum: Common Problems
Topic: How to get .NET service to autostart after install
Replies: 1
Views: 1947
 
Jump to post

How to get .NET service to autostart after install

I have an installer that uses a .NET Installer Class Action to install my service. It works great. However I can't figure out how to get my service to auto-start after install. Is that something I do in Advanced Installer or is that something I do in my service code?

Thanks,
Corey
by cdburnett
Tue Jan 29, 2013 4:28 pm
Forum: Common Problems
Topic: Why would installation method affect .NET service?
Replies: 2
Views: 3369
 
Jump to post

Why would installation method affect .NET service?

I have built a WCF service that is hosted in a Windows Service following this article: http://msdn.microsoft.com/en-us/library/ms733069.aspx. Part of what the code in the service does is join a multicast group and listen for data that is broadcast to the group. Then it processes it. I have found ...
by cdburnett
Tue Jan 29, 2013 4:25 pm
Forum: Common Problems
Topic: Problems installing WCF service
Replies: 5
Views: 7352
 
Jump to post

Re: Problems installing WCF service

Well I found out what was causing my initial problem. For some reason it had an Execution Stage Condition after I added a custom action. (NOT WindowsNT64 or something I think) Once I removed that condition it worked fine. It installed at least. I am still having other problems but I will post those ...
by cdburnett
Mon Jan 28, 2013 9:50 pm
Forum: Common Problems
Topic: Problems installing WCF service
Replies: 5
Views: 7352
 
Jump to post

Problems installing WCF service

I am trying to include the installation of a WCF service which is hosted in a simple Windows Service in my Advanced Installer project. I am following the example as shown in this thread:

http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=11379

The strange thing is that my project builds ...
by cdburnett
Thu Jan 17, 2013 9:49 pm
Forum: Building Installers
Topic: Advanced Installer Features
Replies: 1
Views: 2101
 
Jump to post

Advanced Installer Features

I am looking for an installer that will be able to automate the installation of an ASP.NET website. I have read through the features of Advanced Installer on this site, but I wanted to make sure that it could do everything I need before I try it out. Can it do the following:

- allow user to select ...

Go to advanced search