This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Install in console mode, *same* console window
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 13, 2024
04:40 AM
Install in console mode, *same* console window
Hi, I'm trying to automate our app's installation in console mode. We already have automated silent installation, but this one specifically needs to imitate interactive installation on Windows cmd window.
For interacting with the installer, we must use the same process, at the console window which was open for the installer command. So If I'm running "example.exe -i console" , it automatically opens a new console window - Which breaks the python interaction with it.
Is there a way to force installation on the same console window?
(0) Replies