Yea, did all that.
Turns out there was some installer key remnant specifying that textpad gets installed to \program files (x86)\... Must have been left over from a 32bit install that never got cleared out correctly.
All is fine now, but certainly not a pleasant experience.
Search found 10 matches
- Fri Aug 08, 2014 3:21 pm
- Forum: General
- Topic: 7.4.0 x64 installer generating a 1303 error
- Replies: 3
- Views: 615
- Thu Aug 07, 2014 9:56 pm
- Forum: General
- Topic: 7.4.0 x64 installer generating a 1303 error
- Replies: 3
- Views: 615
- Thu Aug 07, 2014 9:39 pm
- Forum: General
- Topic: 7.4.0 x64 installer generating a 1303 error
- Replies: 3
- Views: 615
7.4.0 x64 installer generating a 1303 error
I'm getting this when I try to upgrade to 7.4.0: Error 1303.The installer has insufficient privileges to access this directory: C:program FileslTextPad 7. The installation cannot continue. Log on as an administrator or contact your system administrator. This is via the Setup (Run as Admin) and the ...
- Thu Aug 08, 2013 2:13 am
- Forum: General
- Topic: Download problems for V7?
- Replies: 6
- Views: 1018
My god this is idiotic. First of all, when you download the zip file, its got a setup file that's located in the Temp Internet folders, and you CAN'T run it correctly with UAC. So typically, I cancel the download, re-click and let the 304 not modified work (which you are supporting, correct???) so I ...
- Sun Apr 28, 2013 9:27 pm
- Forum: General
- Topic: Win7 64 bit not bypassing redirection
- Replies: 3
- Views: 535
So I'm not sure of the internals of Textpad, but assuming its era of creation, it could be MFC.
Perhaps this would help:
http://www.codeproject.com/Tips/55290/D ... n-on-a-CFi
Thanks...
Perhaps this would help:
http://www.codeproject.com/Tips/55290/D ... n-on-a-CFi
Thanks...
- Sat Apr 27, 2013 12:38 am
- Forum: General
- Topic: Win7 64 bit not bypassing redirection
- Replies: 3
- Views: 535
Win7 64 bit not bypassing redirection
So one of the new features listed in the TextPad 7 release notes is that 64bit redirection is disabled: 64-bit file system redirection is disabled so that files in 64-bit Windows folders can now be edited. However it doesn't seem to work. I placed a file called "THIS IS THE SYSWOW64 DIR.TXT" in the ...
- Tue Nov 30, 2010 2:53 pm
- Forum: General
- Topic: Textpad "tools" ToolBar issue
- Replies: 3
- Views: 902
That actually doesn't help. Intersestingly, if I switch the order of my first custom tool and my second (CSharp compile, CMD prompt) the tool bar switches user tool 4 and user tool 8, not on apply, but on OK. The other thing that's screwy is that several of the menu items are disabled, with no way ...
- Mon Nov 29, 2010 5:09 pm
- Forum: General
- Topic: Textpad "tools" ToolBar issue
- Replies: 3
- Views: 902
Textpad "tools" ToolBar issue
I'm having problems customizing the Textpad 5.4 Tools toolbar, and issues with adding custom tools to their own toolbar. I'm running Textpad on Vista (elevated/high, so no UAC issues) and right click the toolbar to show the Tools. The Tools toolbar has: Sort Compare Files Check Spelling View in Web ...
- Thu May 17, 2007 6:10 pm
- Forum: General
- Topic: Textpad 5.0 discussion
- Replies: 54
- Views: 17437
Textpad in .Net
Why does everyone assume Textpad was re-written in .Net? Reflector indicates that TextPad.EXe has no CLI header, and Depends shows no dependancies on any of the MS VC runtimes (although they could be statically compiled...) Besides, with .Net, Unicode would have been a given - it would have been ...
- Tue May 13, 2003 9:51 pm
- Forum: Enhancement Suggestions
- Topic: Flexible 'alignment' function
- Replies: 6
- Views: 2405
As a kind of work around, I use a combination of Replace, Block Edit Mode, and Shift Tab. Highlight the block, S&R the text that you want moved (in your case, S&R '=>' to '........=>' (... = lots of spaces) Switch to Block edit mode (ctrl-shift-f8) Highlight where you want your first => down to the ...