If you are looking at installing a specific version of SQL Server based on its non-existance on the target system for your setup, you can use the SQL Server prereqs available by default in Redistributables view of InstallSheild. If you want to custom...
How is the exe for .Net distributed in your installer? is it being extracted from setup.exe or is it copied along with the setup(copy from source media)? Just run this .Net executable file individually out of your installer and check if it is working...
It could be that the redist was not downloaded properly. Can you try installing the .net 4.0 setup separately which is downloaded as part of the prereq download and check if it works?
This works for me. here is what i followed:1. Create a DIM Project 'SampleDIM'.2. Add some files in files view.3. Add a Interior dialog in Dialogs view-name it 'DIMDialog'.4. Configure this dialogs Next and Back button as below: ControlName "Bac...
The service which is being installed will be part of any component. Go to components view(|Advanced Settings|Services) in the InstallShield project. Select the service in question, under configure settings in the right side you can see Recovery Actio...