Help Need WinFx Beta 2 Runtime!
Hi,
Please Help! Where can i find the WinFx 2 Runtime for Download
Thanks
Peter
Hi,
Please Help! Where can i find the WinFx 2 Runtime for Download
Thanks
Peter
You can download .NET Framework 3.0 (formerly WinFX) Beta 2 from http://www.microsoft.com/downloads/details.aspx?FamilyId=4A96661C-05FD-430C-BB52-2BA86F02F595&displaylang=en.
Hi,
This link is good. But the winfxsetup.exe installer app is only download bootstrapper application, and right now this application can't connect to the download server :-(
Is there some other resource to have a redistributable!?
peter
Lets Say it in another way:
What would I need to redistribute the windows workflow foundation? Is it enough to just take the System.Worklow.X.dll and install them to the GAC of the destination server?
Thanks
Peter
From the download page:
Installing the WinFX Runtime Components - Beta2;
To start the installation process, you will need to run the download file; this will initiate the installation of the WinFX Runtime Components Beta2; If you have troubles with the download manager, you can download the entire package for x86 or for x64 which are both .EXE files.
No, you can’t just copy the files over and GAC them.Assuming this would even work you would be breaking your licensing agreement if you did this. At this point the official redist for Windows Workflow Foundation is the .NET Framework 3.0 (formerly WinFX).
Please help!
Peter
.NET Framework 3.0 Beta 2 includes the Windows Workflow Foundation (WF) Beta 2.2 runtime components. If you want to create workflows in VS you need to install the VS Extensions for WF Beta 2.2 from the link I posted. There is an upgrade doc that can be found at here and if you have any problems you can post your questions to the forum.
Hi Snarf,
I've the same problem. Did you find a solution for your problem and
get the Runtime 2 installed in an attended way?
Hi Klaus
Sorry, I didn't find a solution! I have downloaded the components from the link above and refactored and recompiled my workflow. Was not too much headache for me.
Hi,
i've found a solution.
run the Worflow setup.exe.
goto to the temp-Directory, where the setup.exe expanded its content
there are the two relevant msis:
Runtime-MSI: WinWF_3.0_x86.msi
and Languagepack (e.g German): WinWF_3.0_DE.msi
this msi setups can be started in an attended way
msiexec /i ..... /qn ADDLOCAL=ALL
:-)
Klaus