Jump to content

Office 2010 Katılımsız Komutlar


byhabit
 Share

Recommended Posts

selam arkadaşlar office 2010 için kurulum dosyalarını ve katılımsız parametrelerini ayarladım,

fakat 32 bit ve 64 bit klasörlerinin içine girip direk çalıştırdığımda sorunsuz kuruluyor ama ben şöyle bir komut buldum ve düzenledim

 

Set RegQry=HKLM\Hardware\Description\System\CentralProcessor\0
REG.exe Query %RegQry%  | Find /i "x86" 
If %ERRORLEVEL% == 0 (
    GOTO X86
) ELSE (
    GOTO X64
)
 
:X86
\\X86\setup.exe \adminfile HBT.MSP
 
GOTO END
 
:X64
\\X64\setup.exe \adminfile HBT.MSP
 
:End
 
bunu çalıştırdığımda doğru klasöre yöneliyor fakat setup.exe çalışmıyor hata nerde olabilir.
 
arkadaşlar biraz kurcalayıp sorunu çözdüm çalışan kodlar şöyle:
 
Set RegQry=HKLM\Hardware\Description\System\CentralProcessor\0
REG.exe Query %RegQry%  | Find /i "x86" 
If %ERRORLEVEL% == 0 (
    GOTO X86
) ELSE (
    GOTO X64
)
 
:X86
.\\X86\setup.exe /adminfile HBT.MSP
 
GOTO END
 
:X64
.\\X64\setup.exe /adminfile HBT.MSP
 
:End
Edited by byhabit
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...