Results 1 to 5 of 5

Thread: Silent install does not work using /S argument

  1. #1
    Join Date
    Apr 2010
    Posts
    38

    Silent install does not work using /S argument

    Hi guys !
    I am trying to continue a silent installation of the Flash Player with the help of EXE (executable file ). I didn't come to use the MSI. Actually, I am trying with this command line :

    install_flash_player_10.exe /s

    or

    install_flash_player_ax.exe /s

    But, I have difficulties with both of the commands, both are generating the error message : " Invalid argument or invalid use of argument '/s' " .. Has someone got this issue or error message before? Thank you !

  2. #2
    Join Date
    May 2008
    Posts
    2,134

    Re: Silent install does not work using /S argument

    This can be done because of the interference of another programs with your system causing this error. You should always be quit from the entire browser windows when you are getting prepared to install the browser add-on, this can be helpful for you . This is especially fine if previous elements require to be deleted before the latest version is going to be installed. You are unable to remove out those elements if the browser is actually running in the background .

  3. #3
    Join Date
    Apr 2010
    Posts
    11

    Re: Silent install does not work using /S argument

    Actually, When we create the SMS packages for deployment then we also create uninstall the packages in the event which we require to make this rollback. The silent uninstall command would be for Flash 10.1 :

    Code:
    install_flash_player_10.exe -uninstall
    It also assumes to clear out both of the ActiveX and Plugin version if both have been installed properly as in current environment. The uninstall string the registry:

    C:\WINDOWS\system32\Macromed\Flash\FlashUtil10h_ActiveX.exe -maintain activex

    doesn't perform properly . Thanks for suggestions using -install. I was running with the issues about same .

  4. #4
    Join Date
    Feb 2008
    Posts
    2,635

    Re: Silent install does not work using /S argument

    I am just assuming from your OP which you are deploying in a Windows based environment . You have to try it as a pre-install command for your script/package:

    Code:
    taskkill /im "iexplore.exe" /f
    (modify or associate copies as absolute based on the number of browsers your people have access to and the Task Manager 'process' image name for the browser).

  5. #5
    Join Date
    Feb 2008
    Posts
    283

    Re: Silent install does not work using /S argument

    Hi everyone , after investigating and little bit testing on my side, following seems to go well for me

    For the silent installation :

    IE: install_flash_player_10_active_x.exe -install
    Plugin: install_flash_player_10.exe -install

    For silent uninstall (both files are stored at the C:\windows\system32\Macromed\flash or C:\windows\syswow64\Macromed\flash which is based on your operating system flavor):
    IE: FlashUtil10h_ActiveX.exe -uninstall activex
    Plugin: FlashUtil10h_Plugin.exe -uninstall plugin


    If you execute either of the FlashUtil10h_ActiveX.exe or FlashUtil10h_Plugin.exe associated with just "-uninstall", this will go for the uninstallation of both Active-X and Plugin files. I also got these two executable files do not remove themselves after performing an uninstall. There maybe, it gets removed up after attempting a restart? I am removing the file after the uninstall completes. I think, it can be helpful for you !

Similar Threads

  1. Replies: 4
    Last Post: 16-03-2012, 06:18 PM
  2. How to do a silent install with Nero 10
    By Ooopinder in forum Windows Software
    Replies: 4
    Last Post: 04-07-2011, 10:15 AM
  3. JDK 1.6 Silent Install
    By Zia 7 in forum Software Development
    Replies: 5
    Last Post: 17-07-2010, 06:45 AM
  4. Silent install for adobe
    By Gajendra1 in forum Windows Software
    Replies: 6
    Last Post: 06-07-2010, 12:03 PM
  5. Can't install EN8400GS Silent
    By SuB-Zero in forum Monitor & Video Cards
    Replies: 3
    Last Post: 27-10-2008, 07:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,276,342.47049 seconds with 17 queries