- Knowledge of Windows Command Prompt commands and environment variables.
- Your download folder is at C:\Users\your-login-id\Downloads. (i.e. %HOMEPATH%\downloads)
1. Download the necessary files to your download folder:
- TextPad's setup program from https://www.textpad.com/download.
- The setup transform file from https://www.textpad.com/file?path=orca/LicenseKey.mst.
- Run the setup program to install TextPad normally.
- Run TextPad and input your license key data (from "BEGIN" to "END") using the Update License command on the Help menu.
- Uninstall TextPad from Start » Settings » Apps.
- Check that %ProgramData%\Helios\TextPad\TextPadPKE.xml exists. (Paste "%ProgramData%\Helios\TextPad" into File Explorer's Address box.)
- In Windows Search box, type "cmd.exe"
- Right click "cmd.exe" and choose Run as Administrator.
- Type the following commands:
Code: Select all
cd %HOMEPATH%\documents mkdir TextPad cd TextPad mkdir CommonAppData move %ProgramData%\Helios\TextPad\TextPadPKE.xml CommonAppData copy %HOMEPATH%\downloads\setupv9.exe . copy %HOMEPATH%\downloads\LicenseKey.mst . REM Extract the MSI file: setupv9.exe /s /x /b"." /v"/qn"
- Check that %ProgramData%\Helios\TextPad\TextPadPKE.xml no longer exists.
Run the following command as administrator from %HOMEPATH%\documents\TextPad. (You may need to change "9.5" to correspond to the version you are installing.)
Code: Select all
msiexec.exe /quiet /i "TextPad 9.5.msi" TRANSFORMS=LicenseKey.mst /l*v "log.txt"
If it doesn't, rerun the installer in interactive mode and check for error messages.
Code: Select all
msiexec.exe /i "TextPad 9.5.msi" TRANSFORMS=LicenseKey.mst