0
votes
3answers
37 views

Determine Excel Bitness in InstallShield 2012

I am building an installation package using InstallShield 2012 for an Excel add-in. Because MS Excel has 32-bit version and 64-bit version, I need to build installation packages separately. Ideally, ...
0
votes
1answer
32 views

Include drivers with application installation

I have created an application in C# that relies on a specific driver (a custom virtual hid driver based on VMulti). Currently, I have everything working and I want to combine both the application and ...
0
votes
1answer
43 views

How do I repair .Net Framework from Basic MSI project in Installshield?

I am working on basic MSI project in installshield for one WPF application. I have added pre-requisite for .Net Framework, but this pre-requisite installs .Net framework according to registry value ...
1
vote
1answer
36 views

Why can I not install in the certain order?

I have two installers and one patch. They have the same upgrade code but different product code like below. Version ProductCode UpgradeCode Advanced12R1 12.1 ...
0
votes
0answers
39 views

i don't know how to open exe file through ism. How to open .exe in .ism?

If possible to open exe file through ism? i don't know how to open exe file through ism. Please share your idea's..
2
votes
1answer
49 views

Upgrading one product but not the other when both products have the same upgrade code

I have two products installed. They have the same version number and upgrade code, but different product code. I would like to do a major upgrade on one of these products, but the upgrade exe that I ...
0
votes
1answer
30 views

What do I need to do to make the msi inaccessible or not to generate msi in TEMP folder for those people whose conditions are not met?

I have created a single executable file (.exe) that contains msi file. I have also set some conditions so that the installer will run only when particular conditions are met. However, the problem ...
0
votes
2answers
180 views

Search for partial registry key in InstallShield

As part of our installation procedure we have to install Adobe Acrobat XI. According to Adobe: The basic formula for constructing and decoding the GUID is as follows: Acrobat: Example: ...
0
votes
1answer
154 views

Installshield not installation prerqe (Framework 3.5)

I am developing an app in Framework 3.5. I would like Installshield to check if Framework 3.5 is already installed. If it's not installed, i want it to download it from the internet and then install ...
1
vote
0answers
59 views

getting value from install.ini for installation

I am creating an installer and I want to get value of Target Directory in which the stuff will be installed from install.ini file.How can I do this using installshield or Factory setup?
0
votes
0answers
96 views

install shield porting from 2010 to 2012 spring

I was using 2010 install shield version for my products .I recently purchased Install shield 2012 spring. I am trying to convert my 2010 installation to 2012 which was quiet a simple process. I opened ...
1
vote
1answer
80 views

reading data from zip file in install shield

I am creating installer for my data files,The data files are present inside the zip folder,I want that whenever user clicks on installer the data files inside the zip should be extracted to specified ...
0
votes
0answers
110 views

Windows Installer keeps popping up whenever the application is opened

Our software is being installed on Windows 2008 machine, however when a user tries to run the application the installer pops-up again and then installs again. This is What happens: The network ...
0
votes
0answers
147 views

InstallShield - Custom Action before Windows Service Installation

Using InstallShield 2010 Premier I'm packing a new version of my company's software on a basic MSI project which includes the installation files, a windows service, a custom action (executable) and ...
0
votes
1answer
394 views

Complex Shortcut Installshield using variables

I need to create a shortcut for my application in Installshield, and the path to do so is: C:\app\bin\exe.exe -basekey ini -ininame settings.ini -p cal.p -pf s:\pfs\sec_l_oea.pf This shortcut is ...
0
votes
0answers
42 views

Com Service is installed with “launching user” permissions

I have a COM exe that acts as a service. I added this exe using the component wizard and I made sure that I selected the com server component and I followed the instructions on the following link to ...
0
votes
1answer
379 views

Copy file from current folder to folder where .exe installing by Installscript project

I am using InstallShield 2011 for creating installscript project,Now the problem is i want to copy some ini file from the folder to the path where my .exe will installed. Here is the scenario-- I ...
1
vote
1answer
44 views

Installation related questions

I am very new to creating installer packages for the company softwares. We are using InstallShield as building block. I have below basic doubts: 1) What is the need to write the application data to ...
0
votes
1answer
311 views

installshield launch exe from source media

I have an installshield msi project that produces CD-ROM files. I know how to set a custom action in order to launch an exe file stored in binary table. What i want to do is to launch an exe file ...
0
votes
2answers
4k views

Installshield Silent Uninstall not working at Command Line

We have an older app from 2006 we'd like to uninstall at the command line using group policy, but I can't get a silent uninstall to work. This works. Of course I need to click Next to uninstall: ...
1
vote
1answer
253 views

Installshield Installation Requirements (Best Way To Search For An Installed Application)

Going through an installshield project and am wondering what is the best route to go to check if SQL Server is installed as well as Crystal Reports Viewer? I was thinking of checking the registry but ...
0
votes
4answers
395 views

How to install msi one after another .net?

I've made an vb.net application that requires crystal reports 10 and I need to redistribute my application. So... I need to install XP SP3 THEN -> .net framework 4 THEN -> crystal reports redistuble ...
1
vote
1answer
989 views

How to change the InstallShield installation wizard icon?

I have a setup that first install a prerequisite (.NET framework 4.0), so, on this prerequisite installation window I'd like to change the InstallShield icon to one personalized one, and change the ...
2
votes
2answers
541 views

Use MFC in static Library

I have created my MFC Application with option "Use MFC in static Library". I am creating installation for my application using Installshield. What are the dependency files or "Merge modules" should I ...
0
votes
1answer
306 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 ...
1
vote
1answer
157 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
305 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
578 views

InstallShield silent response file template

I'm trying to automate the creation of a response file from a template for different application versions by replacing all parameters with placeholders like @placeholder@ and replacing them by script. ...
2
votes
2answers
571 views

Install Dotnet after installing own pakage in installshield?

I have problem with Install-Shield. I create package to install my project and then use JS (JavaScript in Install-Shield) for checking Dotnet frame work and if it isn't exist install Dotnet. so that ...
2
votes
1answer
4k views

installshield with custom action

I am creating a basic msi project using installsheild 2012 premier. I have two problems. 1.) The MSI needs to run a custom exe after it has created the folders and files of the application being ...
3
votes
2answers
958 views

Nested Wow6432Node key in InstallShield

I have a problem where after my InstallShield project is built and I test the install on a clean 64bit Windows 7 machine, it creates a Wow6432Node key within a Wow6432Node key when I check regedit at ...
1
vote
1answer
701 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
143 views

How to runtime insert into ReserveCost table in a basic MSI project in InstallShield through custom action?

I want to insert a row into ReserveCost table through a custom action. How can I achieve this?
0
votes
1answer
205 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...??
1
vote
1answer
501 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 ...
1
vote
1answer
70 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?
0
votes
1answer
312 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...
1
vote
2answers
2k 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....!!
0
votes
1answer
341 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
347 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
484 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....
3
votes
4answers
1k views

Is there a way to avoid UAC for autorun app in Program Files?

Firstly I want to emphasize that I'm not trying to do anything "nasty" or "hackerish", nor am I trying to hide anything from user here. During installations (using InstallShield LE) of my application ...
2
votes
1answer
384 views

Installshield 2009, prevent reinstall of feature during MSI repair

I have a MSI package which on first install will install an SQL script onto an SQL Server. This works fine using the SQL Script feature within Installshield. During a repair of the MSI, the SQL ...
0
votes
1answer
174 views

InstallScript Custom action

I have created a dll c++ custom action that is creating a new dialog. I am trying to start this custom action through installScript function and I am unable to. I am sure this is easy. but I am new ...
2
votes
2answers
948 views

Installshield installation ask the user to have iisadmin on a machine with iis7 installed

I am creating an installation that is adding a web site to IIS. But when I am trying to run the installation on a machine with IIS 7 installed and IIS 6 compatibility mode not installed, it fails the ...
2
votes
2answers
131 views

creating a installer for .net app

I had created a component in .net. It has more than one msi's , so am planning to go for a master installer. How to create a master installer, how to start with that?
1
vote
1answer
210 views

How Do I Apply Windows Hotfixes from an MSI using InstallShield?

I am building an MSI to install our company's product with InstallShield 2010, and it needs to apply several Windows hotfixes in the installation that the product needs to run. I was wondering what's ...
1
vote
1answer
291 views

Install Shiled 2008 - how to add a MSU (MSI?) as a prerequisite and install by condition

i have Install Shield 2008 Express Edition and a Setup project which create's a exe and and msi installer. Now as our application uses HLP files as a help system and HLP files are not supported ...
0
votes
2answers
1k views

How to force file replacement on MSI upgrade

Using Installshield 2010 with a Basic MSI project. I have several config files that have to be replaced during an upgrade. Since they are config files, they don't have a version. I believe they ...
0
votes
2answers
209 views

Installations in Windows 7

I have to migrate our current software installation to be able to install in Windows 7. It's a MFC application in Visual C++. The installation is not extremly complex but it does have some ...

1 2