where I can download the MSI installer for textpad version 4.7.2 and 6.10
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
jakesong615
- Posts: 4
- Joined: Fri Sep 19, 2025 7:23 pm
where I can download the MSI installer for textpad version 4.7.2 and 6.10
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
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
Versions 4.7.2 and 6.10 are not available. These are the nearest:
https://www.textpad.com/file?path=v47/txpeng473.exe
https://www.textpad.com/file?path=v65/txpeng650.zip
I hope that helps.
https://www.textpad.com/file?path=v47/txpeng473.exe
https://www.textpad.com/file?path=v65/txpeng650.zip
I hope that helps.
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
- 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.

-
jakesong615
- Posts: 4
- Joined: Fri Sep 19, 2025 7:23 pm
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
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
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
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: 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.
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-
jakesong615
- Posts: 4
- Joined: Fri Sep 19, 2025 7:23 pm
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
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
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
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
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:
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")}} $InstalledProductsRe: where I can download the MSI installer for textpad version 4.7.2 and 6.10
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.
-
jakesong615
- Posts: 4
- Joined: Fri Sep 19, 2025 7:23 pm
Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10
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.
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
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.