You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed an application for Android & Windows. There is some work that must be done on background.
For Android, I'm using Android Foreground Service.
For Windows, I'm using BackgroundService.
Now, I want to distribute my application. Since I have zero experience with Windows application distribution, I've been searching the documentation, and found this page, where explains how to create a MSI installer that installs & starts a Windows BackgroundService.
This works as expected, but now I would like to also add my application to this MSI installer, so when my clients use this installer, both the application and the Windows BackgroundServices get installed.
I haven't been able to find documentation about this use case. Can I get any advice regarding my problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says, this is my situation:
I developed an application for Android & Windows. There is some work that must be done on background.
Now, I want to distribute my application. Since I have zero experience with Windows application distribution, I've been searching the documentation, and found this page, where explains how to create a MSI installer that installs & starts a Windows BackgroundService.
This works as expected, but now I would like to also add my application to this MSI installer, so when my clients use this installer, both the application and the Windows BackgroundServices get installed.
I haven't been able to find documentation about this use case. Can I get any advice regarding my problem?
Beta Was this translation helpful? Give feedback.
All reactions