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?
Announcement
Collapse
No announcement yet.
Silent install
Collapse
X
-
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
Leave a comment:
-
friend is just what the example makes
native:
shell
plugin:
commandline
Leave a comment:
-
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!
Leave a comment:
-
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 advanceTags: None
Leave a comment: