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: Prerequisite's that run a PowerShell
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
‎Jul 21, 2010
05:21 AM
Prerequisite's that run a PowerShell
Hi
I'm using basic MSI on InstallShield 2010
How can I create a prerequisite's that run a PowerShell script ?
I need to install the .net framework 3.5 on Windows 2008 R2 machine.
I'm using basic MSI on InstallShield 2010
How can I create a prerequisite's that run a PowerShell script ?
I need to install the .net framework 3.5 on Windows 2008 R2 machine.
4 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 21, 2010
05:34 AM
Can you install the .Net framwork on these machines?
I thought you had to simply enable it from the windows features section.
I thought you had to simply enable it from the windows features section.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 21, 2010
07:14 AM
This is correct.
And I'm trying to do that with a PowerShell command line that will run as prerequisite.
As described under
http://blogs.msdn.com/b/sqlblog/archive/2010/01/08/how-to-install-net-framework-3-5-sp1-on-windows-server-2008-r2-environments.aspx
Is there a better way to do that ?
And I'm trying to do that with a PowerShell command line that will run as prerequisite.
As described under
http://blogs.msdn.com/b/sqlblog/archive/2010/01/08/how-to-install-net-framework-3-5-sp1-on-windows-server-2008-r2-environments.aspx
Is there a better way to do that ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 21, 2010
08:23 AM
I see what you're trying to do.
In our installs we detect if it's installed or not.
The user then has to install it himself.
Hope someone helps u.
In our installs we detect if it's installed or not.
The user then has to install it himself.
Hope someone helps u.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 22, 2010
11:36 AM
How about creating your own exe that simply launches PowerShell script. You can then use that exe in a prerequisite and also include scripts in the same prerequisite...
