Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Desktop > General Questions

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #21 (permalink)  
Old 12-14-2010, 07:08 AM
Starter Member
 
Posts: 2
Default

Para los que tengan WinXP Español.
después de instalar Zdesktop 2,
ir a C:\Archivos de programa\Zimbra\Zimbra Desktop\win32\zdrun.vbs
cambiar esto:
' sLocalAppDir = oShellApp.Namespace(&H1c&).Self.Path
'sDataRoot = GetDataRoot()
por esto :
sLocalAppDir = "C:\DOCUME~1\[USERNAME]\CONFIG~1\Datos de programa"
sDataRoot = "C:\DOCUME~1\[USERNAME]\CONFIG~1\Datos de programa\Zimbra\Zimbra Desktop"

donde [USERNAME] es el perfil de usuario del dominio que usara zimbra desktop. podes sacarlo con ejecutando este comando:
echo %USERPROFILE%

luego guardar los cambios y dar doble click a zdrun.vbs. y esperar unos segundos y anda.

Espero que pronto resuelvan este bug:
https://bugzilla.zimbra.com/show_bug.cgi?id=44608
El que sepa una solucion al script que no requiera saber el $userprofile actual por favor que la postee.
Reply With Quote
  #22 (permalink)  
Old 01-06-2011, 04:06 AM
Intermediate Member
 
Posts: 24
Smile Automatic 8.3 solution for Program Folder

zdrun.vbs hack:

This little change has been tested in Spanish Windows XP and I think it is a workaround for non-ASCII characters in Data Program path.
Edit this file (or Program Files equivalent in your country):

Code:
C:\Archivos de programa\Zimbra\Zimbra Desktop\win32\zdrun.vbs
Locate:
Code:
sLocalAppDir = oShellApp.Namespace(&H1c&).Self.Path
string and replace it with:

Code:
sLocalAppDir = (oFso.GetFolder(oShellApp.Namespace(&H1c&).Self.Path)).ShortPath
Thank you to other contributors (The 8.3 path was the answer to the solution).

---
So general instructions should be:
1. Install Zimbra Desktop but do not tell it to run.
2. (Optional) If you have tried to make Zimbra Desktop to run by yourself open regedit and delete:
HKEY_CURRENT_USER\Software\Zimbra
3. (Optional) If you have tried to make Zimbra Desktop and it has create some files, let's say in:
Code:
C:\Documents and Settings\Administrador\Configuración local\Datos de programa\Zimbra
(Or Local Configuration equivalent) delete them.
4. Apply zdrun.vbs hack described above.
5. Double-click on Zimbra Desktop 2 shortcut and enjoy !
Reply With Quote
  #23 (permalink)  
Old 05-20-2011, 02:59 AM
New Member
 
Posts: 4
Default Zimbra Desktop 7 on localized Windows XP

Exist any solution for Zimbra Desktop 7. After install ZD 7 on localized Windows XP won´t start. If I edit zdrun.vbs, make changes, save and run zdrun.vbs, I get Error in zdrun.vbs on row 77, character 5, Code 800736B1, Source (null).
Reply With Quote
  #24 (permalink)  
Old 05-20-2011, 04:42 AM
Intermediate Member
 
Posts: 24
Question

Quote:
Originally Posted by quadrat View Post
Exist any solution for Zimbra Desktop 7. After install ZD 7 on localized Windows XP won´t start. If I edit zdrun.vbs, make changes, save and run zdrun.vbs, I get Error in zdrun.vbs on row 77, character 5, Code 800736B1, Source (null).
Before you made any changes on zdrun.vbs what did mean exactly "won't start"?

What error message did you see?

We need to discard your error being a new one or not.

What is it your localised language for Windows XP exactly?

Did you try in the past to run ZD2 with the same error in the past? Then try my steps (2 and 3).
Reply With Quote
  #25 (permalink)  
Old 05-20-2011, 07:46 AM
New Member
 
Posts: 4
Default

Error message from original installed Zimbra Desktop 7:
Script: C:\Program Files\Zimbra\Zimbra Desktop\win32\zdrun.vbs
Line: 77
Row: 5
Error: Spuštění této aplikace se nezdařilo, protože konfigurace aplikace není správná. Tyto potíže lze pravděpodobně vyřešit opakovanou instalací aplikace.
(Translated: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.")
Code: 800736B1
Source: (null)

Language of Windows XP is CZ (Czech).
Reply With Quote
  #26 (permalink)  
Old 05-23-2011, 01:21 AM
New Member
 
Posts: 4
Default

To clarify I made steps below:

1.) Install Windows XP SP1 Professional CZ
2.) Install Service Pack 3
3.) Install MS Visual C++ Redist 2010
4.) Ínstall MS .NET Framework 2.0
5.) Install ZD 7.0.1.10791
6.) Edit zdrun.vbs
- change sLocalAppDir = oShellApp.Namespace(&H1c&).Self.Path
- to sLocalAppDir = (oFso.GetFolder(oShellApp.Namespace(&H1c&).Self.Pa th)).ShortPath)
7.) Run zdrun.vbs
8.) Automaticaly created
- c:\Documents and Settings\Administrátor\Loal Settings\Data Aplikací\Zimbra\Zimbra Desktop\
- size 5709448B
9.) Error

Script: C:\Program Files\Zimbra\Zimbra Desktop\win32\zdrun.vbs
Line: 77
Row: 5
Error: Spuštění této aplikace se nezdařilo, protože konfigurace aplikace není správná. Tyto potíže lze pravděpodobně vyřešit opakovanou instalací aplikace.
(Translated: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.")
Code: 800736B1
Source: (null)
Reply With Quote
  #27 (permalink)  
Old 08-15-2011, 03:44 PM
Active Member
 
Posts: 47
Default

My zdrun.vbs contains
sLocalAppDir = oFso.getFolder(oShellApp.Namespace(&H1c&).Self.Pat h).ShortPath - after the initial installation.
Version 7.1.1 GA.
Same bug - trying workaround.
Reply With Quote
  #28 (permalink)  
Old 09-19-2011, 06:01 AM
Intermediate Member
 
Posts: 18
Default Have same problem here

Hi,

I have same problem here. Zimbra Desktop 7.1.1 GA won't start. After animation, window goes blank. None of these solutions fixed the issue.
Also there is nothing in log files. Using Windows 7 32bit english version.
Reply With Quote
  #29 (permalink)  
Old 11-30-2011, 11:42 PM
Intermediate Member
 
Posts: 24
Wink How to debug this

It seems that I have been quite busy for a long time.
Just hope we can work out this issue soon.

0. Make sure that you are using the latest stable Zimbra Desktop build.
1. If you are testing in the conflictive machine please run:
Steps 2 and 3 from my recipe.
and try to install again.
2. Confirm me that you can find:
Code:
sLocalAppDir = (oFso.GetFolder(oShellApp.Namespace(&H1c&).Self.Path)).ShortPath
on your zdrun.vbs so that we discard any regression on ZD code.
3. Make sure that you do not find any errors on the event log as Pavel did in this bug.
4. At this point it means that it is fault of current code. So if it fails on line 77. Please open zdrun.vbs, look for line 77. Please copy and paste it here surrounded by [ code ] tags.
5. Wait for my debug instructions.

Waiting for your feeback!
Reply With Quote
  #30 (permalink)  
Old 04-10-2012, 01:02 PM
New Member
 
Posts: 4
Default

Quote:
Originally Posted by adrian.gibanel.btactic View Post
It seems that I have been quite busy for a long time.
Just hope we can work out this issue soon.

0. Make sure that you are using the latest stable Zimbra Desktop build.
1. If you are testing in the conflictive machine please run:
Steps 2 and 3 from my recipe.
and try to install again.
2. Confirm me that you can find:
Code:
sLocalAppDir = (oFso.GetFolder(oShellApp.Namespace(&H1c&).Self.Path)).ShortPath
on your zdrun.vbs so that we discard any regression on ZD code.
3. Make sure that you do not find any errors on the event log as Pavel did in this bug.
4. At this point it means that it is fault of current code. So if it fails on line 77. Please open zdrun.vbs, look for line 77. Please copy and paste it here surrounded by [ code ] tags.
5. Wait for my debug instructions.

Waiting for your feeback!
Have same problem here, i installed visual c++ 2100 x86 redistributable 10.0.30319, net framework 2.0, win xp sp3 spanish, and zimbra desktop 7.1.4 version
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.