How to include additional files and folders (configuration files) when natively packaging Java applications?
When building the project, I have set the build file to create directories and copy additional files to the dist directory.
My normal builds…
I developed a desktop application that uses local DB. It is running fine on my computer (which has sql server installed). But when i run it on another system (that doesn't has sql server) it shows following error message.
what process i have to…
I have created an application in C# and WPF. The application uses a DLL written in C++ language.
I have imported this DLL in my C# application using DLLImport function like
[DllImport("Project2013.dll")]
static extern void…
I am trying to modify the userSettings section (Properties.MyApp.Default) in the MyApp.exe.config file during the installatio of my WPF application using an MSI installer.
I basically implemented it like in this excellent article:…
My boss just got Windows 7 and he tried running one of our installers which runs perfectly fine under XP. On Windows 7, the installer runs without giving any errors. However, it does not create registry keys under…
I have to work with Solr, which I'll use from another webapp to index and search documents.
I thought I could run an instance of it inside Eclipse, alongside my web application, but if I import the Solr war, Eclipse will unpack it in a web…
Background: I am by no means a windows security / user permissions expert. I have an application (written in C#), that has to be able to write / delete files & folders in its root directory, write / delete files elsewhere on the disk, write/modify…
I am using Visual Studio Setup and Deployment deploying my wpf app. My aim is to package my wpf app so that I can install and run it in any machines which don't have sql installed and machines don't have internet access. I am using sql server…
I have a application with lot of reports using crystal reports.Now I want to setup and deploy my Project using visual studio setup wizard.But my problem is I want to install the application on another computer which has not installed the crystal…
Background: I have a .NET application, which must be deployed and auto-configured to work in multiple third-party environments. Currently, it gets deployed via posting a customer-compiled MSI to the intranet. The reason why MSI needs to be customer…
I have added an Installer class and within the class i'm overriding Install method. Within this method i want to get the path where MSI is being installed? (Directory user have chosen to install the application) ?
I tried the following and it gives…
We are trying to automate the process of deploying the generated war files via Jenkins to web server. I was able to achieve the same for normal war files using Deploy plugin over tomcat server.
For Liferay portlet war files, I can't use the same…
I have an application that needs to use Oracle 32bit version. I understand, I can add this as prerequisite and if it's not already installed on Target machine, it will be downloaded and installed its done.
Actually My Requirement is " I need to do…
I have a Java application consisting of several prebuild JAR files and I need to deploy them for different platforms. I recently discovered javafxpackager which is able to create native installers/binaries for Windows, Mac and Linux for a JavaFX2…
I have about 130 sinatra web apps running on a cluster of apache-passenger servers. All of these apps have been cloned from a generic codebase, then modified to have their own authentication key. The majority of apps do not have modifications aside…