47 questions
2
votes
1
answer
88
views
How to set Required Execution Level to Administrator for Basic MSI project type with MSI file
Can someone help me set the Required Execution Level to Administrator for an MSI file?
(I mean, when double-clicking the MSI file, it should also show the UAC dialog to confirm Administrator ...
0
votes
1
answer
64
views
InstallScript CA changes done in registry are not removed on uninstall
I have A Basis MSI project created with InstallShield 2018.
The setup include some InstallScript CA that modify the registry ( I should have done it inside a component but due to some limitation it's ...
1
vote
2
answers
1k
views
InstrallShield Basic MSI uninstall does not display a dialog with Finish button
I used InstallShield 2018 and created a 'Basic MSI' project.
When uninstalling the product, it confirms if I want to proceed with the uninstallation and once confirmed starts uninstalling. But then it ...
0
votes
1
answer
167
views
Capture msi errors in Installshield 2014 Suite
I am writing a Suite installer that installs multiple basic msi's for different feature sets. I am having some issues where one of the msi installs fails because of some dism functions not installing ...
0
votes
2
answers
564
views
Set executable run order in Basic MSI project with installShield
I created a Basic MSI installer project with InstallShield 2016 professional using the project assistant. I did not created any components/features (just the deafulkt features has been created).
The ...
0
votes
1
answer
540
views
install shield basic msi . How to display an error dialog when the entered configuration file path is valid
I used CheckTargetPath = 0 to validate the entered path in the textbox events. It doesn't let past to the next dialog if the path entered is not valid. But I want to display either an error message in ...
1
vote
0
answers
414
views
InstallShield 2010 Basic MSI Major Upgrade Error 2753
I am using InstallShield 2010 Basic MSI Project for installing a product. Now I've created a Major Upgrade item for performing a major upgrade from previous version.
In the project I have a EXE file ...
1
vote
1
answer
492
views
Using dialog back button
I have a simple custom action that I've inserted before the SetupProgress dialog that displays a AskOptions dialog offering some shortcut options.
For the most part, I have it behaving as expected,...
0
votes
1
answer
967
views
Understanding cryptic LocalServer32 registry entries created by MSI
I notice when I use the Class MSI table and other related tables to register COM classes during an MSI install, the LocalServer32 values don't have paths, but rather have some cryptic value. I see ...
0
votes
1
answer
93
views
Database name in SQLLogin Dialog not getting updated in installshield basic MSI installer
I am creating a basic MSI project. In the SQLLogin dialog, if I remove the database catalog name from the text box and then browse for an existing database, the value does not appear in the text box ...
0
votes
2
answers
100
views
Use [Property] in my managed code signature? Basic MSI
I cant seem to figure out how to use my [MyProperty] property inside of the custom method signature. I have tried [MyProperty], "[MyProperty]", "MyProperty". ALl i am left with is the actual string ...
0
votes
1
answer
104
views
Basic Msi OpenPrinter API issue
I've tried everything I can think of but I'm unable to get OpenPrinter API to work in my BasicMsi
prototype BOOL SETUPAPI.OpenPrinterW(
WSTRING, //_In_ LPTSTR pPrinterName,
NUMBER,//_Out_ ...
2
votes
1
answer
2k
views
Installshield basic msi installation strictly for 32-bit
I have a solution with several dlls that are 64-bit or 32-bit specific that I want to deploy with an installer.
I have two basic msi projects in InstallShield 2012, one for 32 bit systems and the ...
1
vote
2
answers
907
views
Prerequisites dialog is not shown when launched from add or remove programs
I have an Installshield Basic MSI Project with prerequisites. Once the user tries to run the setup.exe file, it shows the prerequisites dialog and the user is able to install the prerequisites ...
1
vote
1
answer
158
views
How to Avoid Resiliency of InstallShield
I have a Basic MSI project that installs some dlls to a location say "C:\Program Files (x86)\CompanyA\Service". The folder access permissions restricts access to standard account (non administrator). ...
1
vote
1
answer
1k
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 ...
7
votes
0
answers
21k
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
1
answer
493
views
Handling error messages from dll in custom dialog without aborting installation - Basic MSI -Installshield 2012
I am using Installshield 2012 to build a basic msi installer , Here I have a custom dialog where i get the user inputs which are then passed to a dll for validation . The dll returns 0 or 1 based on ...
0
votes
1
answer
575
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 ...
1
vote
1
answer
885
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 ...
0
votes
2
answers
3k
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 task]{http://stackoverflow.com/...
3
votes
2
answers
2k
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
1
answer
2k
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" ...
2
votes
2
answers
2k
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.