installation-package

How to use launch condition option in installation package using C#

Dear all i want my application to check (before start installion) for Nokia_PC_Suite_rel_7_0_8_2 my steps are : 1) i added Registry Search and it's properties are Property = PCSUITERUNTIMEEXISTS, RegKey = HKEY_LOCAL_MACHINE\SOFTWARE\PCSuite\Product, Root= vsdrrHKLM, Value = Nokia Pc Suite NOTE: i got the value of "Value" property fr...

language option in installation package using C#

Dear all; can i add "choosing language option " to the installation package so that when he choose a language it downloads/fires the exe file of that language .. for example : if the user has 2 options (1) Arabic (2) English if choosed arabic the msi will download the arabic version or english if else. that means i may have 2 exe files...

InstallAware database rollback

Does anyone know how to make InstallAware do a rollback of a database when the user clicks 'Cancel'? Unlike InstallShield I'm not seeing any way to specify when individual scripts run. ...

Haskell base-4.x package installation

Hi, when I try to install this package http://hackage.haskell.org/package/base-4.1.0.0 by running: runhaskell Setup configure I am getting this error: attempting to use module `System.IO' (System/IO.hs) which is not loaded Not in scope: `System.IO.stderr' Not in scope: `System.IO.stdin' ghc-6.8.2: panic! (the 'impossible' happened...

Enable/disable features based on the installation type

How, in your opinion, should we code to handle enabling or disabling features based on the installation type. Purpose is to have a single installation for separate editions and make features available based on the installation type. One way of doing it is to conditionally compile the code but that makes the code dirty and difficult to m...

Independent program

I need to install a program on the Droid. I can get it onto the memory chip. I can't get the droid to find it. TIA. ...

Developing installation packages in Linux

I need information about making installation packages for Linux. I want to make simple package, containing executable + shared libraries, and SDK package for programmers, with executables and h-files. How can this be done? Articles, books, samples - everything that can help to learn this issue. ...

How to bundle multiple installation(.exe) files?

Say, we have ABC.exe and CDE.exe I want to bundle these 2 installation files into a single un-attended installation file [XYZ.exe]. And when I run the XYZ.exe it should install the above applications. Any ideas how this can be achieved ? ...

what are the Ways to create a gui to install a java app

Hi, I have a java web application . Currently the application is installed in a cli mode [on windows/linux /solaris] by running sh or cmd scripts. I would like to create a GUI for the App installation so that user can edit info in gui for the installation. Any pointers/Best practices for developing gui would be helpful. thank you ...

Installing Silverlight 4 app with sllauncher does not work

I'm trying to install a XAP file offline using sllauncher but it is not working. UPDATE I erased all the existing references and folders for my app and now it seems to be working. I will leave this up as it has some good clues on how to solve this. C:\Documents and Settings\Rod\Local Settings\Application Data\Microsoft\Silverlight\OutOf...

Version control and complicated applications that install files everywhere

I have to work on a web application. The version control has directories structured like: appname/conf appname/www appname/etc appname/keys appname/lib ... However, for the application to work, it currently has to live in system directories: /etc/httpd/conf.d /var/www/html /etc/appname /etc/pki/tls/ /usr/lib/perl5/... ... There is ...