

/././resources/install/windows -I C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light run.rc -O coff -o C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light\\run.res echo #define TARGET_BASENAME_EXE "PAM7000.exe" > C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light/config.h echo #define TARGET_BASENAME "PAM7000" > C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light/config.h echo #define PRODUCTBUILDVERSION_COMMA 2,11,1,0 > C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light/config.h echo #define PRODUCTBUILDVERSION "2.11.1" > C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light/config.h echo #define COMPANYNAME "" > C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light/config.h echo #define PRODUCTNAME "PAM7000" > C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light/config.h Makefile:60: recipe for target 'C:\Users\iqbal\Downloads\UPdate5\jitsi/release/windows/tmp/light/config.h' failed /././resources/install/windows/config.h make (e=2): The system cannot find the file specified.

/././resources/install/windows/config.h. process_begin: CreateProcess(NULL, rm.exe -f. Created dir: C:\Users\iqbal\Downloads\UPdate5\jitsi\release\windows\tmp\light Creating new property file: C:\Users\iqbal\Downloads\UPdate5\jitsi\release\windows\versionupdate.properties EXE file doesn't work at all, when copied outside this location.Įrrors I got while creating EXE? define-ant-contrib-task: Gives the Java error if it's not installed.

Following is the directory structure.Ĭ:\Users\iqbal\Downloads\UPdate5\jitsi\release\windows (I didn't try wine on Ubuntu for this purpose) with a bunch of other files in the same folder.

Using this guide, I am to create a runnable EXE file on Windows. It should create a directory structure like the installation of Netbeans etc.
#Jitsi desktop install
(It shouldn't ask the user to install JDK/JRE). The installer should manage the Installation of JDK/JRE by itself. The installer should install like the installer of Netbeans or any other installer.
#Jitsi desktop windows
Create Jitsi Installer for Windows (either using Ubuntu or Windows). I always don't have access to a Windows PC, so it is really problematic for me to get through this method too.ĭo I need to compile the EXE file using Windows Only? If so, how can I achieve that? Or, otherwise, how can I create it using Ubuntu.Įxe File must be installed like any other executable file to Program Files. It doesn't copy the dependencies to the EXE rather it copies in a folder which I need to keep wherever I need to run the EXE file which isn't a good practice. But this file is neither specified is JITSI's official repository nor anywhere else.ĮXE created using this method doesn't work out of the folder it was created. I know that the file is missing from the specified path provided at the time of the error. I've tried using this guide but it causes a number of issues. I've tried implementing using this guide but not finding the same directory structure. I have implemented a few changes in Jitsi and trying to generate a windows installer file but I am not getting any information regarding how can I do it using Ubuntu/Windows.
