This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Install vanishes after Setup Prerequisites are installed
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 08, 2008
02:06 AM
Install vanishes after Setup Prerequisites are installed
Hi
I have prerequisites in my installer, and after they are installed I expect the installer to display a Licence Dialog and continue installing my software(As I have used the Wizard in design to launch the licence window, so this is set up) however my installer forces a Reboot after installing the pre-requisites. After the reboot nothing happens, so the install process ends 😞 with only the prerequisites being installed.
Its a Basic MSI project.
Anyone know how to solve this??
I have prerequisites in my installer, and after they are installed I expect the installer to display a Licence Dialog and continue installing my software(As I have used the Wizard in design to launch the licence window, so this is set up) however my installer forces a Reboot after installing the pre-requisites. After the reboot nothing happens, so the install process ends 😞 with only the prerequisites being installed.
Its a Basic MSI project.
Anyone know how to solve this??
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 08, 2008
08:12 AM
I believe you can open the .prq file using the prerequisite editor and one of the tabs should give you and option to continue installing after reboot.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 11, 2008
04:10 AM
I found that the .net 3.5 prerequisite is forcing this behaviour when it completes installing.
I have set the properties for this to exit and not reboot, but it still re boots.
I have done the same with other Pre reqs, and they work fine - dont require a reboot but the .net one is tricky..
Any idea anyone on how to force .NET 3.5 prerequisites not to reboot?
I have set the properties for this to exit and not reboot, but it still re boots.
I have done the same with other Pre reqs, and they work fine - dont require a reboot but the .net one is tricky..
Any idea anyone on how to force .NET 3.5 prerequisites not to reboot?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 11, 2008
10:07 AM
type /? with dot net package and it should give you the option to suppress reoboot. i believe its /q and that should suppress rebooot also. pass this param to your dotnet pre-requisite install.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 30, 2008
06:33 AM
Am using basic msi project in IS2008 professional.
I want .net2.0 Framework as the mandatory prerequistie.
I included that in the release wizard.
When i try to install, it shows this dialog..
When i click "NO" button .. it proceed with the product installation, which i dont want ..
Could any one please help me..
All i want is, if end user clicks on the "NO" button , it should abort the installation.. process
I want .net2.0 Framework as the mandatory prerequistie.
I included that in the release wizard.
When i try to install, it shows this dialog..
When i click "NO" button .. it proceed with the product installation, which i dont want ..
Could any one please help me..
All i want is, if end user clicks on the "NO" button , it should abort the installation.. process
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 01, 2009
07:18 PM
Right click on the prerequisite and click on the Edit prerequisite option.
Click on the Behaviour tab
Untick the "The Prerequisite may be optionally skipped by the user".
That should do it.
Click on the Behaviour tab
Untick the "The Prerequisite may be optionally skipped by the user".
That should do it.