Search found 21 matches

Go to advanced search

by Eternal21
Tue Aug 16, 2016 1:24 pm
Forum: Building Installers
Topic: Run custom action before Prerequisites dialog
Replies: 4
Views: 5807
 
Jump to post

Re: Run custom action before Prerequisites dialog

Basically I have a service packaged as an MSI, let's call it MyService.msi. It's one of the 'Pre-install' prerequisites inside my Advanced Installer build, MyAdvancedBuild.exe, which contains many other MSI's. Now when I run the MyAdvancedBuild.exe on a target computer, if it already had MyService.m...
by Eternal21
Tue Aug 16, 2016 12:54 pm
Forum: Building Installers
Topic: How to add URL prerequisite for .NET Framework 4.5.2?
Replies: 8
Views: 10417
 
Jump to post

Re: How to add URL prerequisite for .NET Framework 4.5.2?

Found it, thanks. You need to click on Packages root in the tree. Perhaps you guys could make it more obvious in one of future releases (maybe make it a button on the ribbon toolbar, or something).
by Eternal21
Tue Aug 16, 2016 12:27 pm
Forum: Building Installers
Topic: How to add URL prerequisite for .NET Framework 4.5.2?
Replies: 8
Views: 10417
 
Jump to post

Re: How to add URL prerequisite for .NET Framework 4.5.2?

I didn't see an option to add a .NET framework prerequisite, how would I go about doing that if I didn't want to do it by hand (i.e. where do I find predefined prerequisites list)?
by Eternal21
Mon Aug 15, 2016 8:36 pm
Forum: Building Installers
Topic: Run custom action before Prerequisites dialog
Replies: 4
Views: 5807
 
Jump to post

Re: Run custom action before Prerequisites dialog

However, you can try to create another package that will stop the related service.
Can you clarify that solution? How do I stop the service from another package?

I have the exact same problem as the OP. I need to stop a service, because one of the prerequistes is writing over it.
by Eternal21
Mon Aug 15, 2016 7:43 pm
Forum: Building Installers
Topic: How to add URL prerequisite for .NET Framework 4.5.2?
Replies: 8
Views: 10417
 
Jump to post

Re: How to add URL prerequisite for .NET Framework 4.5.2?

After doing some research, I was able to come up with a solution. I used the following articles online: https://www.itechtics.com/net-framework-versions-offline-installers/ https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx#net_b And the settings required to add .NET Framework 4.5.2 pr...
by Eternal21
Mon Aug 15, 2016 6:02 pm
Forum: Building Installers
Topic: How to add URL prerequisite for .NET Framework 4.5.2?
Replies: 8
Views: 10417
 
Jump to post

How to add URL prerequisite for .NET Framework 4.5.2?

By default Advanced Installer added .NET Framework 4.0 URL prerequisite to my installer project. It came up with the following values: NAME: .NET Framework 4.0 LOCATION: Download single file from URL URL: http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Fu...

Go to advanced search