Thread: Does it need for work dotNET

  1. #1
    Registered User xxxrugby's Avatar
    Join Date
    Jan 2005
    Posts
    178

    Does it need for work dotNET

    I wanna create one app in C# for post installing for Unattended installations.!!!
    Why.
    Beacuse easyest think in creating Visual I havent seen.

    Well I need simply one FORM. Inside it List of CheckBoxes and that is it for now.!!! Simply then from CheckBoxes then It will installing apps and create Batck file.!!!

    So Does it need dotNET framework to work properly.!!!
    I think beacuse of forms.!!!
    Sorry for spelling errors, not English!
    xxxrugby: "All Human Race Will Die From My Hand!"
    xxxrugby: "We are all philosophers, when question is about politics!"

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Every C# application needs the .NET Framework installed on the target machine.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    Registered User
    Join Date
    Nov 2004
    Location
    Slovenia, Europe
    Posts
    115
    novigt is right. But you can also do the same (in visual way) with Visual C++.NET - you have to be careful that you choose C++ (unmanaged) code, not C++.NET (managed) code, which requires .NET framework.
    [C++]
    IDE: DevC++ 4.9.9.2 (GCC 3.4.2)
    2nd compiler: g++ (GCC 3.4.3/4.0.0)
    3rd compiler: Borland 5.5
    [C#]
    IDE: Microsoft Visual C# Express 2005
    2nd IDE: SharpDevelop
    2nd compiler: csc in Command Prompt
    .NET Framework: 2.0
    [PHP]
    Core: 5.1.0 beta 3
    IDE: PHPEdit
    2nd IDE: Notepad
    Favourite extensions: exif,gd2,mysql
    Favourite PEAR packages: DB, XML_RSS, ID3
    Favourite databases: SQLite, MySQL

Popular pages Recent additions subscribe to a feed