How to silently install TextPad 9.6.2 and later:
For Intel processors, type this command:
Code: Select all
TextPadSetupv9-x64.exe /exenoui /qCode: Select all
TextPadSetupv9-arm64.exe /exenoui /qCode: Select all
TextPadSetupv9-x64.exe /exenoui /q APPDIR="your installation folder"First, extract the MSI file from the downloaded ZIP file as follows:
- Start Command Prompt or PowerShell as Administrator.
- Extract SETUP.EXE from the ZIP file using Explorer.
- setup.exe /s /x /b"C:\FolderInWhichMSIWillBeExtracted" /v"/qn"
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
For example, to specify the installation folder in silent mode:
Code: Select all
msiexec /quiet /i c:\path\to\textpad.msi /l*v "log.txt"How to silently install TextPad 9 with a multi-user license on an Intel PC
Other variants can be made using a tool such as Orca:
https://docs.microsoft.com/en-us/window ... i/orca-exe
This article explains how to use Orca to add an external file to an MSI:
https://www.advancedinstaller.com/edit- ... ative.html
Last edited on 2024/12/06 for TextPad 9.6.2 and later.