Windows Service and Windows Store
NickName:Simon Watiau Ask DateTime:2014-02-24T17:05:18

Windows Service and Windows Store

I’m working on a Windows Desktop application composed of a Windows service and a separate UI. I’m wondering if it would be possible to distribute this application though the Windows Store ? (Will it be possible to install the windows service ?) Or should I use something else for background heavy processing ?

Copyright Notice:Content Author:「Simon Watiau」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/21983158/windows-service-and-windows-store

More about “Windows Service and Windows Store” related questions

Windows Service and Windows Store

I’m working on a Windows Desktop application composed of a Windows service and a separate UI. I’m wondering if it would be possible to distribute this application though the Windows Store ? (Will ...

Show Detail

Deploying a Windows Service along with the Windows Store app installation

I am planning to create a performance tune-up application for Windows 8 and would like to distribute it through the Windows Store. Do Windows 8 applications (Metro apps) allows me to install a win...

Show Detail

Install a windows service from Windows Store application

I'm building a desktop application in WPF that installs a Windows Service (that I'm also building) on first start. I'd like to be able to build and distribute a windows store application out of th...

Show Detail

Where to store config for Windows service

I am developing a Windows service that uses a config.json file to store its configuration. When I developed it without a service, I stored the data in %APPDATA%\companyname\product. Now I am switc...

Show Detail

Create a background service in Windows Store Application

I'm new in development Windows Store applications but I have some experience in Android. Is there any analog of Android service in Windows Store Apps? I need some service to run on a background, ...

Show Detail

How to open a Windows Service certificate store?

I need to install a Personal certificate for a Windows Service. So far I have been able to install certificate in CurrentUser and LocalMachine (in case of root certs), but I haven't been able to f...

Show Detail

Share project between Windows Store Application And WCF Service

Is it possible to create and "share" a class library project between an Windows Store Application and WCF Service project ? I created Windows Store Application project and WCF Service project. Now...

Show Detail

How long does Windows store event logs from a Windows Service

I'm using the Windows Event Log to record logs from a custom Windows Service. If I need to read a log of say, yesterday, I go to the EventViewer, look for my EventLog and read it. But I'm afraid of...

Show Detail

Is there a Windows Store web service available for developers?

Is there a Windows Store web service available for developers? I need access to public information about the apps in the store.

Show Detail

How to install a windows service from a Windows 8 store app?

I have a windows store app "MyApp" in place. The app reads from a file "MyFile" that is written by a windows service "Myservice". I want to install and start the service when the app is first insta...

Show Detail