Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
576 views

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 ...
2
votes
1answer
1k views

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 ...
2
votes
3answers
99 views

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 ...
1
vote
1answer
36 views

How to display action text in a listbox and not in a textarea in installshield basic msi project?

I am working on basic msi project. I want to display all actiontexts in a list. By default, it is subscribed by a text area.... How can i solve this?
1
vote
1answer
73 views

How to show billboard on setup progress window in basic msi project?

I have entered some values in BillBoard, BBControl, EventMapping tables through direct editor... I can see billboard for InstallFiles action, but it is not being displayed for any other action... I am ...
1
vote
1answer
19 views

Why the property value passed to differed execution custom action are always blank?

I am paasing MSI property to my custom action DLL which is a differed execution custom action, but it is always blank... i am not getting the reason... how can i solve this?
1
vote
2answers
158 views

How can i execute DLL in custom action in installshield basic msi project?

I have created a class library project in C#, and i want to execute the output dll of that project in custom action of my Basic MSI project.... Please anyone help....!!
1
vote
1answer
39 views

How can i install .net framework with specific language pack according to the language selected by user in language selection dialog?

i am providing setup in multiple UI languages.... i want to install .net framework language pack according to language selection by user...
1
vote
2answers
108 views

How to hide dlls that I install from users view

Hello: I am developing an application that has a lot of support dll's. some suppoting dll's, some component dll's. I install my application into Program Files, but if you were to open up the install ...
1
vote
0answers
81 views

Creating installation package in Visual Studio 2008

While Creating Installation package, is installing crystal reports on the deployment machine same as including it in the dependency list of the installation package in VS 2008?
1
vote
1answer
228 views

How to get and set Environment System Variable using Windows WISE Installation Package

Google searches have not produced something viable for me so I'm hoping someone here might have experience with this: We're trying to do the following with WISE Installation Studio: Does a certain ...
1
vote
2answers
35 views

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 ...
1
vote
3answers
103 views

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

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 ...
0
votes
1answer
64 views

Why my application shows two Add/Remove icons in Control Panel in XP and Vista?

To avoid admin privileges problem in "Change" option from Control Panel, I edited "NoRepair" and "NoModify" registry entries to use the value 1 and "WindowsInstaller" to use 0. By doing this, I am ...
0
votes
1answer
130 views

Gtk3 installation

I'm trying to install gtk+-3.2.3 on Ubuntu natty. This is a fresh Ubuntu install with security updates only. I have not installed any new versions of gtk. I just have gtk2, that Ubuntu comes with. ...
0
votes
0answers
29 views

Why Change\Repair option from Control panel doesn't ask for Admin previllages in installshield basic msi project?

I am having a basic msi project which deletes folder from program files while repair option.. but while clicking on Change/Repair in control panel it doesn't ask for UAC prompt and my action fails ...
0
votes
0answers
63 views

Aptana Studio 3.0.6 local repository download

We are currently using Studio 2, but would like to upgrade to Studio 3. Due to firewall concerns, we need to keep a local repository (currently have a ZIP download) of Aptana. I am unable to find a ...
0
votes
2answers
31 views

EXE Setup Installation

Does anyone know an easy to use application that creates exe setup installation package for any windows program? InstallJammer looks a good candidate but its development is discontinued and it does ...
0
votes
1answer
93 views

How can i customize SetupProgress dialog in installshield?

I want my setup progress window look like Visual Studio's installation's progress window, i.e, show list of features, and show text or image as one by one feature installation completes...!!
0
votes
1answer
41 views
0
votes
0answers
69 views

How to change prerequisite's display name in setup progressbar dialog in installshield Basic MSI Project?

i am having custom prerequisite running through my setup, but i want to hide or change its action text in setup progress dialog. If any1 can help.
0
votes
1answer
32 views

DiskSpaceRequirement Dialog doesn't calculate the space required for .net framework installation?

My basic msi project doesn't calculate the space required for .net framework installation... How can i do this in installshield in basic msi project...??
0
votes
2answers
88 views

How to prevent running multiple instances of setup.exe created in installshield basic msi project?

I have created my application's setup in installshield - basic MSI project... Now when i am installing it, it allows me to run .exe multiple times simultanious... Please let me know, how can i stop ...
0
votes
1answer
63 views

How to change value of Prograssbar in setup progress dialog on execution of Managed Code Custom Action in basic MSI project?

I am executing a managed code custom action while installation, but it doesn't change the value of progressbar in setup progress dialog...
0
votes
1answer
29 views

android : control installation process

I want to Create one simple app witch is display a dialog box with 2 buttons YES and No witch ask to user that they want to install new application ? when user install a new application in android ...
0
votes
1answer
81 views

“InstallShield Best Practices Validation Suite” is default feature in installshield 2012 Premier?

I was reading about features of Installshield Premier Edition, and i come accross this feature named "InstallShield Best Practices Validation Suite"... Is this default feature or i need to do ...
0
votes
1answer
59 views

How to close running instance of application on repair in installshield in Basic MSI Project?

I want to close running instance of my application on repair option of my setup....
0
votes
1answer
133 views

How can i customize Language Selection Dialog in installshield Basic MSI project?

I want to modify default UI design of language selection dialog in basic msi project of installshield....
0
votes
1answer
147 views

Question on Create Software Installation Package

I have a small C++ Win forms project developed by visual studio 2005. How can I create a installation package by using visual studio 2005? And builds an installer for a Windows-based(no .net ...
0
votes
1answer
102 views

install sql server 2008 r2 & .net 3.5 during setup

i need to create a setup package that will not install sql server 2008 r2,a sample database, data and .net 3.5 sp1 along with a setup installation. am using visaul studio 2008, how do i do this? is ...
0
votes
0answers
45 views

How to change the value of “INSTALLATION URL” in VS2005 set up project using MAGE.exe?

Hi I have developed an application and I need to distribute its MSI & EXE to various customers. I have mentioned my server address in the "Installation Url" field that we get when we right click ...
0
votes
4answers
106 views

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. ...
0
votes
3answers
58 views

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.
0
votes
2answers
125 views

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.
0
votes
1answer
1k views

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

I want my application to check (before start installation) 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 = ...