MSDN > 論壇首頁 > SharePoint - Accessibility > Problems Installing AKS 1.1 on Windows Server 2008 x64bit
發問發問
 

問題Problems Installing AKS 1.1 on Windows Server 2008 x64bit

  • 2009年2月16日 上午 08:31MutazAG 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Hi all, 

    I am trying to install AKS 1.1 (not 2 or 1.0 cuz thats the only release i was able to find on aks.hisoftware.com) on a windows server 2008 x64bit machine. 
     
    the toolkit installs in this location: C:\Program Files (x86)\HiSoftware\AKS  .... but nothing in the 12\template\features folder.

    the script install_AKSFEAT.bat refers to a feature name "AKS", but i cannot see the feature anywhere in the features folder, and i cannot see a WSP pacakge to deliver this feature to sharepoint!

    i event tried to look for the feature manifest to reverse engineer the works of the feature but no luck finding this file in the AKS install folder.

    what am i missing here? how can i get AKS 1.1 to install properly and the feature to activate? please HELP!!


    - mutaz

所有回覆

  • 2009年2月20日 下午 02:35Ricardo Magalhães 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Dear MutazAG,

    in the 64 bit environment there are 2 Program file folders and this is the reason for the problem:

    First of all, copy the AKS folder from the Features (C:\Program Files (x86)\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\FEATURES) to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\FEATURES.

    After doing so we have to install the feature using the STSADM, so:

    open a command line window and go to c:\program files\Common Files\Microsoft Shared\web server extensions\12\BIN, then use the stsadm -o installfeature to install the AKS Feature (run stsadm -help installfeature to know the parameters first).

    This solution is from my blog: http://techtalkpt.wordpress.com/2008/06/04/aks-in-64-bits-environments/


    Ricardo Magalhães
  • 2009年3月26日 上午 05:40Mike Walsh MVPMVP, 版主使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Again, Ricardo.

    Do NOT propose your own posts.

    Wait for the original poster to mark them as as answer or wait for someone ELSE to propose them.

    In the latter case I will see them and move them up to Answer status if the answer seems to be a good one.

    (It's also very annoying to see that you propose your posts again after a Moderator - me! - has removed the proposal [because it was a self-proposal]. Instead spend your effort on proposing the quality answers of OTHER people.

    WSS FAQ sites: WSS 2.0: http://wssv2faq.mindsharp.com WSS 3.0 and MOSS 2007: http://wssv3faq.mindsharp.com
    Total list of WSS 3.0 and MOSS 2007 Books (including foreign language titles) http://wssv3faq.mindsharp.com/Lists/v3%20WSS%20FAQ/V%20Books.aspx
  • 2009年3月26日 上午 09:55Ricardo Magalhães 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Ok, didn't get that part of the porposed answer . . .


    Ricardo Magalhães