Deployment of MockPlus 3.5.0.2
Hi need help Deploying the program MockPlus 3.5.0.2 - https://www.mockplus.com/downloader
Many websites says the it is a Inno Setup Installer so you can use this setup - http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline
But the only way you can deploy it is with this Silent Switch /silent. But after the installation it gives you this prompt:
Then you cannot deploy it Silent. I have tryed this Method but is doesn't help
/SILENT /SUPPRESSMSGBOXES /NORESTART
Can anyone help me? It would be nice if i diddent have to repackage it.
Answers (2)
INNO Setup has the /VERYSILENT argument also. You can also create an INF. Google for 'INNO SAVEINF' for details.
There's still no guarantee, of course, but try executing the set-up EXE with an INF and /VERYSILENT.
Lastly, I'd repackage it, anyway! :-)
Comments:
-
I have now tryed the save a INF file and install it with that. But it is the same.
This is in my INF file:
[Setup]
Lang=chinesesimp
Dir=C:\Program Files (x86)\Mockplus
Group=Mockplus
NoIcons=0
Tasks=
Can i add something it? - sofuz 5 years ago
Don't waste any more time on it. Repackage it.
Comments:
-
I will try that. Do you have a good program that can do that? - sofuz 5 years ago
$cmd = Get-WmiObject win32_process -Filter "name = 'cmd.exe'" | % { $_.Terminate() }
to get the actual name that same window that you gave in your example has to be running, open Task Manager to locate the name and insert that into the script. So when you go to deploy the application you can include the script to close the window at the end of the deployment process if that makes sense. Please feel free to contact me if you have any questions, or need any additional help. - ranchristian 5 years ago