Page 1 of 1
.NET Installer including language packs?
Posted: Tue Nov 03, 2015 4:36 am
by anja_laenge
Hello,
when including the .NET Framework 4.5.2, are there any language packs included? If so, which of them?
Regards
Re: .NET Installer including language packs?
Posted: Tue Nov 03, 2015 1:31 pm
by FrancescoT
Dear Anja,
for what I know it doesn't include any Language pack.
Regards
Re: .NET Installer including language packs?
Posted: Fri Nov 06, 2015 5:32 am
by anja_laenge
Hello,
may I request a feature?
I'd like to be able to have the full .NET Framework targeting all OS and including all language packs as an additional package in the Application runtimes.
I am aware of the possibility to add own packages but I'd expected this to work out of the box.
Regards
Re: .NET Installer including language packs?
Posted: Fri Nov 06, 2015 1:19 pm
by FrancescoT
Dear Anja,
I'll submit your request to our team. However I doubt that it will be effectively released.
We receive hundreds of requests of this kind and it's quite impossible to satisfy all.
So generally only "the most requested" are then effectively released.
This is the reason way we decided to introduce in InstallAware X3 the new "Application Runtime Wizard".
The new Application Runtime Wizard helps you easily create reusable technology prerequisite installation components that you may consume from any InstallAware project and may apply to any InstallAware instances.
Hope This helps you.
Regards
Re: .NET Installer including language packs?
Posted: Mon Nov 09, 2015 2:42 am
by anja_laenge
Hello Francesco,
the Application runtime Wizard is nice, and really helpful.
It should offer the possibility to not only create runtime packages but also to view and edit existing ones.
Currently, when one is experimenting on which parameters to use, you have to create a new one each time.
EDIT: In how far does InstallAware support the chaining and pipint the .NET installer offers?
https://msdn.microsoft.com/en-us/librar ... x#Anchor_5https://msdn.microsoft.com/en-us/library/ff859983.aspxI've experimented with them and removed the MARQUEE mode from the custom runtime, but it does not seem to receive the progress information.
Regard
Re: .NET Installer including language packs?
Posted: Mon Nov 09, 2015 10:31 am
by FrancescoT
Dear Anja,
It might be a good suggestion actually the possibility to edit a runtime package...I'll put it in our list.
For what concerns the "chaining" option available with the Net installer, if you had a look at the MSDN sample (...the second link you posted), you have to release an application in order to receive "Event Notifications" from the Net package.
Unfortunately it doesn't exist any ready to use method for that in IA.
Regards