Tagged Questions
0
votes
1answer
24 views
Installshield does not consider revision number in warning
Lets say my current production version is 1.2.3 and the new product version is 1.2.3.4.
Now, during installation, it will throw a warning message saying something like "The setup has detected the ...
0
votes
1answer
38 views
string too long with MsiGetProperty with Installshield Installscript
I am using MsiGetProperty to get string parameter value from the installer.
And after that I am calling a managed dll and I pass the that value:
nvBufferSize = MAX_STRING;
MsiGetProperty (hMSI, ...
0
votes
1answer
36 views
Modify app.config during installation
How do I modify app.config during installation? I need to have the installer prompt for user input which is captured during installation. This input needs to be saved in app.config as it is used when ...
0
votes
0answers
48 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.
...
0
votes
3answers
66 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
1answer
55 views
Produce .exe and .msi with InstallShiled Basic MSI
I'm trying to produce a single release from an InstallShield 2011 simple MSI project that suits different types of users. I have an application which is dependant on .Net Framework 2. So I know that ...
0
votes
1answer
45 views
Extend FilesInUse using DTF
I have an installer that I had written a simple custom action to the count of a certain process type in a property ( AppSearch extension ) and then use that in LaunchConditions to gate the installer. ...
0
votes
2answers
69 views
Installing a new registry value under an existing key
We have an issue where an InstallShield .MSI is not creating a registry value when upgrading from a legacy version of software. The legacy software created a key HKLM\\Software\Company\Appname with a ...
0
votes
3answers
71 views
Product won't uninstall from windows when uninstalling previous product during its installation
I have an Installshield Basic MSI installer that I have created that installs the new version of our product. If the user is still on the old version (installed by an Installscript installer), the ...
1
vote
2answers
62 views
how to disable upgrade mode in windows installer so that the user is always forced to uninstall before reinstalling
how to disable upgrade mode in windows installer so that the user is always forced to uninstall before re-installing. this is because the upgrade may fail in numerous scenarios which we might not want ...
0
votes
1answer
139 views
Custom Action not working during uninstallation
I am developing installer using Installshield 2011 and project type is Basic MSI, i have custom action which is sequenced in such a way that is should be executed during uninstallation. here is the ...
0
votes
1answer
71 views
Installshield / MSI Editing Responsive Transform
Is it possible to directly edit a responsive transform (MST) without having to go through all the steps that originally performed to create the original mst?
I am editing a transform that a ...
0
votes
1answer
55 views
installscript msi manually altering feature to be considered installed
Here's our problem: we have a product that we use an Installscript MSI to install. At one point we switched to a completely new Installscript MSI to handle versioning properly and restructure the ...
0
votes
1answer
62 views
Can I Set Condition For A Replacment In “Text File Changes” in Installshield 2011?
I'm using "Text File Changes" feature in IS2011. I have a file and I want to replace 2 strings:
replace the string always
replace the string only if a checkbox was checked by user in install dialog
...
0
votes
1answer
120 views
Condtionally create a folder in InstallShield 2010
I am using InstallShield 2010 to build an installer for our product (yes I know it's out of date and I'm trying to get the upgrade but for now this is what I have).
One of the things the installer ...
1
vote
1answer
78 views
What Is The Best Way To Design An Install With Big Amount Of Features [closed]
I'm going to create an Installation for a company that I work with.
We have about 80 features.
I see two options:
1. One Installation package, Big Features tree - Comfortable installation to clients, ...
0
votes
2answers
639 views
handle “Another version of this product is already installed. Installation of this version cannot continue…”
I have 32-bit and 64-bit versions of my installer which have (nearly) the exact same code & custom action sequence (there are only minor differences which are not relevant to this issue)
I want ...
0
votes
1answer
111 views
InstallShield - Dialogs from referenced DIM cannot be shown in MSI project UI sequence
I'm using InstallShield 2012 Spring, and I have a 'main' basic MSI project. As part of our development effort we're using DIM projects to help coordinate multi-developer efforts. In our environment we ...
0
votes
1answer
99 views
Running Custom Actions On Uninstallation of Patch
I have a .msi that performs custom actions during installation and uninstallation.
Based on the msi, I created the patch that is not uninstallable unless you uninstall the patched application.
The ...
0
votes
2answers
144 views
How to query InstallShield installer exe to get Product code without installing it?
My application is Install Shield based installer. My requirement is to silently install this installer in the build machine sliently by using /s command line argument.
To get this done we have to ...
2
votes
1answer
54 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
35 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 ...
2
votes
1answer
501 views
Installshield not replacing files during minor upgrade
I have an installshield installer for my application. Now I create a minor upgrade for the application and some of the files in some of my components are changed. Unfortunately after the minor upgrade ...
1
vote
2answers
375 views
Turning MSI logging on from an InstallShield .EXE?
I have a software update that is giving me an error dialog, and no way to see the error logs.
The executable that I run to install the update is identified as InstallShield in the file's Product ...
1
vote
4answers
603 views
Alternatives to WiX Burn Bootstrapper? (Can the Install Shield LE Boot Strapper be used?)
Background Information:
We used to have a Visual Studio 2010 based installer project -- but our install situation got a lot more complicated, and with the projects going away anyway in 2012, we ...
0
votes
2answers
78 views
How do I detect a previous version when using a standard patch
I've successfully created a Standard Patch using InstallShield 2011 Basic MSI. I'm having trouble with it detecting an earlier version of the application that has been installed. For instance, I have ...
0
votes
1answer
287 views
generate log file from setup with installshield 2012 - logging
am using basic MSI project to prepare setup.exe. Which is running very well on many of my client machines and creating serious issues on few PC's. now i would like to add a logging as part of ...
1
vote
0answers
464 views
InstallShield 2010 MSI Custom Action Error 1721 on windows 8
I'm getting an error 1721 on Windows 8 when my basic MSI installation tries to run a custom action executable , while on XP and Windows 7 it is run as I have set it to from installshield. The ...
0
votes
0answers
100 views
InstallShield QuickPatch problems
I have made InstallShield's QuickPatch which only replaces several binary files, dlls and exes with incremented versions, and adds one readme.txt. When running this update all files that should be ...
0
votes
1answer
118 views
Install both x86 & x64 VC++ 10 runtimes?
I've got a Basic MSI project whose prerequisites have just changed from VC++ 8 to VC++ 10 SP1. It's a 32-bit installer that installs a 32-bit program with a couple of 64-bit components. (It uses an ...
0
votes
1answer
166 views
How to Configure InstallShield to Remove a file that has already been removed
So basically we released a Recovery image that had a file deleted that was installed as part of our installshield installer.
Now that we have a software update when we go to install on top of the ...
0
votes
2answers
189 views
CLR Version for Custom Action
I have an InstallShield 2010 basic MSI install with a managed code .dll custom action installed with the application. The custom action works if I build it with .Net 3.5 but it fails if I build it ...
0
votes
2answers
230 views
InstallShield CustomAction
I have a basic MSI InstallShield installation with a managed EXE custom action running from the Binary table. I tried a simple test that just runs a console and that works fine. When I add a .DLL ...
3
votes
1answer
402 views
Installer not overwriting an old DLL that was branched for a client
I have an InstallShield 2012 Basic MSI project that I have been maintaining for our company. I am not a trained InstallShield developer (merely the lowest [at the time] on the totem pole), but I've ...
0
votes
1answer
165 views
How to import files into MSI file?
When I set the Compression setting in Installshield Express to Uncompressed, the build output is an MSI file plus lots of files and folders that the MSI will be using to do its installation.
How can ...
0
votes
0answers
52 views
Back button asktext function installshield
I have a bug with function asktext of installshield.
in my code there is no treatment of the back button Scenario and the Behavior that if user press back the wizard go to the page that need to appear ...
1
vote
0answers
65 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?
1
vote
1answer
90 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 ...
1
vote
1answer
149 views
Update Edit Field with property set by FileBrowse dialog
I have an Edit field that begin's empty. The user uses a button that launches the FileBrowse dialog and allows them to choose a file. This is all working, the file is stored into a property and the ...
1
vote
3answers
92 views
Ennforcing mutually exclusive install on Windows?
We have Product A and Product A'. They're nearly identical and easily confused. For legal reasons, it is necessary to keep these subtly different. For technical reasons, it is not possible for the ...
0
votes
0answers
43 views
Creating NTFS Junction as part of installation
We have one main product, and there are add-ons to this product, with the add-ons being dynamically loaded into the process of the main product. All products have a number of .NET assemblies, and the ...
0
votes
2answers
203 views
multiple install options in installshield
Im new to using installshield, currently im using installsheild 10.
i am trying to create a install file where the they can choose the install
for example
() install package A
() install package B
...
1
vote
1answer
724 views
Installshield Basic MSI: conditionally uninstall components
I have a basic MSI setup created with Installshield 2012.
When uninstalling this setup, i have to check for a specific condition and depending on this condition i have to either keep or uninstall the ...
1
vote
1answer
125 views
How to update Access MDB files - InstallShield?
I want to add an entry to one of the tables in Access MDB file during installation using an InstallSheild 2012 installer. Is there any way to do this?
0
votes
1answer
203 views
Converting a InstallShield MSI/Project to NSIS
I have an MSI built with Installshield. I want to decrease the size of the MSI, so I was looking at other options. It seems like NSIS has LZMA compression which is better than whatever is used by ...
1
vote
3answers
692 views
Unpack an MSI created by InstallShield and repack
I have a MSI created using InstallShield. I do not have the InstallShield project. I want unpack this MSI into components & then recreate the install using a different installer (say Wix). Is ...
2
votes
3answers
1k views
what is difference between installshield and windowsinstaller
Installshield will create software packages which can be in msi or rpm etc..Windows installer will it also create msi and rpm files? or that is a tool embedded in Windows operating system which is ...
0
votes
1answer
184 views
Copy files from another MSI Installshield Permier 2010
I would like to detect if a previous program is installed, and if yes, copy some specific files and folders from this program.
I need to detect this program installed dir, as the user is able to ...
0
votes
1answer
2k views
Uninstall doesn't delete files within INSTALLDIR - Basic Msi - Installshield 2012
I am creating a Basic Msi Installer using Installshield 2012 spring professional .
Here i create a folder structure in Application Files as C:\Program files\Test Setup\Productname , Test Setup is the ...
0
votes
1answer
269 views
Is it possible to use a logical OR, or negate a condition in Installshield 2012 PRQs?
I have a PRQ that installs MS SQL Shared Management Objects. I have a condition that installs the PRQ if this registry key does not exist
...


