+ Reply to Thread
Results 1 to 3 of 3

Thread: How to do silent installation using command switch

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2020
    Location
    Pune, India
    Posts
    49

    Default How to do silent installation using command switch

    Hello,

    Currently I have SBP for my setup exe and I want to keep silent installation optional, so if user gives \silent command switch while installation then installation should be carried out as silent installation otherwise it should happen like normal installation. is it supported by default? or do we have to handle this manually in script, like first check for command line and see if \silent is there if it is then do silent installation or do normal installation?. If I have to do this manually then how can I set/unset silent installer flag?


    Thanks!!

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: How to do silent installation using command switch

    Hello,

    the /S switch handles it automatically for you.

    Of course, you can check for the silent switch.

    If %_SB_INSTALLERFLAG% Equals "$SB_SILENTMODEFLAG$" Then

    Does this help?

    Friedrich

  3. #3
    Join Date
    Aug 2020
    Location
    Pune, India
    Posts
    49

    Default Re: How to do silent installation using command switch

    Yes it help,

    Thanks Friedrich!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •