EmEditor (text editor) Forum Index
   Beta Version Bug Reports
     shortcut to uninstaller/automatic updates? Beta testing is cumbersome
Register To Post

Threaded | Oldest First Previous Topic | Next Topic | Bottom
Poster Thread
Yutaka
Posted on: 7/12/2009 8:09 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2398
Re: shortcut to uninstaller/automatic updates? Beta testing is cumbersome
Quote:

ageback wrote:
Total Commander + InstallExplorer 0.9.1 plugin can unpack *.msi files like zip files. Shift+Enter to run *.msi files normally.
Then you can drag the new unpacked emeditor files to your current emeditor install folder. All your configurations will be reserved.


While it might work, I don't recommend this way, and this will void my support. Some people report they cannot remove a version because uninstaller needs to locate a particular version of EmEditor. If you need to install an alpha version over an older alpha version, please uninstall the older version from Control Panel, and then install the new version.


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

ageback
Posted on: 7/12/2009 6:36 pm
Just popping in
Joined: 7/12/2009
From:
Posts: 1
Re: shortcut to uninstaller/automatic updates? Beta testing is cumbersome
Total Commander + InstallExplorer 0.9.1 plugin can unpack *.msi files like zip files. Shift+Enter to run *.msi files normally.
Then you can drag the new unpacked emeditor files to your current emeditor install folder. All your configurations will be reserved.
MariaK
Posted on: 5/29/2009 5:39 am
Quite a regular
Joined: 2/3/2009
From: Germany
Posts: 43
Re: shortcut to uninstaller/automatic updates? Beta testing is cumbersome
Why uninstall? Install a new alpha over the existing old one. That’s no problem. And I see no popup by using this script on my system.
urlwolf
Posted on: 5/25/2009 5:04 am
Quite a regular
Joined: 1/27/2009
From:
Posts: 48
Re: shortcut to uninstaller/automatic updates? Beta testing is cumbersome
thanks MariaK, but this script doesn't take care of the unistalling.
If one executes the .msi, the result is a popup saying that one has to uninstall first.
MariaK
Posted on: 5/25/2009 4:47 am
Quite a regular
Joined: 2/3/2009
From: Germany
Posts: 43
Re: shortcut to uninstaller/automatic updates? Beta testing is cumbersome
Use a Batch-Script for installing EmEditor automatically. Example:

@echo off
cls

:: Path to MSI-File
set msidir=C:\Downloads

:: Path to EmEditor
set appdir=C:\EmEditor

for /f "tokens=4" %%i in ('"dir %msidir%\emed*.msi | findstr /i "msi""') do set msifile=%%i

msiexec /a %msidir%\%msifile% /qn targetdir=%appdir%

set msidir=
set msifile=
set appdir=
Eugene
Posted on: 5/25/2009 3:04 am
Just popping in
Joined: 10/14/2008
From: Ukraine
Posts: 11
Re: shortcut to uninstaller/automatic updates? Beta testing is cumbersome
I just unpack .msi installer and copy new files replacing old ones!..


----------------
Eugene Golovan
Founder and Web Developer at PHPFABER

urlwolf
Posted on: 5/25/2009 2:48 am
Quite a regular
Joined: 1/27/2009
From:
Posts: 48
shortcut to uninstaller/automatic updates? Beta testing is cumbersome
I love the pace emeditor is growing and how good the new features are. However, uninstalling and reinstalling beta versions is a pain. Could we have a shortcut to uninstaller/automatic updates? Beta testing is cumbersome, but pleasant at the same time :)
Threaded | Oldest First Previous Topic | Next Topic | Top


Register To Post
 
English čeština Deutsch español français italiano 日本語 한국어 Русский 简体中文 繁體中文