Following the steps detailed in http://msdn.microsoft.com/en-us/library/zt39148a.aspx#Y684, I have created a Windows service which I have successfully installed and tested. But I am puzzled by somethi
I created a C# program that has a SQL Server database with Visual Studio 2010 and I created a setup program for this.
I have a custom dialo开发者_运维技巧g in my Visual Studio Seup project and need to know how to make the field required, so the user cannot progress (click next), if they don\'t enter a value into the
Quite simply,开发者_JAVA技巧 is there a way to put a custom image in the installer of an AIR application, for example to the left.
I have an app written in Java and would like to write an installer progra开发者_JAVA技巧m for it, that will work equally well on Windows XP/Vista/7, and on OSX.
Call me stupid but I just can\'t find the installation di开发者_开发知识库rectory for this program. I checked both the Program Files and Program Files (x86) folders in my C drive and can\'t find anyth
I know on windows there are a bunch of installer tools you can use to create an installer, but on Mac OS I\'ve seen two ways to install apps:
I went to the Oracle site, downloaded and installed Java Platform (JDK) 7 on a Windows 7 64 bit virtual machine.I added the path to the c:\\program files\\Java\\jdk1.7.0\\bin to the pat开发者_StackOve
How can I create a file in the directory in which my application is installed? I\'ve tried the following, and it doesn\'t work. Basically I need to be able to create the file in 开发者_开发技巧C:\\Pr
开发者_运维知识库I\'m scripting an install script in python. How do I download file from ftp in python?