Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Thursday, February 21, 2013

Error 2755. 110 during LogmeinSW install

http://community.logmein.com/t5/Free-Pro-User-to-User-Support/Internal-Error-2755-110/td-p/19901
I encrypt files that are downloaded, thus, this was encrypted when I downloaded.
I unencrypted it and was able to install just fine.
http://support.microsoft.com/kb/318080
Steps to Reproduce the Behavior 
On a computer running Windows XP Professional, follow these steps:
  1. Right-click the Temp folder (typically C:\Documents and Settings\User Profile\Local Settings\Temp), and then click Properties.
  2. Click Advanced.
  3. Click to select the Encrypt contents to secure data check box. Click OK.
  4. Install the .NET Framework.
This behavior occurs because the Temp folder is encrypted by using the Encrypted File System. 
Solution

Do not encrypt the Temp folder until after the .NET Framework Setup has completed.
===============
My solution (cebaehren):
on the program to install click Properties -Security tab -Add - (Everyone)-- etcetera
Thats allow to install the downloaded software
===============
http://community.flexerasoftware.com/showthread.php?132875-Error-2755-110-during-install
To protect my home system from non-IT family members, I encrypt everything under my user account.
I've just been able to resolve the '2755 110' issue by removing the NTFS encryption attribute on the install package.
Seems NTFS encryption tricks the installer into thinking the source file does not exist. Yet another MS oversight (YAMSO).
http://www.pcreview.co.uk/forums/internal-error-2755-110-install-msi-execution-t2177352.html
1. just go to the folder where the .msi file is found and right click -> properties -> advanced -> Uncheck the box: Encrypt content to secure data.
In my case the path of the .msi was C:\Documents and Settings\myUser\Application Data\Sun \Java\jdk1.6.0_10
2. Run the JDK again and it will work.
Note: If it does not work just go the Sun folder instead and do the same as explained above and select all the subfolder and files before you click apply/ok
http://bugs.mysql.com/bug.php?id=19591
How to repeat:
With Windows XP:
Right-click "mysql-essential-4.1.11-win32.msi"
Choose Properties
Choose Advanced ( on the General tab which is open by default )
Check "Encrypt Contents to Secure Data"
Choose "OK" and "OK" to encrypt the msi installer.
Run "mysql-essential-4.1.11-win32.msi"
Installation will fail with "Internal Error 2755".
 Unencrypt "mysql-essential-4.1.11-win32.msi"
Run "mysql-essential-4.1.11-win32.msi"
Installation succeeds.
Installing libre Office
I have narrowed it down to something related to System Restore in Windows. If System Restore is completely disabled, the error happens immediately when the installer goes to create a restore point. If System Restore is enabled, it will error out after a few seconds. I do have a log file from the install. The command given was this: msiexec /i LibreOffice_4.0.0_Win_x86.msi /l*vx LO.log
---------
Google says that this error occurs when one runs the installer from a shared drive.
Is this the case? Is your user profile on a shared drive?
-------
Nope, the MSI is on my desktop, user profile is local to the laptop.  All
this was on a local SSD.

No comments: