Announcement

Collapse
No announcement yet.

Silent install

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Silent install

    Hello my friends!
    I need to create a button with command to install software as silent install.

    But I don't know where to start.

    Thank you very much in advance

  • #2
    Silent Install Example

    Comment


    • #3
      Thank you so much for replying friend!

      But I want to do silent install directly in autoplay, without relying on third party program.

      EX:

      I have a Wondershare Filmora 11 installer

      setup.exe

      his silent install code is "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"

      I would like to create a button in autoplay media studio so that when I click and click it, it will install the program directly!​

      Comment


      • #4
        For .exe it is working for .msi it is not working.

        Comment


        • #5
          friend is just what the example makes

          native:
          shell

          plugin:
          commandline

          Comment


          • #6
            Hi, thanks for helping me.

            But it is not installing if the software has a .msi extension​






            strCommand = "AutoPlay\\Docs\\anituner.msi /quiet /norestart"

            if (strCommand ~= "CANCEL") then

            StatusDlg.Show(MB_ICONNONE, false);
            StatusDlg.ShowProgressMeter(false);
            StatusDlg.SetTitle("anituner");
            StatusDlg.SetMessage("Executing Command");

            tblResult = CommandLine.Execute(strCommand, 0);
            if (tblResult ~= nil ) then
            StatusDlg.Hide();

            else

            StatusDlg.Hide();
            Dialog.Message("Error", "Failed To Execute command Line..", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);

            end

            end​

            Comment


            • #7
              I achieved!! hahahaha
              I used the shell command
              It worked out.
              Thank you very much!

              Can you tell me where I can get more ready made tempales?​

              Comment

              Working...
              X
              😀
              🥰
              🤢
              😎
              😡
              👍
              👎