How can I install 3 exe with 1 installer?

Common questions about using Actual Installer.
ajay
Posts: 8
Joined: Fri Oct 11, 2013 5:12 pm

Re: How can I install 3 exe with 1 installer?

Post by ajay »

HI Leo,

The installation problem is solved. I did not find the "Force Uninstallation" option. So I manually deleted the left over actual installer file and re-installed it. This time I did not get the error.

But my other question is still a problem for me. I know I can set it up in Command tab "After Uninstallation" if I have a batch file. But currently I don't have the file. I just have an executable "grep.exe". Question is how do I uninstall this though a command. I tried "grep.exe -uninstall" etc etc. But it didn't work. Do you know any command which allows me to uninstall through command line or batch file. It is also possible that there might be no option like this in the EXE files.

But then how do I automatically uninstall these programs when my main executable is uninstalled. Can I do something in actual installer to uninstall these programs which gets installed with the main program? Let me know.

With Regards,
Ajay
Leo
Site Admin
Posts: 458
Joined: Fri Jan 22, 2010 12:40 pm

Re: How can I install 3 exe with 1 installer?

Post by Leo »

The Force Uninstall option is located on the Installation \ Uninstallation tab.
Try this option.

Also you may delete this file manually by using Commands tab:
Command: <SystemDir>\cmd.exe
Parameters: /C del /Q "<InstallDir>\file.exe"

More info on using Commands:
http://www.actualinstaller.com/help/set ... tem/4.html
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply