Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
88 views

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 ...
Hung Hero's user avatar
0 votes
1 answer
64 views

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 ...
Epligam's user avatar
  • 783
1 vote
2 answers
1k views

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 ...
agshah's user avatar
  • 51
0 votes
1 answer
167 views

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 ...
user616's user avatar
  • 861
0 votes
2 answers
564 views

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 ...
Francesco's user avatar
  • 11k
0 votes
1 answer
540 views

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 ...
methinks's user avatar
1 vote
0 answers
414 views

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 ...
Raghunathan Sundarrajan's user avatar
1 vote
1 answer
492 views

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,...
Broots Waymb's user avatar
  • 4,826
0 votes
1 answer
967 views

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 ...
BlueMonkMN's user avatar
  • 25.7k
0 votes
1 answer
93 views

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 ...
Saransh Kataria's user avatar
0 votes
2 answers
100 views

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 ...
user616's user avatar
  • 861
0 votes
1 answer
104 views

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_ ...
lmilesuk's user avatar
2 votes
1 answer
2k views

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 ...
Nimrod Geva's user avatar
1 vote
2 answers
907 views

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 ...
Surender Panuganti's user avatar
1 vote
1 answer
158 views

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). ...
Imortal's user avatar
  • 31
1 vote
1 answer
1k views

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 ...
Arun's user avatar
  • 582
7 votes
0 answers
21k views

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 ...
Arun's user avatar
  • 582
0 votes
1 answer
493 views

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 ...
Arun's user avatar
  • 582
0 votes
1 answer
575 views

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 ...
piyush0945's user avatar
1 vote
1 answer
885 views

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 ...
sjohnston's user avatar
  • 612
0 votes
2 answers
3k views

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/...
tigerswithguitars's user avatar
3 votes
2 answers
2k views

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 ...
sjohnston's user avatar
  • 612
0 votes
1 answer
2k views

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" ...
sjuu's user avatar
  • 697
2 votes
2 answers
2k views

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.
Aidan Ryan's user avatar
  • 11.7k