How to use Sharepoint 2013 img file

Hi,
I downloaded Sharepoint 2013 as an img file. I am trying to install it on VMWare 5.1 which only accepts ISO files. How can I convert the img file to ISO or what other workarounds are available?
I already tried renaming the file to ISO, but it didn't work.
Thanks

Hi WaelS,
If you want to use img file in VMWare, you may need to convert the img file to ISO, as VMWare doen't support img file.
Please do as the followings to convert the img file to iso:
 1. Unzip the files
 2. Open a command prompt (Start > Run > type cmd, press Enter)
 3. Browse to the folder where the unzipped files are (cd "c:\Windows ISO Files")
 4. Considering that you are in the folder containing the files command prompt, type
       copy /b file1+file2+file3+file4+file5 file.iso
 4a. Check that the files have no extension. If they have, the command changes to something like:
       copy /b file1.ext+file2.ext+file3.ext+file4.ext+file5.ext file.iso
 4b. If there aren't *any* other files in the folder, typing this should be enough:
       copy /b *.* dvd_file.iso
If you still have question about the issue, I suggest you can post a thread in corresponding forum, you will get more helpful information from there.
Best Reagrds
Zhengyu Guo
TechNet Community Support

Similar Messages

  • How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM.

    How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM. I found that it can be
    done by using XsltListViewWebPart class but how can I use this one by using shraepoint client api.
    shiv

    Nice, can you point me to the solution please ?
    I'm  trying to do this but I get an error : 
    Web Part Error: Cannot complete this action. Please try again. Correlation ID: blablabla
    StackTrace:    at Microsoft.SharePoint.SPViewCollection.EnsureViewSchema(Boolean fullBlownSchema, Boolean bNeedInitallViews)     at Microsoft.SharePoint.SPList.GetView(Guid viewGuid)   
    All help really appreciated.

  • How to Insert Sharepoint 2013 Person or Group Field using VBA

    Hello,
    How to Insert Sharepoint 2013 Person or Group Field using VBA , I tried set the field with ID / ID;Name / Name
    but all failed, Please advice 
    Function SetSP_Field(F_Yer As Single, F_WekNo As Single, F_ProjectNum As String, strField As Variant, strFieldValue As Variant) As String
    ' test code
        Dim rst         As Recordset
        Dim strSQL      As String
        Dim SP_RecSet   As ADODB.Recordset
        Set SP_RecSet = New ADODB.Recordset
        SetSP_Field = False
        strSQL = "Status Report"
        On Error Resume Next
        Call SP_Connect(2)
        strSQL = "select " & SP_List & ".* From  " & SP_List _
               & " Where [Year] = " & CInt(F_Yer) _
               & "   and [WeekNo] = " & CInt(F_WekNo) _
               & "   and [Compass_Code] = '" & F_ProjectNum & "' ; " _
    '           & " Set " & strField & " = " & strFieldValue
        'Debug.Print strSQL
        'Debug.Print SP_CN
        SP_RecSet.Open strSQL, SP_CN, adOpenStatic, adLockOptimistic
        If SP_RecSet.RecordCount = 0 Then
            Debug.Print "Record for project: " & F_ProjectNum & " not found"
            LogFile.WriteLine ("Record " & strID & " not found")
        End If
        If Not SP_RecSet.EOF Then
            'SP_RecSet.Edit
            SP_RecSet.Fields(strField) = strFieldValue
            SP_RecSet.Update
            If Err.Number <> 0 Then
                MsgBox ("SP Update Error: " & Err.Description)
                GoTo Exit_Fun
            End If
            SetSP_Field = True
        End If
    Exit_Fun:
        SP_RecSet.Close
        Set SP_RecSet = Nothing
    End Function

    Hi Tim,
    Let’s verify the followings:
    Whether this issue occurred for other lists in the same site.
    Whether this issue occurred for all users who don’t have full control.
    Whether this issue occurred on other sites.
    When you created the people & group column, which show field did you used? Please try to use a different show field for the people & group column, compare the result.
    In addition, please check if the link is useful:
    http://www.learningsharepoint.com/2013/08/21/empty-value-in-people-picker-after-saving-the-list-form-in-sharepoint/
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Using SharePoint (2013) groups in SSRS

    We had a report deployed in SharePoint 2007 that identified which SharePoint Group the user was in and used this in a parameter in the report. This used the method suggested in this question: http://social.technet.microsoft.com/Forums/sqlserver/en-US/c6ce0af7-2467-4ed8-8833-9bad438a28ad/how-to-get-sharepoint-group-in-ssrs?forum=sqlreportingservices
    Following an upgrade to SharePoint 2013, this no longer functions. The error refers to the specific dataset using the query suggested and returns a 'Soap Fault: The remote server returned an error: (500) Internal Server Error'.
    I would guess that I need to direct the <SoapAction> to look in another location, but I can't see any obvious location to look in.
    Suggestions for the correct location, or other solution, would be helpful.
    Thanks
    Ray

    Hi,
    According to your post, my understanding is that you wanted to use SharePoint 2013 hosted in Office 365 to power Portal Authentication-type experience.
    Per my knowleadge, configuring SSO helps you to enforce your organization's password policies and account restrictions in both your on-premises directory and your Office 365 directory.
    For more information, you can refer to:
    Overview of single sign-on for Office 365
    Step-By-Step: Setting up AD FS and Enabling Single Sign-On to Office 365
    Office 365 – Single Sign-On for SharePoint, Skydrive, CRM, etc. via Smart Links
    Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
    Office 365 forum
    http://community.office365.com/en-us/forums/default.aspx
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Add datetime property to "MetaInfo" field using SharePoint 2013 CSOM

    When uploading a file along with metadata using SharePoint FP RPC (using the "method= put document") it allows me to properly add datetime properties. My metainfo looks like this:
    "MetaInfo":"...MyCustomDate:TW|05 Jan 2015 12:58:31 -0000\r\n..."
    Then later on, when I try to update "MyCustomDate" property from the "MetaInfo" field using CSOM, it fails while updating it. (In this case I am using CSOM because I am updating some more fields and I want to avoid extra round-trips)
    After that update my metainfo looks like this:
    "MetaInfo":"...MyCustomDate:FX|0x01d028e7|0x4d1c4880\r\n..."
    Does anyone know why?, is there any workaround?
    Thanks

    Hi,
    If you want to add datetime property to "MetaInfo" field using SharePoint 2013 CSOM, the following code snippet for your reference:
    using (ClientContext context = new ClientContext("http://yourserver/"))
    context.Credentials = new NetworkCredential("user", "password", "domain");
    List list = context.Web.Lists.GetByTitle("Documents");
    ListItem oListItem = list.GetItemById(1);
    oListItem["MetaInfo"] = "MyCustomDate:TW|08 Jan 2015 12:58:31 -0000";
    oListItem.Update();
    context.ExecuteQuery();
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Where can i find a tutorial on how to use iMovie 2013 version?

    I've been making some clips anywhere from 6 seconds to 15 seconds long, and I just wanted if there are any good links on how to use iMovie 2013 version. I've looked on youtube but everything on their are old clips or small clips on how to run the program. I'm not an advanced user but i've picked up some of the basics on iMovie. I just want to learn the basics and advance onto the harder setups with iMovie. Any help with this would be greatly appreciated.

    http://www.youtube.com/watch?v=4RZ7jGSk60I
    http://www.apple.com/support/mac-apps/imovie/
    LOTS OF Imovie video tutorial vids here:
    http://www.izzyvideo.com/imovie-tutorial/

  • Do we require to install microsoft excel in sharepoint 2013 server?. if require to use sharepoint 2013 excel services.

    Do we require to install microsoft excel in sharepoint 2013 server?. if require to use sharepoint 2013 excel services.
    In our organisation, development team is asking to install office 2013 in SharePoint 2013 server to use different services, where as architecture team not allowing for the same. I need to provide proper justification for installing office 2013 in SharePoint
    2013 server. Please provide me the correct solution for the same.

    No, you do not need to install Office on the SharePoint server to utilize the Excel Services. Office should not be installed on the SharePoint server.
    Do they need Office Web Apps? Are they looking to have the capability to edit documents in the browser maybe? Or have document preview on search? Office Web Apps would be required for this, but this is a different product than Office.
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • How to make SharePoint 2013 search only in document content?

    We are using SharePoint 2013 environment and are facing following issue while doing search in the document library.
     There is  one document library named “MYDOC” .and it has two columns name ‘DocTitle’ and ‘DocTag’.. Although we are able to perform search on basis of document metadata and content, however we only want to search through the content of documents
    in the library and not on the basis of document metadata (like ‘DocTitle’ or ‘DocTag’ columns). Is there a way to restrict search to document content only and not metadata?
    Excluding the column name will not help since, if the searched keyword is exists in metadata as well then that item of library will not come in result. Is there any way of writing query in such a way that only document content will get queried?
    -Aditya

    Addition to the above,
    Show or hide content from lists or libraries in search results
    As a site owner, you can decide whether items in lists and libraries on your site are included in search results. By default every list and library is set to include all items in search results.
     Note    To change this setting, you must have the Manage Lists permission level. The Designer and “Site Name” Owner groups contain this permission level. When you do not have Manage Lists permissions, the menus
    described in this procedure are not available.
    Navigate to the site that contains the list or library that you want to change.
    Locate and click the list or library you want to customize.
    Click Site Actions, and then click Site Settings.
    Under Site Administration, click Site Libraries and lists.
    Click an item from the list, for example, Customize “Shared Documents.”
    On the List Settings page, under General Settings, click
    Advanced settings.
    In the Search section, under Allow items from this document library to appear in search results, select
    Yes to include all of the items in the list or library in search result or
    No to exclude all items from search results.
    http://office.microsoft.com/en-in/sharepoint-server-help/enable-content-to-be-searchable-HA010379092.aspx

  • How to use javap with jar files ?

    how to use javap with jar files ?
    thanks

    As long as the jar is on the class path, your gold. So,
    javap -classpath myjar.jar mypackage.MyClass
    Chuck

  • Update Column value after current item is Approved and then publish major version using Sharepoint 2013 designer workflow

    Hi,
    We have a requirement to update a column value once the item has been approved.
    Following settings have been made in the publishing articles list:
    Require content approval for submitted items : yes
    Create major and minor (draft) versions
    Who should see draft items in this document library? :Only users who can edit items
    Require documents to be checked out before they can be edited? : yes
    I have createdatu a Sharepoint 2013 workflow to check if Approval sts of current item = 0 i.e. Approved , then check out and update the item and finally checkin the item. Everything works fine till this point except that the minor version of the item is
    checked in. Due to this the updated columns are not published to others.
    Also, I created a Sharepoint 2010 workflow to SET CONTENT APPROVAL = APPROVED and started this workflow from my list workflow above, but the item does not get checked-in and always shows "In Progress" status with comment "The item is currently
    locked for editing. Waiting for item to be checked in or for the lock to be released.".
    Please let me know where I am missing out so that once the item is approved, column value gets updated and current item is still in Approved status.
    Thanks

    Hi,
    According to your post, my understanding is that you want to update Column value after current item is Approved and then publish major version using Sharepoint 2013 designer workflow.
    You will get into this kind of Catch-22 situation trying to set the Content Approval Status in SharePoint Designer workflow:
    - You must check out the document before you can change the Content Approval Status
             - You can't change the Content Approval Status once the document in checked out
    Since you set the Require documents to be checked out before they can be edited=Yes, you will need to check out the document when run the workflow on the item. But you cannot approve a document when it is checked
    out. So the logic in workflow conflicts.
    As a workaround, you can use the Start Another Workflow action to start the normal Approval workflow on the document.  The built-in Approval workflow can work with a document that’s not checked out.
    The designer approval workflow also can work with a document that’s not checked out.
    You can create two workflow using SharePoint Designer 2013.
    First, create a SharePoint 2010 platform workflow.
    Then, create a SharePoint 2013 platform workflow.
    Then when the SharePoint 2013 platform workflow start, it will start the SharePoint 2010 platform workflow to set content approval status, then the SharePoint 2013 platform workflow will update current item value.
    More information:
    SharePoint Designer Workflow Content Approval Issue
    SharePoint 2010 Approval Workflow with Content Approval
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to use a Windows Help File (.hlp) - URGENT

    Hello!
    Can anybody tell me how to use a windows help file (.hlp) in my Java application? Is there any possiblity to reference a specific topic (by Help Context-ID)?
    Thanks in advance,
    Phil

    try calling the Runtime.exec() method
    pass the paramter String as <filename>.hlp
    i donno about the context
    regards
    rohan

  • How to Enforce Sharepoint 2013 content type validation rules when modifying document using Word 2013

    Good day,
    I have two date columns (Start Date and End Date) in a content type in Sharepoint 2013.  A file library uses this content type.
    In the document template I have the two dates (Start Date and End Date) showing in the Document Panel.  I can edit them well enough and they show in the document correctly.
    In the content type I have validation rules that the End Date must be greater than the Start Date. 
    The question is, how can I enforce this validation on the client side in Word.  Is there anyway to achieve this?
    The user will not have access to change the document properties in Sharepoint. (Not my call)
    Thank-you!

    The "panel" is called the Document Information Panel in SharePoint. You can customize this using InfoPath from the page where you created / edited your Content Type. Go to Settings, Site Settings Content Types, edit your content type, click Document
    Information Panel and then click "Edit this template". In InfoPath you can create a Rule to enforce your dates.
    This may require the Enterprise Edition of SharePoint to support the InfoPath Forms Services.
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • How to have SharePoint 2013 open Excel when opening an XLSX file?

    Hello,
    I have SharePoint 2013 and Excel 2010 files in SharePoint.  When I click on the Excel file, it opens the Excel spreadsheet within the
    browser, and does not open the Excel application.  I have to click a button to get SharePoint to open the file in Excel.
    How can I change this for all users in a site collection, so when they click on the Excel file, Excel is opened with the file?
    Paul

    Hi Paul,
    Do you have Office for Web Configured, if so you can override the behavior by using PowerShell Cmdlets -
    New-SPWOPIBinding and
    Set-SPWOPIBinding 
    see here for more information
    Set the default open behavior for browser-enabled documents (Office Web Apps when used with SharePoint 2013)
    http://technet.microsoft.com/en-us/library/ee837425(v=office.15).aspx
    or activate Open Documents in Client Applications by Default in Site Settings->Site Collection Adminstration ->Site Collection Features
    alternatively you can also run the below powershell cmdlet to activate the feature (from the above link)
    for specific site collection
    Enable-SPFeature 8A4B8DE2-6FD8-41e9-923C-C7C3C00F8295 -url <SiteCollURL>
    for all site collection
    Get-SPSite -limit ALL |foreach{ Enable-SPFeature 8A4B8DE2-6FD8-41e9-923C-C7C3C00F8295 -url $_.URL }
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • How create custom sharepoint 2013 theme in Visual Studio

    Please advice! I created a custom theme for sharepoint 2013 with fonts, colors and masterpage. Using Design Manager i created a wsp file for this theme. After this i could upload this file to any site and choose my theme. As i understood, Design Manager
    take all files from site (all masterpages, colors and etc), not only my files.
    Now i want to understand how i can create a custom theme in visual studio. I want include in my wsp files only files which i need and may be make a feature, which will be activate my custom theme. 
    Please give any useful recouses which can help to understand how make it right :). Thanks a lot!
    from MSDN forum...

    Hi Evgeny,
    check the following for how to do that
    http://weblogs.asp.net/sreejukg/customize-sharepoint-2013-look-and-feel-for-intranet-sites
    http://weblogs.asp.net/sreejukg/apply-custom-theme-to-sharepoint-2013-mysite-using-feature-stapling
    http://www.sharepointeurope.com/blog/2013/5/3/creating-sharepoint-2013-themes,-first-look,-gotchas,-provisioning-with-visual-studio-2012
    http://yuriburger.net/2013/03/24/deploying-and-activating-sharepoint-2013-themes-using-visual-studio/
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Using Sharepoint 2013 with SSRS native mode !

    Hi there !
    We have 2 servers A & B. A is Sharepoint server and on B we have installed SSRS in native mode. Server C is database. We are not looking to use SharePoint Integration mode but We are planning to use native mode only !
    We are looking for a way to make A & B talk as how a report hosted on B will show up on A since its not in integrated mode?
    Can you please let us know of the proper steps to deploy this?
    Thanks in Advance !

    the "integration" between SP and SSRS native mode is basically an IFrame.
    you should be able to find the RS native mode integration solution file (which is just two webparts, the report manager web part, and report viewer web part) somewhere on the SQL server / media... should still work with SP2013.
    Keep in mind that SharePoint's authentication will be COMPLETELY INDEPENDENT AND UNUSED when accessing the reports... an iFrame is just another web request made by the browser.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

Maybe you are looking for

  • Call between 2 computers on the same account

    I have two computers on the same account. One is my home office desktop, the other is my mobile. This is useful as both computers use the same credit account. In addition, if I am travelling, or I am at the office, people are still able to contact me

  • MAC strange wireless problem

    I think I might have a rather unusual issue. The problem is that my Macbook Pro (Lion osx) is not able to connect wirelessly to my Photosmart B109n. I can only connect via the usb cable. I am sharing the printer with two other laptop users(both windo

  • Error in Inbound Customer IDOC (WE19)

    Hi All I am creating Inbound Customer IDOC Message Type : DEBMAS & FM : IDOC_INPUT_DEBITOR. But getting error(51) : "No batch input data for screen SAPMF02D 0340". According to previous threads, I have seen this screen for Mandatory fields but I didn

  • Google Earth won't launch on iMac

    Google Earth has worked fine on my iMac until recently.  Now, when I try to launch it, I get a message "Google Earth quit unexpectedly".  Here is an excerpt from "The Problem Details".  Crashed Thread:        0  Dispatch queue: com.apple.main-thread

  • Calling a oracle procedure within a procedure - Urgent

    Hi Can some one tell me, how to call a oracle procedure within a procedure ? Thanks Murali