Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileMoverService Installer

This project contains a Windows Service called FileMoverService targeting .NET Framework 4.8 and a WiX Toolset setup project to build an installer (.msi).

Prerequisites

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/FileMoverServiceInstaller.git
    cd FileMoverServiceInstaller
  2. Restore NuGet packages (if needed):

    nuget restore FileMoverServiceInstaller.sln
  3. Open the solution in Visual Studio.

  4. Build the FileMoverService project (generates the Windows Service EXE).

  5. Build the WiX setup project (generates the .msi installer).

    The installer will be located in the bin/Debug or bin/Release folder of the WiX project.

How It Works

  • The FileMoverService is a Windows Service that runs in the background.
  • The WiX installer creates an .msi package which installs and registers the service with Windows.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages