Adding Dot Net 4 msu to Win 7 deployment

Immediately after win 7 deploys, I have an application I wrote in dot net that needs to run (it will handle installing all the required software for that machine).  It requires .Net 4
So I downloaded dotNetFx40_Full_x86_x64.exe and expanded the files.  Inside there are a bunch of .MSU files so I assume I can add these into the OS deployment by attaching them to the unttend.xml file.
I imported the MSU files into the Workbench Packages folder.  The source files are on some random share and now there are .cab files in the deployment share under packages.
From the OS deployment task sequence I chose to edit the xml in the WSIM.  I choose insert package and selected the 6.1 64bit .cab file.  It shows up under updates in the answer file list.  I notice that the action is Install and the Path
is f:\OSDeployment\Packages\Update\.....
When the OS deployment runs, it fails.  When I removed this package, it works again.  The errors are cryptic at best but I THINK it's saying it can't find the files.
1. Could that be becuase the f:\.... path variable is junk during deployment?  f doesn't exist so maybe I need to replace that with a UNC path?
2. The source files I extracted at the beginning of this process don't look like they were all moved to the packages folder... is that right?  Should they be in a specific place? 
3. ?

It's not really a task sequence line as much as adding an application in the deployment workbench.  There is always a "install applications" line in the default task sequence but generally you don't actually have anything to install. 
Frankly it's better just to have .Net framework loaded as part of the image (fat image where the 'fat' are MS core components like this rather than something really ugly like MS Office)

Similar Messages

  • Window 7 32 bit client machine dot net exe running in IE8 or IE9 from server security warning file download issue

    Help me in the issue, Asp dot net exe which run from server in IE 8 window 7 32 bit client machine show security file save download message. This app was running fine if we don't apply any window 7 or IE8 patches. same issue when running in
    IE9. I already run the caspol, add the server link to trusted site with low security. I wonder why it was working fine without any patches.
    I just found that client machine win 7 32 bit has dot net 4.5.1 installed when updated all the patches. after uninstall the dot net 4.5.1. the application worked fine. now I wonder what are the settings need to change to run the application with dot net 4.5.1
    installed on machine. as Microsoft always has these things in window updates. thanks in advance.

    Hi Gparhar,
    In case you are posting on .NET setup forum, I suspect it is not the right forum for your issue, we talks about "setup and deployment of .NET Framework.", if you have problem on installing and uninstalling .NET 4.5.1, we can share you some advice.
    For your specific case, I recommend you consult ASP.NET forum instead:
    http://forums.asp.net/
    Regards,
    Barry Wang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Calling Dot Net program From oracle Database

    Hi
    is there any way to call DOT NET program Like C# from oracle database, i mean is there way to call it from pl-sql stored procedure or trigger ..etc
    I read that is possible with java , C, C++, but is it possible with C#
    Best Regards

    If your Oracle database is running on Windows and is a reasonably recent version (I believe 10.1 or later), it has the ability to create .Net stored procedures just like you have the ability to create Java stored procedures. That tends not to be a particularly commonly used feature but it's an option. If you compile your .Net application to a DLL, you could also call it as an external procedure.
    More commonly, however, if you're talking about a .Net program that is deployed on a middle tier server, however, would be for the .Net application to expose an API (say, a web service API) that the database could invoke (via UTL_DBWS or UTL_HTTP).
    Justin

  • Dreamweaver vs dot net

    I am a print designer new to web site development.
    I want to convince my boss to let me redesign the site using
    DW (plus some additional coding as necessary for searches etc.) It
    is a mid-sized book publishing company. The current site was done
    (as I understand it) using dot net. They want me to redesign it but
    have the tech person code it so they "don't incur too many new
    costs...can use existing items already created" and "patch" them
    into the new design.
    Am I wrong to think this is short-sighted? The site is mainly
    full of links pointing to static pages. Some book descriptions will
    have to be updated/added. I assume I would create CSS files for
    these, no? However there are a a few searches needed (for book
    titles and author info). I assume these items would be more for a
    true programmer.
    Their only new expenses would be one version of Dreamweaver
    and my time plus whatever is needed of the current tech person. Am
    I correct? They are very concerned with costs.
    Any input appreciated.
    Gretchen

    Would you be willing to post a link to this site? I'm worried
    that the
    content on the pages is dynamically drawn from a back-end
    database, in which
    case you would be walking into a maelstrom.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "InwoodLady" <[email protected]> wrote in
    message
    news:gh3ric$6ko$[email protected]..
    >I am a print designer new to web site development.
    >
    > I want to convince my boss to let me redesign the site
    using DW (plus some
    > additional coding as necessary for searches etc.) It is
    a mid-sized book
    > publishing company. The current site was done (as I
    understand it) using
    > dot
    > net. They want me to redesign it but have the tech
    person code it so they
    > "don't incur too many new costs...can use existing items
    already created"
    > and
    > "patch" them into the new design.
    >
    > Am I wrong to think this is short-sighted? The site is
    mainly full of
    > links
    > pointing to static pages. Some book descriptions will
    have to be
    > updated/added.
    > I assume I would create CSS files for these, no? However
    there are a a few
    > searches needed (for book titles and author info). I
    assume these items
    > would
    > be more for a true programmer.
    >
    > Their only new expenses would be one version of
    Dreamweaver and my time
    > plus
    > whatever is needed of the current tech person. Am I
    correct? They are very
    > concerned with costs.
    >
    > Any input appreciated.
    > Gretchen
    >
    >

  • Compliabiality of DOT NET Graphical User Interfaces (GUI) with Java

    Hello,
    At present i'm about to start learning GUI's in Java.
    I've acquired all the basic knowledge regarding Java enough to be able to learn GUI's.
    My Questions are:
    1) To begin with Learning Java GUI's, is it really necessary to learn AWT before learning Java Swing Framework ??
    2) I heard that VISUAL STUDIO of Dot Net Framework Supports advanced GUI facilities and Rich look than Java Gui's does, So can we use .Net GUI library classes to build GUI's which have to run in Java Applications???
    Also is it really true???

    Tejaswi.B wrote:
    ..is it really necessary to learn AWT before learning Java Swing Framework ??No, but note there are many (non component) parts of AWT that might be used in Swing interfaces. Fonts, Dimensions, layouts, ..
    Having said that, follow the link Darryl provided and you'll find the tutorial covers those classes (almost) as if they were Swing.
    2) I heard that VISUAL STUDIO of Dot Net Framework Supports advanced GUI facilities and Rich look than Java Gui's does, ..Where did you hear that?
    As far as I understand, there are a few components provided in .NET that are not in Swing, such as (I'm not sure what it is called) a 'switch list' where there are two lists side by side with buttons to move items from one list to the other. These components can be made from other components in Swing. I guess the Swing developers felt those components were too infrequently required to justify adding a specific component for them.
    You might also want to check out SwingX (https://swingx.dev.java.net/), which is built on Swing to provide extra components.

  • Portal Login id and Credatinal pass to dot net application

    Hi Experts,
    I want to know is it possible to pass the portal login id and other details like Name and organization to an dotnet application.
    If it is then how can we do it.
    Please do the needfull. Important
    Regards,
    Swapnil

    Hi Sarbjeet,
    I first thought of creating URL Iview and passing the user id and other required details as parameter to that URL Iview.
    Then reading your mail i thought of creating a web dynpro java application and then pass all the required values to the url in the application only but i am confussed how i will call the dot net application.
    If you have a better suggestion please let me know how to do it.
    Regards
    Swapnil

  • SSO for Dot Net Applications

    Hi all,
    We are in the process of  integrating dot net applications with SAP.
    Can you please let us know the process to do SSO with the dot net applications which uses
    1.Integrated windows based authentication.
    2.Basic authentication
    Regards,
    Shyam.

    Shyam,
    You could refer to these threads.
    .Net to SAP Portal (SSO)
    .Net SSO with SAP
    Reward points for handy posts!
    Cheers,
    Sandeep

  • DES Encryption compatibility between Microsoft dot Net and Java

    Hi,
    I have a situation that a Secret key is shared between two components like Core and the Customer. The customer encrypts a particular data using DES algorithm using the shared secret key. The customer uses Microsoft dot Net framework to do this. The encrypted data comes to core part which has been developed in Java. I want to know whether it is possible to decrypt the data value using DES algorithm which is coming from Dot Net platform. By the way I am getting different values. I want to know whether the byte[] in Java and Dot Net are same. Please provide me relevent answers to this question. Is it possible to make interaction with the cryptography between two differnet environments like Java and Microsoft Dot Net. I mean only DES algorithm.

    DebadattaMishra wrote:
    Hi,
    I have a situation that a Secret key is shared between two components like Core and the Customer. The customer encrypts a particular data using DES algorithm using the shared secret key.Yuk! That is what SSL is for.
    The customer uses Microsoft dot Net framework to do this. The encrypted data comes to core part which has been developed in Java. I want to know whether it is possible to decrypt the data value using DES algorithm which is coming from Dot Net platform. Yes though there are many pitfalls. The devil is in the detail of the .NET code. I would not tackle this without access to the full .NET encryption code.
    By the way I am getting different values.This is not surprising since, as I said above, there are many pitfalls. The.NET documentation is poor at best and in some cases is very very misleading. Some of the .NET methods involved in key generation have obscure semantics and only after a very careful reading of lots of MS documentation did I start to understand the semantics.
    I want to know whether the byte[] in Java and Dot Net are same. You should compare the 'bits' of each byte and not the numeric values since Java uses signed bytes.
    Please provide me relevent answers to this question.This is not your call. Anyone is free to post answers as long as they follow the forum code of conduct.
    Is it possible to make interaction with the cryptography between two differnet environments like Java and Microsoft Dot Net. I mean only DES algorithm.Of course!

  • I am going to buy a new macbook pro..but i am new to mac..so i have one question...does mac os supports "java,mainframe,dot net...and etc developer programs..."....??? thanx in advance....:)

    thanx

    mohan2see wrote:
    oh thanx for the reply....actually i was worked in information technology sector company...i worked on java and mainframe platform....so if i buy an apple macbook pro and if it doesn't supports those developer programs i need to buy an pc......so i need to be confirmed....if u know abt this please explain me detailed...thanx again...:)
    Are you being serious?
    If you've done any programming in Java then I'd really have hoped you already realised it is a platform independent programming language, that was Sun's original intention when they created it ,  to be able to run compiled code on any Java Virtual Machine regardless of the platform:
    http://en.wikipedia.org/wiki/Java_%28programming_language%29
    And as for "dot net" - do you not realise that this is purely a MS Windows development framework?!!
    http://en.wikipedia.org/wiki/.NET_Framework
    Just to be clear, (and I realise I'm being picky here, given that English isn't likely to be your first language), they are not "developer programs", they are programming languages or frameworks.
    And for further clarification, the Mac operating system does support Java development, and does not support .Net (unless you install Windows on it!)
    I can't comment on the 'mainframe' bit you're referring to without more detail.

  • Getting Error while creating the proxy generator in Dot Net Connector 2003

    Hi,
    While creating the proxy generator in Dot Net Connector 2003 i am getting following error: I am successfully able to login into the SAP system and able to select the SAP tables but during the final step of proxy generator wizard i am getting following error:
    <b>----
    Error in Proxy-Generator
    To create a proxy directly from a SAP system, you must install a Java VM from JavaSoft
    Inner error was:
    Object reference not set to an instance of an object.
    OK  
    </b>
    I have already installed the Java JVM on my machine its version is as follows:
    <b>java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)</b>
    Regards,
    Ravi Shah

    Hi Amit,
    I doing good!!!! Thanks for the response.
    I uninstalled the earlier version of JVM and installed the latest version of JVM i.e. jre-1_5_0_09-windows-i586-p.
    I got the proper entries under registry mentioned below:
    <b>Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_09]
    "JavaHome"="C:
    Program Files
    Java
    jre1.5.0_09"
    "UseJava2IExplorer"=dword:00000001
    "HideSystemTrayIcon"=dword:00000000
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment]
    "CurrentVersion"="1.5"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5]
    "JavaHome"="C:
    Program Files
    Java
    jre1.5.0_09"
    "RuntimeLib"="C:
    Program Files
    Java
    jre1.5.0_09
    bin
    client
    jvm.dll"
    "MicroVersion"="0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5.0_09]
    "JavaHome"="C:
    Program Files
    Java
    jre1.5.0_09"
    "MicroVersion"="0"
    "RuntimeLib"="C:
    Program Files
    Java
    jre1.5.0_09
    bin
    client
    jvm.dll"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
    "Country"="IN"
    "PostStatusUrl"="https://sjremetrics.java.com/b/ss//6"
    "EnableJavaUpdate"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start]
    "CurrentVersion"="1.5.0_09"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1_02]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1_03]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1_04]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1_05]
    "Home"="C:
    Program Files
    Java Web Start"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.2]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.2.0_01]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.2.0_02]
    "Home"="C:
    Program Files
    Java Web Start"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.5.0_09]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"</b>
    After installation I opened the Dot Net connector proxy client wizard . I followed the series of step during Dot Net connector configuration:
    1. selected the SAP connector.
    2. The next screen 'Enter Logon Information' comes where i entered the following information System as 'custom', host='IP address', Id='00' but by default it turns to '0' , client='800', user='user id' and password ='password'.
    3. After clicking on Next button i am successfully logon into the SAP system.
    4. The next screen in the wizard is 'selectall the remote function modules that you want to be part of your proxy object'. After selecting the SAP tables and clicked on Next button I am getting following error
    <b>
    Error in Proxy-Generator
    To create a proxy directly from a SAP system, you must install a Java VM from JavaSoft
    Inner error was:
    INFO: using logging implementation "AII Logging"
    Exception in thread "main" com.sap.aii.upload.api.LoginException$WrongPassword: Invalid user/password combination
         at com.sap.aii.upload.sap.SAPConnection.connect(SAPConnection.java:94)
         at com.sap.aii.upload.sap.SAPConnection.<init>(SAPConnection.java:38)
         at com.sap.aii.upload.tool.RFC2WSDLTool.getWSDLforRFCs(RFC2WSDLTool.java:81)
         at com.sap.aii.upload.tool.RFC2WSDLTool.main(RFC2WSDLTool.java:196)
    OK  
    </b>
    Thanks and Regards,
    Ravi Shah

  • Net Pay calculation is wrong, allowance wage type is not getting added to net amount..

    Hi Dears,
    We are doing payroll configurations for one of our client in india, Regarding our requirement ,we jus tried in test system, we have written a pcr rule stating 01st feb 2015, new allowance need to paid to employees belonging to L&T1 pa and LT ESG.. Allowance will be percent based on gross pay..allowance percentage differs according to the ESG..
    Before writing the PCR, Allowance percentage has been maintained in T511K.. And have configured as payroll constant ZTST 1 should be calculated with a value 2%.
    i have created a new wage type 9021 allowance wage type and this wage type amount should be automatically generated in payslip based on the pcr i have written while running payroll for an employee.
    EARNINGS                                                       DEDUCTIONS
    l&t basic pay 9000             54838.71                    INCOME TAX
    l&t conveyance 9100            2741.94                   12394.00
    l&t hra           9200               4387.10
    l&t allownace 9021                1239.36
    TOTAL Gross amount          63,207.11              Take Home pay (net pay)  49,573.75
    But the actual net amount should be 50,813.11..Based on the allowance wagetype i have created which is automatically generting using the pcr i have written , is getting calculated in the gross amount..
    but not getting added in net amount .so please help me out guys on how to solve this issue???
    Regards,
    Surya Prabha

    Hi Remi,
    Thanks for your kind reply, yes these values are taken from the remuration statement of a  particular pernr whom am running the payroll..
    i have checked the processing classs and i have maintained 5 and 70 which add this new allowance amount to my net amount.  now the net amount is proper.
    EARNINGS                                                       DEDUCTIONS                   perks/other income/exemptions
    l&t basic pay 9000             54838.71                NCOME TAX                       l&t leave encashment    1239.36
    l&t conveyance 9100         2741.94                   12416.00
    l&t hra           9200               4387.10
    TOTAL Gross amount          61,967.75             Take Home pay (net pay)  50 791.11
      Regards,
    Surya Prabha

  • Consuming XI webservice in Dot net application.

    I have created a Xi webservice and hosted it on a server.Now I want to consume this webservice in a dot net application. But while consuming it I get a binding error from the webservice.Does anyone has a solution fron this. Do I have to do some XI settings while creating  web service.

    have you used the WSDL created in XI - u can find it from http://<server>:<port>/wsnavigator/enterwsdl.html
    Also use the link in soap:address location for your test purposes.
    If proxy is involved in your network you will have to consider tht too and finally u sud use a XI user id to connect.

  • Oracle 11 g connection with asp dot net in visual studio 2008

    Hi to all,
                  My application is using oracle 11 g as database in an asp dot net project . this was basically a project in asp dot net with sql server as a database . but now this need oracle 11 g as database . I have complete the db work, but i m getting the connection problem in visual studio (2008) with oracle 11 g .
    I know for this it need a driver oracle.data.access  ,, i do nt know which version it need ?
    I have this dll . but version of it may be  earlier. thats why it is not working properly
    i have 11 g installed on the server computer , and we can only use it only on browser , I have a global.asax as a file in my dot net project in which connection string is written but i m getting error , something like ora10cc .
    first i do not know , which odac version i have to download i have  a link for this ,
    http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html
    but which version exactly , this page is so confusing, for oracle 11 g, and visual studio 2008 which version will be perfect
    and then where the dll will be there. after getting  the setup, Is  i need to install that setup?
    one more confusion , where i have to install that odac , on my computer system . or on the server side system , I just need that dll file ,,
    One more thing , Is there any error in my connection string ,,
    my connection is as  follows
    "Persist Security Info=False; User ID= system; Initial Catalog=LabTrack;Server=Comp-34;Data Source=192.168.1.61\oracle11g;Password=abcd1234; DBA Privilege=normal;"
    192.168.1.61 is ip addres of system, where my oracle 11 g is install ,
    and comp-32 is my user name
    labtrack is my db  name
    Is there any need of provider name ?
    sumbody pls help me
    i m getting problem in at from 3 days
    If u can then contact me , on [email protected] , otherwise reply me here
    thanks in advance
    regards Nimish Goel

    The file at the top of that link should work fine with Oracle 11g.
    I would start trying to get the client to work outside of Visual Studio, first.  That way you can localize your issues.
    Once you get the Oracle client connected to the Oracle server, then uou can start working on Visual Studio.
    As for where to install it, I'd say start with your computer.  I'm not sure how you do your development, but that would probably be a good place to start.
    You may want a different download for the web server as I assume you wouldn't need the special Visual Studio tools on it.  But yes, it will need whichever Oracle provider you choose installed on it as well.

  • Used a XI web service in dot net, but cannot access the message types .

    I have created a web reference in dot net for a XI web service. In the front end i have a form which has 4 fields these are the fields of my request msg in XI. But when i compile the project, i get an error 'Reference to a non-shared member requires an object reference.' I'm not able to create a object of the request and response classes.
    Need help.

    Hi,
    Please check on this blog:
    /people/sap.user72/blog/2005/10/21/xi-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send

  • Some adobe font OpenType are not supported by dot net framwork 2

    We have problem that some adobe' fonts (opentype) are not supported by dot net framework 2.0 .
    we have font Adobe Arabic it is installed correctly into font folder as well as appearing in other application like microsoft word .
    but is not appearing from Microsoft visual studio NET Evenrionment and also not appearing when start designing dot net window form , which display only the fonts supported by DOT NET framework 2.0
    can you please recommend us ?
    regards

    Do *any* OpenType CFF fonts work with dot Net 2.0?
    T

Maybe you are looking for

  • Which camera should I buy?

    I am looking for a camera to capture my kid's best moments. I want to have an "instant" shot. Multiple shots per second. Built in flash, Video HD 1080, a good zoom so I can use it on a soccer field. Rechargeable battery (I don't want de AA, etc) and

  • A problem with Client Security Solution patch for Mozilla Firefox3

    After I updated Client Security Solution to 8.20, the password manager cannot work in FF3 again.When I tried to reinstall the patch, it asked me whether to overwrite the files or cancel.  Then it indicates 'This patch has already been installed on th

  • Windows 2008r2 script exceptions to popup blocker

    I'm trying to deploy Firefox 25 to about 400 users via Win2008r2 terminal services in and AD environment. I want popup blocker to be enabled but I need a way to auto-populate a list of exceptions for these users automatically when they first logon. W

  • Frustration i spell you i-P-O-D, problems with setting up video on my ipod.

    hey everyone, i just upgraded from my ipod mini to these new ipod videos. i came home hooked it up, installed the newer itunes and registered the ipod but my videos were unable to be put on the ipod. i realized i had to download quicktime pro 7, whic

  • PO approval procedure query

    Hi Everyone I am trying to create a Query for an approval procedure. I have created a user defined table that has a value with a certain budget. Each time a PO is about to get added it checks the budget table to make sure it has not exceeded the budg