Tagged Questions
0
votes
1answer
21 views
Ways to reduce the size of a Bacic MSI Installer using Installshield
I just made a Basic MSI installer [using installshield 2012 spring professional ] to install an ActiveX control , i basically added the component and enabled "extract com info on installation" option ...
0
votes
3answers
59 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 ...
0
votes
1answer
1k 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 ...
1
vote
1answer
626 views
RollBack Installation if custom action fails [After InstallFinalise] -Basic Msi -Installshield 2012
I am creating a basic msi installer using installshield 2012 spring professional , here i have a custom dialog to collect some data from the user based on which i call a custom dll action to create a ...
0
votes
1answer
168 views
Reading dialog box responses in installshield basic msi project
i've a dialog box SAPEnv dat has eight radio buttons enclosed under same property named SAPEnviro. what i want to do is to get that value in my installscript and set registry values according to ...
0
votes
0answers
173 views
How to remove installshield string from different dialog box in Installer created from Basic MSI
I have a few Questions -
How to remove installshield string from different dialog box in Installer created from Basic MSI ?
How to change Taskbar icon of setup.exe created using basic MSI project?
...
0
votes
1answer
2k views
Installshield execute uninstall custom action
How do I execute a Custom Action when performing an uninstall?
The Custom Action is within a Basic MSI project and I am using Install Shield 2010 Premier.
I have tried setting the Install UI Sequence ...
0
votes
1answer
176 views
How can I dynamically link to a directory that doesn't exist (yet)?
I have an InstallScript project that I'm looking at manually recreating as a Basic MSI project. For the InstallScript project, we have several components that utilize dynamic file linking, and link to ...
2
votes
2answers
744 views
Is it possible to set product version at build time in a Basic MSI project?
I have an InstallScript project that I'm looking at manually recreating as a Basic MSI project. For the InstallScript project, we obtain the product version at build time through the following ...
0
votes
1answer
802 views
Updating .config XML in InstallScript
I am attempting to write a short install script to update a value in an XML file (myplatforinfo.config).
I shamefully stole the code from [this post on a similar ...
0
votes
1answer
562 views
(installshield 2010) Conditional features selection
(Basic MSI Project)
I would like to deselect parent feature automatically when all children are deselected, but i can`t find any option for that on installshield IDE.
For example,
(feature select ...
0
votes
2answers
664 views
Feasibility of converting from InstallScript project to Basic MSI
I have a pure InstallScript project, which turns out to be problematic due to this issue. It was temporarily resolved by adding some InstallScript that wipes a particular directory before the new ...
0
votes
1answer
819 views
XML(.config) change during installation(installshield 2010)
I'm developing installshield 2010 application but 'text file change' and 'xml file change' is not good to modifying configuration file(include app.config) because applying condition(like "if" ...
1
vote
1answer
824 views
Handle CheckBox Checked Event in Interior Dialog in Basic MSI Project
Tools: InstallShield 2009 Premier, Basic MSI Project
I have added an interior dialog, and in that dialog I added a checkbox.
Now if the checkbox is checked I want to exit the setup (or, show a ...
2
votes
2answers
846 views
InstallShield: copy sources locally
How can I copy the installation sources to the local drive so that the original media is not required for a repair installation?
This is a Basic MSI project.