where I can download the MSI installer for textpad version 4.7.2 and 6.10

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
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

Post 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
User avatar
bbadmin
Site Admin
Posts: 1033
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10

Post by bbadmin »

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.
User avatar
AmigoJack
Posts: 599
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10

Post 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. :)
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

Post 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
User avatar
AmigoJack
Posts: 599
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10

Post 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.
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

Post by jakesong615 »

Hi Jack,

Really appreciate your kind sharing — everything works like a charm! :D

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
User avatar
AmigoJack
Posts: 599
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10

Post by AmigoJack »

No, don't have any other old versions - just 7.x.x and 8.x.x.
User avatar
bbadmin
Site Admin
Posts: 1033
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10

Post 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
miked
Posts: 69
Joined: Tue Feb 27, 2007 11:17 am

Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10

Post 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
Screenshot 2025-09-23 153704.png (6.85 KiB) Viewed 4579 times
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

Post 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.
miked
Posts: 69
Joined: Tue Feb 27, 2007 11:17 am

Re: where I can download the MSI installer for textpad version 4.7.2 and 6.10

Post 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.
Post Reply