Office 2007 安裝錯誤1314

Home Home
引用 | 編輯 roger70609
2006-12-28 23:14
樓主
推文 x0
不知道是怎樣 不管怎麼設定都是依樣
快完成時 ..

訪客只能看到部份內容,免費 加入會員



獻花 x0
引用 | 編輯 Yuchune
2006-12-28 23:22
1樓
  
這個看起來很像是來自"網路的快樂版"吧....

請使用正版軟體如何?

獻花 x0
引用 | 編輯 invite19
2006-12-28 23:45
2樓
  
網路上有傳一個 office 2007 正式版的...就可以用的...
你有可能是少了某些檔案了...所以無法更新

獻花 x0
引用 | 編輯 roger70609
2006-12-29 02:52
3樓
  
恩恩~~謝謝兩位大大告知!!
不過我灌2003也是會這樣


獻花 x0
引用 | 編輯 adelin
2006-12-29 08:25
4樓
  
你從區域網路其他電腦安裝嗎??
請拿光碟片但本機安裝試試...

獻花 x0
引用 | 編輯 sugihara945
2007-01-01 11:53
5樓
  
不知您的2003和2007有成功安裝的經驗嘛??
如果沒有我覺得是這整合版在製作時遺失了某
些元件,所以才會造成這樣問題。

獻花 x0
引用 | 編輯 omniplay
2007-01-03 08:34
6樓
  
網路位置CANCEL是網路磁碟機?網路電腦?..... 表情
修改安裝INF路徑或許可行

獻花 x0
引用 | 編輯 Kilian
2007-01-03 09:19
7樓
  
且慢!

這應該是 msi 的錯誤碼

MSDN 有 表情

獻花 x0
引用 | 編輯 omniplay
2007-01-03 20:08
8樓
  
Office 2007 系統要求
• Microsoft Windows Vista
• Microsoft Windows XP Service Pack 2 (含) 以後版本
• Microsoft Windows Server 2003 Service Pack 1 (含) 以後版本

以下是Office2003裡面\FILES\OWC11目錄裡面的setup.ini檔,如果本機有完整的Office2007檔案目錄(或者將網路磁碟機完整Office2007下載完全)
在[Logging]欄位裡面有 ;Path=\\MyServer\logfiles\ Path 這行,加上;表示註解,就可以把路徑mark掉了
,不需要再存取Cancel的網路路徑
下列引用的是小弟的setup.ini檔~ProductCode這行已經mark為x

[MSI]
; The MSI section gives the name of the MSI file to install. This file must be in
; the same folder as Setup.exe, and both must be in the root of the installation
; tree.
MSI=OWC11.MSI

[Product]
ProductCode={xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
ProductName=Microsoft Office 2003 Web Components
ProductVersion=11.0.5614.0
Recache=1

[MST]
; The MST section gives the full path to a transform that should be applied.
;MST1=\\server\share\some transform.mst
;MST1=D:\transforms\my transform.mst

[Options]
; The option section is used for specifying individual Installer Properties.
;USERNAME=Customer
;COMPANYNAME=my company
;INSTALLLOCATION=C:\Program Files\MyApp

[Display]
; The diplay section is used for overriding the default UI
;     Value       Default       Description
;     Display       full         Option to override the default UI
;                           [none, quiet, basic, reduced, full]
;     CompletionNotice Yes         Option to display a setup completion
;                           notice for otherwise quiet setup
;Display=None
;CompletionNotice=Yes

[Logging]
; The logging section provides settings for controlling the Setup log files.
;     Value       Default       Description
;     Type         vpiwaeo       Logging modes
;                           [a, c, e, i, m, o, p, r, u , v,
;                           w, *, +]
;     Path         %TEMP%       Path to create logfiles
;     Template     SetupLog(*).txt File name for log file should end in
;                           "(*).txt"; the * is replaced with a 4
;                           digit number to make the file name unique
Template=Microsoft Office 2003 Web Components Setup(*).txt
Type=piwaeo
;Path=\\MyServer\logfiles\
;Template=Product %UserName%(*).txt

[MinOSRequirement]
; MinOSRequirement is used for defining the minimal OS requirement for
; installing the product.
VersionNT_1=500
WindowsBuild_1=2195
ServicePackLevel_1=3

[Cache]
; The cache section provides settings for caching the install source locally
;     Value       Default       Description
;     CDCACHE         2         Option to specify cache level
;                           [auto, 0, 1, 2]
;     LOCALCACHEDRIVE <predefined>   Option to specify a drive to cache
;                           the install source to
;     DELETABLECACHE 1           Option to display UI to remove the
;                           cache at the end of setup [0,1]
;     PURGE       0           Option to always remove cache at end of
;                           setup [0,1]
CDCACHE=auto
;LOCALCACHEDRIVE=C:\
DELETABLECACHE=1
PURGE=0


獻花 x0
引用 | 編輯 roger70609
2007-01-11 03:01
9樓
  
下面是引用adelin於2006-12-29 08:25發表的 :
你從區域網路其他電腦安裝嗎??
請拿光碟片但本機安裝試試...

= =
就是拿光碟灌˙˙啊 大大!

獻花 x0
引用 | 編輯 roger70609
2007-01-11 03:03
10樓
  
下面是引用sugihara945於2007-01-1 11:53發表的 :
不知您的2003和2007有成功安裝的經驗嘛??
如果沒有我覺得是這整合版在製作時遺失了某
些元件,所以才會造成這樣問題。


這當然啊˙
2003之前灌過 是OK的啊˙
現在灌不進去 就怪怪的˙
所以排除 整合失敗問題ˊˊ
謝謝大大只叫喔

獻花 x0
引用 | 編輯 roger70609
2007-01-11 03:08
11樓
  
下面是引用omniplay於2007-01-3 20:08發表的 :
Office 2007 系統要求
• Microsoft Windows Vista
• Microsoft Windows XP Service Pack 2 (含) 以後版本
• Microsoft Windows Server 2003 Service Pack 1 (含) 以後版本

.......


嗯嗯嗯~~
這就來研究
試試看吧˙˙
謝謝你!!

獻花 x0