What is the proper way to extract partnerportal.exe.cab

回答済み What is the proper way to extract partnerportal.exe.cab

ตอบทั้งหมด

  • 15 มีนาคม 2554 0:11
    ผู้ดูแล
     
     คำตอบ

    I have WinRar installed on my machine, so it is a simple right-click, but to do this without any third-party tool, you can use the command line.  Open a command line window and change your current directory to the location where you downloaded the CAB file, then issue the following commands:

    MD CustomerPortal

    EXPAND CustomerPortal.exe.cab -F:* CustomerPortal


    Shan McArthur www.shanmcarthur.net Check out the commercial edition of xRM portals @ www.adxstudio.com
    • เสนอเป็นคำตอบโดย Jim Glass Jr 15 มีนาคม 2554 15:07
    • ทำเครื่องหมายเป็นคำตอบโดย Palak KadakiaMicrosoft, Owner 15 มีนาคม 2554 17:11
    •