Vtiger : Outlook Plugin for Linux - vtiger

I use Linux os (ubuntu).I found that Outlook Plugin in vtiger can be installed only in windows.How can I install Outlook Plugin in my Linux machine.

It is not possible. Vtiger Outlook Plugin is an .exe file which can't be installed in Unix Operating system. We need to wait till they implement some thing to support Linux.

Related

Do Monaca Build Windows Apps Work on WIndows 10?

I built an app in Monaca, and have successfully deployed and published it on google play and the App Store. I know I have to sign it with visual studio to publish it in the windows store, but can manually install it using powershell for development purposes. However, even though it works on android and ios, it crashes immediately after launching in Windows 10. I read over the documentation, and my question is: Is it even compatible? Everything in the documentation is either outdated or stictly for windows 8.
Yes they are compatible. I finally installed and ran it successfully.

Package Django app on OSX as Windows executable

I created a Django application on my Mac and would like to package it as a Windows desktop application so that my colleagues can run it on their Windows machines with just a few clicks. Is that possible, or do i need to use a Windows machine?
This question is related to Compiling django project as a desktop application.
Thanks.

Is it possible to compile a windows service with cygwin?

I tried to compile my C++ daemon code from linux, with cygwin. It worked but not as a windows service. It's in processes list. How can I run it as a service? Or can I compile a windows service with cygwin?
cygrunsrv is used to install and manage Cygwin-based Windows services. Once you've installed that package, complete documentation is available in the /usr/share/doc/Cygwin/cygrunsrv.README file.

Detect Silverlight OOB install from Windows

Is there a way to pragmatically detect that a Silverlight OOB application is installed on a computer from windows? (IE not the browser). Possibly a registry path, or file path that can be checked? I've got another application (nonSilverlight) that needs to open up a silverlight OOB application if it is installed or take them to the web page to install it if it is not installed. The operating system will always be winXP or win7.
I'm working on a Silverlight OOB app, and have it installed locally.
I looked at the shortcut on the desktop, and went spelunking in the registry:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\348253213.demo.net]
"DisplayName"="DemoApp" "Comments"="DemoApp on your desktop; at home,
at work or on the go." "Publisher"="demo.net"
"InstallLocation"="C:\Users\Charles\AppData\Local\Microsoft\Silverlight\OutOfBrowser\348253213.demo.net"
"NoRepair"=dword:00000001 "NoModify"=dword:00000001
"UninstallString"="C:\Program Files (x86)\Microsoft
Silverlight\5.1.20125.0\Silverlight.Configuration.exe -uninstallApp
348253213.demo.net"
No idea how the '348253213' got cooked up, but maybe this will give you some clues for ferreting out an installed SL app...

How Remote Development of C++ works in Netbeans?

Hi we want to use remote development features of netbeans but while trying out on our setup its very slow. I want to understand its feasibility of integrating our build environment with netbeans.
Our setup would be normally:
1. Windows 7 Professional 64bit where we install netbeans
2. RHEL 5.5 64bit linux where we have tools and sources
Normally we directly connect to that machine through PuTTY and use VIM to edit sources and gmake to compile and build projects. Now when I created the "New Remote Project with existing sources" and try to use it It took more time to load the project.
So Can anybody tell me how actually this remote compilation works??
Because we have some GBs of sources here on linux box and I want to know is it possible for smooth development with this big data??
Simple steps. Read this tutorial. You just need a SSH-server on your Linux.
The process is easy, your Netbeans connects to the SSH-server and searches for compilation tools then uses them to build your projects.
The second issue is creating a shared folder that your Windows and Linux able to access to it. I suggest you first create a shared folder on your Windows and use Samba client on your Linux.