Deployment Questions

Thomas M 26 Reputation points
2021-04-06T07:54:49.927+00:00

Configuration Manager 2010
Folio Views 4.7.0.8

I am developing a deployment for Folio Views. The installation is from an Install Shield setup.exe file. I created a response file for the install/uninstall, and so far it is all working great. I would like to put some finishing touches on the deployment, and that's where I have run into some problems. I would like the deployment to:

  1. Install automatically without the user needing to initiate the install from the Software Center.
  2. Install fully hidden (I am using the /s switch, but nonetheless a couple of C++ components flash on the screen when they install).
  3. Check the CM client cache size and maybe fail the installation with a specific error code or message if the available cache size is too small.

Any help that you can offer on any of these 3 goals will be greatly appreciated!

--Tom

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
825 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SunnyNiu-MSFT 1,696 Reputation points
    2021-04-07T09:45:32.93+00:00

    @Thomas M
    Here is an answer to your question that hopefully you find helpful!

    but I have been unable to find the Required option.

    In my lab, I tested the deployment of an application. When we deploy the application, On the Deployment Settings page, we could choose from the drop-down list whether the deployment is Available or Required. Like below screenshot:
    85187-1.png

    on the User Experience tab I changed the Program Visibility to hidden (It was set to normal).

    This setting is only used to control not to display notifications in Software Center and not notify users on client computers.

    Microsoft Visual C++ is an external dependency of deploying the client to a Windows computer in Configuration Manager, and it will be automatically downloaded during the client installation process. The settings in the User Experience tab will not affect C++.


    If the response is helpful, please click "Accept Answer"and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments