A computer program responsible for installing other computer programs (aka software) on a system.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Build single executable with Install Shield automation tool 2009

I am trying to automate the packaging process and stop using the GUI using install shield 2009 automation tool. I have an Install Script Project and seems that there is no Build function in the ...
-3
votes
1answer
20 views

is it possible to download and install non market applications by another application ?

We have planned to develop clone of google play where we have to sell non market apps. Is it possible to download and then install non market applications by another application? If so guide me ...
0
votes
0answers
12 views

how do I add a license agreement to the installer in visual studio 2012 express

How do I add a license agreement to the installer found in Visual Studio (i.e. through publish)? I just do not see it. I have looked on Stack Overflow and other places, but it must be possible. I am ...
0
votes
2answers
22 views

How do I have my XNA installer include external files

In my game, the developer creates a level txt that is loaded by the game, converted to a bin, and saves it by creating the bin at "Content\Testing_Grounds.bin". This creates the file at: ...
0
votes
0answers
9 views

Custom InstallAnywhere location for .com.zerog.registry.xml file on linux

I'm running into an issue where I do not have write access to the /var directory on a UNIX environment, and InstallAnywhere doesn't provide me the option of writing the .com.zerog.registry.xml to any ...
0
votes
1answer
27 views

How to run a VBscript that uses installShield API?

I am trying to create a script that will automate the process of creating an installShield object. I have selected to develop it with VBScript because the Automation Api is very helpful for vbs ...
0
votes
1answer
18 views

Using install shield from CLI ,is it possible?

I have some existing install shield 2009 projects and every time i want to create a newer version of them i perform some specific tasks that i want to automate with a script. This are the operations ...
3
votes
1answer
72 views

Ruby on Rails application installer

I want to develop my rails application installer like in joomla in which we can configure database name, username, password, port, host etc. what is the best idea for it. I tried through rake tasks. ...
0
votes
3answers
28 views

How to execute innosetup installer from third party silently and without it attempting to install dependencies?

I have an installer from a third party. Through trial and error I discovered it was an innosetup installer. When I call it with the /silent flag it installs just fine, until it executes installers ...
0
votes
0answers
10 views

InstallShield - old program path

During the upgrade I need to get the old directory path, where the program(which will be removed) was installed. Is there any property which contains this stuff. There is no any info in the register ...
0
votes
0answers
26 views

Conditionally include and rename file in wix

I have an installer that is including a third party library with a 32 and 64 bit version. The library comes with a 32-bit and 64-bit folder with the same file name. What I've done is renamed the files ...
4
votes
1answer
38 views

Is there third party package tool with .NET4 support?

I got a C# program based on .NET4 environment. I want to make a installer which will ship .NET4 environment with it so that my user won't bother to install .NET4 indepently. Is there any third party ...
2
votes
4answers
48 views

Creating a Windows installer for application [duplicate]

I want to create a windows installer package can be .exe or MSI. I want to do the following : Check if the Java 7 Runtime is available in the system & system has enough space for this ...
0
votes
0answers
10 views

How producbuild on mac to not delete old files?

I have question. My problem is to make install pkg which no override old files. I have o3dm.app with application and resources etc. Now i want to make different install with only 1 file. This file ...
0
votes
0answers
24 views

Is it possible to create an installer to install other .exe files?

Is it possible to build an installation script through whatever language to install .exe files? I am trying to install other .exe files through an installation package, where it will automatically ...
2
votes
1answer
17 views

How do I bundle packages with node installer?

I'm running an educational project where kids needs to install node and some packages themselves before they start. I want to make it super simple for them to do themselves. Right now it's a matter ...
1
vote
1answer
35 views

Is there a way to make an installer which can install multiple msis downloading from internet?

Just like WiX installer, I wanna distribute a small setup.exe, while installing, the setup.exe can download the demanded msis from a specified server. If anyone know how to do, code sample is better. ...
0
votes
0answers
32 views

Sample MSI for using DuplicateFile Table

Am using Installshield 2012 trial version to create a Transform for an application. I am testing the usage of DuplicateFile Table for the following scenarios. Application has user specific files. ...
1
vote
1answer
25 views

How can I pre-install self-signed USB drivers on Windows XP?

I'm trying to get some USB drivers for medical devices pre-installed on our corporate workstations. Unfortunately, these drivers are not signed. Based on some research done here and elsewhere, I ...
0
votes
0answers
8 views

Configure recovery methods for windows service via Visual Studio Deployment project.

I have created an installer with Visual Studio Deployment project to install a windows service. I need to add more feature like: 1] Recovery methods like, Restart the service on first failure, restart ...
0
votes
2answers
27 views

W7 - Can't install Android SDK due to a blank Java page

I have trouble installing my Android SDK on WIndows 7 64bit. I already installed the latest JDK, but for some reason, when the Android SDK installer checks for Java, I get a blank page I can see ...
0
votes
0answers
27 views

Silent msi install command [duplicate]

I have 10 .msi instalers in a folder.I want to install all one by one silently without giving the source path(Source may be anything like follows E:/MyInstallers or D:/Installers). How to write a .bat ...
0
votes
0answers
8 views

Visual Studio install wizard: force dialog input

I'm using the installation tools in Visual Studio to create an installer for an app. I've added a dialog for some values that I will set in the registry using a custom action when the installation ...
0
votes
1answer
35 views

Recursivly opening wix bootstrapper

I'm using Wix 3.7's GenerateBootstrapper to generate bootstrappers that I've used in a VS deployment project. My Bundle.wxs is currently a chain with a single item, referencing my MSI. ...
0
votes
0answers
46 views

Integrating SQL database in vb.net installer

So I have created a program using VB.net (2008) and SQL server (2005) as database.. And is there actually ways so that I could create a installer with integrated database?? I mean so that when I run ...
-1
votes
1answer
30 views

How to Create installer to install two .exe file [closed]

Currently I'm working on a windows application (C#) in which there are two different .exe present. I want to create an installer which allows a user to select any one of them and install it.
0
votes
1answer
39 views

CodeProject: Get downloaded Code working [closed]

I am currently trying to use this code from CodeProject SharePoint Document Library so I can use it for Office365, but when i download the source code and try to open it with Visual Studio 2012 tells ...
0
votes
3answers
42 views

automate, unattended or silent installation of a software

I have a software. It has GUI setup for windows and CLI install.sh for linux. On execution it asks user to accept license and on acceptance it asks for installation location, key, server ip, port, and ...
0
votes
2answers
28 views

program to install firefox exetension in windows?

Is it possible to build a installer(or program) in windows 7, that can install extension to firefox (if the browser installed on the machine). or atleast help me by providing command to install ...
0
votes
4answers
53 views

Installing a windows service without a set up project

I have written a standard simple .net windows service in c#. Now I am looking to install it and running it. On MSDN, it says to add an installer to the project and create a setup project to deploy ...
0
votes
1answer
23 views

Protecting information after installer VB 2012

When in make Installer on my project in Visual Basic 2012. I'm using InstallShield - and filed that i need to create the program are only "Debug or Realese" Folder. But there are files ...
1
vote
1answer
19 views

In wix repairing a setup throws an error

To repair an uninstall condition: <Condition Message="True">(LAUNCHFROMEXE = "True")</Condition> This condition throws an install error. But use below condition: <Condition ...
0
votes
1answer
32 views

Java application and jre management

I just released a new version of my java software. The new version needs jre7, while the old version did not. Now when my clients upgrade my software they get UnsupportedClassVersionError. The ...
0
votes
0answers
44 views

Is there an Advanced Installer for OS X applications? (specifically Xamarin.mac app)

I've been tasked with creating an installer for a Xamarin.mac application. I have been given some strict requirements and so far I haven't found any solutions that satisfy all of them. This question ...
1
vote
1answer
100 views

Inno Setup Run Extracted Batch File As Administrator

I am building an installer with Inno Setup and would like for the extracted files to be run as an administrator. Is there a way to force the extracted files (i.e. batch file) to run as an ...
2
votes
1answer
60 views

creating language selection dialog using WiX

I have a created a multilanguage installer using WiX. I am running the installer from command line using command "msiexec /i myinstaller.msi TRANSFORMS=":1041" and it is working fine. Now I have ...
0
votes
4answers
43 views

Application that looks up for a newer version

I am currently in the process of developing an installer for my C++ application VS2010. I wanted to integrate a feature that I have seen on other applications. The feature is that it checks for a ...
-1
votes
0answers
21 views

remove duplication from debian maintainer scripts

my project builds 3 separate packages, and with each having 4 maintainer scripts there's a great deal of duplication - both code (functions implementation) and values. the question is - how do i ...
0
votes
0answers
16 views

Askpath value to registry key or app configuration file (app xml)

In my app I use 2 network locations to read and write files (one for reading, the other for writing). This locations should be configured in install process. So I need to add 2 askpath dialogs in ...
0
votes
1answer
30 views

Create a ruby script installer for Linux OS

I wrote an application using ruby and I want to create an installer for that. I'm using Linux as OS. I know there's the ruby script setup.rb written by Minero Aoki, but It's a bit harsh to ...
0
votes
1answer
65 views

can i use a console application that execute powershell script as a custom action

In my solution, I have a windows service and WPF application to mange this service and a console application that executes Powershell script files and also, an installer project. In my installer ...
0
votes
0answers
33 views

Downloads cannot find reliable source [closed]

I've recently bought a laptop (HP Pavilion G7)... It's pre-installed with Windows 8 and right now I'm having a bit of a trouble... Everytime I try to download anything, they are always left ...
0
votes
2answers
37 views

Include PyQt in an installer

I created a python module which uses PyQt. I would my application to automatically install PyQt on the computer if it is not already there. I also want my module to become an executable - cross ...
0
votes
1answer
18 views

WiseScript: Get user executing a running process

I know that the currently logged on windows user can be detected via WiseScript using: Get System Information, Retrieve: Windows Logon Name But purely in WiseScript, is there a way to get the user ...
0
votes
0answers
22 views

Including AMP (apache, mysql, PHP) with web app

I'm working on a project that has to be delivered to some clients that barely have knowledge on running services and web. So I'm thinking on including AMP to my web package so that when the client ...
-2
votes
1answer
23 views

Best installer for large app 2013 [closed]

I know this was previously asked here but I want to know some update knowledge about the best installers for large vb.net apps out there. So what is in your oppnion the best installer for large ...
-1
votes
0answers
11 views

How to install SQL Compact during the installation

In my VS2010 Solution i have a Windows and a Web Installer Project and i want to install SQL compact 3.5 during the installation or after it i try to add a custom action for my SQLCompact.msi but it ...
0
votes
1answer
43 views

Installing Python2.6

I'm trying to install python 2.6 on LinuxMint. I've came across a few issues. The first thing I did was to download Python2.6.8 from the python website Then, I've extracted the files, ran a ...
0
votes
1answer
31 views

Error while making setup using dotnetInstaller (installer.exe)

I have a setup of my project names a Final__.msi . Before installing project setup i want to install Sqlserver R2 Express. So i use dotnetinstaller to created exe . I have put all my pre-requites file ...
0
votes
3answers
19 views

Accessing variables declared in another file

I'm a newbie to NSIS and started working with CoolSoft NSIS dialog Designer to create custom pages for my installer. I have a requirement to hide/unhide some textboxes according to user's selection ...

1 2 3 4 5 68