Search found 5 matches
- Fri Jun 15, 2012 4:14 pm
- Forum: General
- Topic: Context menu not working properly in 6.1
- Replies: 14
- Views: 2889
Re: similar problem
I got to this type of problems if I invoked fist time Textpad from elevated cmd prompt in W7 or Vista. There is one way barrier for sending of unelevated request (explorer rightclick does it) to open file to already running elevated program. So this is opposite symptoms as described by you. May be ...
- Tue Jun 12, 2012 8:37 pm
- Forum: General
- Topic: Could Not Upgrade From 6.0 To 6.1 By Running The New .msi
- Replies: 5
- Views: 2089
- Sat Jun 09, 2012 10:05 pm
- Forum: General
- Topic: TextPad 6.1 is released
- Replies: 10
- Views: 2738
- Fri Jun 08, 2012 9:41 pm
- Forum: General
- Topic: TextPad 6.1 is released
- Replies: 10
- Views: 2738
- Fri Jun 08, 2012 9:31 pm
- Forum: General
- Topic: Could Not Upgrade From 6.0 To 6.1 By Running The New .msi
- Replies: 5
- Views: 2089
Re: Could Not Upgrade From 6.0 To 6.1 By Running The New .ms
May be some error in MSI packaging config or some dificulties to implement msi update?
Workaround:
uninstall
MsiExec.exe /X{3F04067F-0DA5-4F48-9A89-6FCFD2A9E040} /qn REBOOT=ReallySuppress
and install new one msi:
msiexec /norestart /passive /quiet /i "textpad 6.msi"
It keeps config and ...
Workaround:
uninstall
MsiExec.exe /X{3F04067F-0DA5-4F48-9A89-6FCFD2A9E040} /qn REBOOT=ReallySuppress
and install new one msi:
msiexec /norestart /passive /quiet /i "textpad 6.msi"
It keeps config and ...