Page 1 of 1
where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Fri Sep 19, 2025 7:26 pm
by jakesong615
I am working on uninstallation package in SCCM
where I can download the MSI installer for textpad version 4.7.2 and 6.10
thank you for the support
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Fri Sep 19, 2025 7:46 pm
by bbadmin
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Fri Sep 19, 2025 8:54 pm
by AmigoJack
- I still have 4.7.2, but as EXE installation - I'm not sure if an MSI package existed for that version.
- I also have some 6.x.x version as MSI package. Will investigate if wanted.
- Archive.org has 2.0 in case someone is interested.

Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Fri Sep 19, 2025 9:00 pm
by jakesong615
Hi Jack
Thank you for the kind response.
I’ll need both exe for V4.72 and MSI package for version 6.x.x of TextPad. Currently, I’m working on identifying the MSI product code for 2 versions in order to create an SCCM deployment package for our environment.
Your time and support are always greatly appreciated.
Thanks again,
Jake
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Fri Sep 19, 2025 11:23 pm
by AmigoJack
I've uploaded one ZIP with all versions to
https://store7.gofile.io/download/web/8 ... extPad.zip (or go to its folder
https://gofile.io/d/QZ6Ah7). The file contains:
Code: Select all
Date: Time: Size: Name:
2012-06-07 17:56 4'336'640 TextPad 6.1.msi
2003-11-05 18:42 2'067'923 TextPad472 Dutch.exe
2003-11-05 18:42 1'951'617 TextPad472 English.exe
2003-11-05 01:00 1'891'059 TextPad472 French.exe
2003-11-05 01:00 2'210'793 TextPad472 German.exe
2003-11-05 01:00 2'061'279 TextPad472 Italian.exe
2003-11-05 01:00 2'037'099 TextPad472 Japanese.exe
2003-11-05 01:00 1'985'260 TextPad472 Polish.exe
2003-11-05 01:00 2'143'035 TextPad472 Portuguese-Brazilian.exe
2003-11-05 01:00 2'046'576 TextPad472 Spanish.exe
2003-07-14 11:51 1'944'557 txpeng470.exe
2011-10-22 15:01 2'932'258 txpeng542.exe
File dates/times may be inaccurate. TextPad 6.1 is most likely even the 6.1.0 you're looking for.
There has never been a version 6.10.0 - version 6.5.0 was the last one of that generation.
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Mon Sep 22, 2025 6:40 pm
by jakesong615
Hi Jack,
Really appreciate your kind sharing — everything works like a charm!
We noticed that another version 5.0.3 is installed on about 100 clients. Do you happen to have the installer for that version?
Thanks again,
Jake
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Tue Sep 23, 2025 11:55 am
by AmigoJack
No, don't have any other old versions - just 7.x.x and 8.x.x.
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Tue Sep 23, 2025 12:52 pm
by bbadmin
If it's just the product code you want, this may help:
How can I find the product GUID of an installed MSI setup?
Running the following commands in PowerShell lists the product codes of all installed apps:
Code: Select all
$Installer = New-Object -ComObject WindowsInstaller.Installer; $InstallerProducts = $Installer.ProductsEx("", "", 7); $InstalledProducts = ForEach($Product in $InstallerProducts){[PSCustomObject]@{ProductCode = $Product.ProductCode(); LocalPackage = $Product.InstallProperty("LocalPackage"); VersionString = $Product.InstallProperty("VersionString"); ProductPath = $Product.InstallProperty("ProductName")}} $InstalledProducts
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Tue Sep 23, 2025 2:43 pm
by miked
I've got txpeng503.exe if that helps. PM a way to email it, or i can put it on my one drive and send a link.

- Screenshot 2025-09-23 153704.png (6.85 KiB) Viewed 4587 times
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Tue Sep 23, 2025 3:52 pm
by jakesong615
thanks Mike.
thank you.
Jake
Edit: email address deleted by bbadmin. Web crawlers will be all over that. If you want to exchange emails, use the private message system.
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
Posted: Tue Sep 23, 2025 4:05 pm
by miked
I will do first thing tomorrow. It's on a server at work and I'm at home. I've saved your email though if you want to remove from above.