/build/static/layout/Breadcrumb_cap_w.png

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.



1 Comment   [ + ] Show comment
  • You could try adding a script like PowerShell

    $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

Answers (2)

Posted by: anonymous_9363 5 years ago
Red Belt
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
Posted by: anonymous_9363 5 years ago
Red Belt
1

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
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ