Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3223060
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:03:47+00:00 2026-05-17T16:03:47+00:00

Here’s my current scenario which is specifically what i’d like to discuss as a

  • 0

Here’s my current scenario which is specifically what i’d like to discuss as a case study, however I want this to be open enough to address other deployment practices for .NET projects.

I have a .NET WPF Application written to perform manufacturing functional tests. Currently this software is deployed by copying the executable and it’s dependancies to the target system. The slave communications systems are installed similarly, but installutil needs to be used to register a WCF windows service. This is all being done manually. Furthermore, configuration files are being read from custom xml data sources that are local to the application folder. No app.config is being used.

I think we can all agree this scenario is sub-par, and definately fails to even come close to an ideal launch condition

My questions are as follows:

  1. What should be used for setup and deployment? Setup and Deployment Wizard? Click-Once Deployment?
  2. How should I go about automating the installation of the windows service? Best way to specify custom username/password for the afforementioned service?
  3. What should be done about configuration if mutable application folder storage is considered harmful, how should I go about this? Isolated Application Storage?

Article links for any of the above would be ideal.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T16:03:48+00:00Added an answer on May 17, 2026 at 4:03 pm

    (1) What should be used for setup and deployment? Setup and Deployment Wizard? Click-Once Deployment?

    If you really want minimize risk of any deployment stuff ups due to human error, I’d be using WIX (http://wix.sourceforge.net/) to create separate msi installers for both the client WFP application and the windows service. WIX can be quite painful at times, but pretty much anything in terms of deployment can be achieved. There is a special WIX visual studio project available once WIX has been installed on your PC.

    Enterprise IT guys I have worked with in the past have successfully used SMS or Active Directory to install any msi’s I have created for them in the past using WIX rather than click-once. This really has nothing to do with WIX though.

    (2) How should I go about automating the installation of the windows service? Best way to specify custom username/password for the afforementioned service?

    There are many articles on the web explaining how to install a windows service using WIX such as this one – Installing and starting a Windows Service using WiX.
    Using WIX you can set custom username/password parameters to be provided at install time. These parameters can be set via an MST file, or via the commandline using the msiexec.exe command.

    (3) What should be done about configuration if mutable application folder storage is considered harmful, how should I go about this? Isolated Application Storage?

    Using WIX, mutable configuration files can become a thing of the past as xml config settings files for various environments including production can live in separate MST files controlled by system administrators only. Added security for passwords and the like that live in secure key-safe repositories, these can be added via the commandline as described in the previous answer.

    The settings parameters are passed at install to time to generated various configuration files that can then be set a readonly or even encrypted – Using WiX to fix up XML files when deploying to different environments.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's a coding problem for those that like this kind of thing. Let's see
Here is the code in a function I'm trying to revise. This example works
Here is the scenario. I'm writing my geo-ruby oracle adapter for Ruby On Rails
Here is an example. foreach (var doc in documents) { var processor = this.factory.Create();
Here's what I'm trying to accomplish with this program: a recursive method that checks
Here is the css: #content ul { font-size: 12px; } I am trying this:
Here's what I'm doing. I want to upload multipart file via Ajax to my
Here's what my table TheTable looks like ColA | ColB | ColC ------+-------+------ abc
Here is the setup: dynamically generates content for a number of items which need
Here is my code...I have two dimensional matrices A,B. I want to develop the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.