免輸入序號XP安裝不會有 Format 硬碟的選項<SOLVED>

Home Home
引用 | 編輯 GGL
2005-08-21 12:14
樓主
推文 x0
我使用DEPLOY裡面的工具製作WinXP的免序號光碟,但是未何製作出來的光碟在安裝過程中不會有FORMAT硬碟的選項,因為我之前已經有xp的os,安裝的時候偵測到有舊的os就安裝在別的槽,導致變成有兩個os.
以下是我的WinNT.SIF內容:


;SetupMgrTag

MSDosInitiated="0"
AutoPartition=1
UnattendedInstall="Yes"


OemSkipEula=Yes
OemPreinstall=No
DriverSigningPolicy=Ignore
UnattendMode=G ..

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



獻花 x0
引用 | 編輯 夢雲
2005-08-21 12:37
1樓
  
AutoPartition=0

獻花 x0
引用 | 編輯 bs5566
2005-08-21 12:37
2樓
  
AutoPartition=1
把1改成0。

獻花 x0
引用 | 編輯 GGL
2005-08-21 12:52
3樓
  
原來是這個,謝謝了...
之前不確定是要改哪哩,就把全部的都刪掉只留下序號那一列,結果裝到第一次重開機要開始安裝就顯示資料錯誤,無法繼續安裝 表情

獻花 x0
引用 | 編輯 GGL
2005-08-30 22:10
4樓
  
sorry....這個方法沒辦法解決我的問題,他只會問說要不要刪除舊的windows資料夾還是另外取一個名字,並不會format硬碟耶,還需要改什麼地方嗎?謝謝

獻花 x0
引用 | 編輯 Kilian
2005-08-31 06:16
5樓
  
記得自己以前測試時用 AutoPartition=1 就會問你裝在那裡, 確定後就自動刪除原分區再建立, 不須要自行去做 format 這個步驟;

SXP 是用 AutoPartition=0;

還可以試這個, 但這項會刪除所有分區, 和應該與 AutoPartition=1 一起用:
複製程式
[Unattended]
Repartition=Yes

from ref.chm:
Repartition
Specifies whether to delete all partitions on the first drive of the client computer and to reformat the drive with the NTFS file system.

Syntax Repartition = Yes | No
Values Yes
Deletes all partitions on the first drive and reformats the drive with NTFS.

No
Does not delete partitions or reformat the drive.

Example Repartition = Yes

Comments Important

Repartition is valid only when performing an unattended Setup by starting the computer from the Windows product CD.

另外, 這2項不應該在這裡的:
複製程式
[UserData]
    OEMSkipRegional=1
    OemSkipWelcome=1


獻花 x0
引用 | 編輯 GGL
2005-08-31 08:22
6樓
  
謝謝Kilian,請問有辦法像在裝沒有做免序號及自動安裝那樣出現一個問你要不要選擇format所選擇的磁區那個選項嗎?
OEMSkipRegional跟OemSkipWelcome是我使用DEPLOY自己產生的...

獻花 x0
引用 | 編輯 Kilian
2005-09-01 09:14
7樓
  
1.
他只會問說要不要刪除舊的windows資料夾還是另外取一個名字

再試看, 選[刪除舊的windows資料夾], 意思好像是會 format 的;

記得好像是如果硬碟從未 format 就會問你,

如果硬碟以前已經 format 就照以上方法就行, 記得做過是這樣的;

自動安裝沒有選 format FAT32 的, 而且 XP 是限制 format FAT32 最大 32GB;

還有, 自動安裝不可以選擇 format 非系統/其他分區的;

2. 真的?

這裡已經有, ref.chm 也說應該在這裡:
複製程式
[GuiUnattended]
    OEMSkipRegional=1
    OemSkipWelcome=1

3. 你是做全自動安裝嗎, 為何選這項?
複製程式
[Unattended]
    UnattendMode=GuiAttended


獻花 x0
引用 | 編輯 GGL
2005-09-01 10:57
8樓
  
1.他會把舊的windows資料夾刪除,並不會format硬碟,因為裝完後program files裡面仍然有前一個系統的資料
3.這是因為我一開始選全自動結果沒有format選項,所以我想會不會要選擇其他的,就選了這個

================================
謝謝囉~~~非常感謝,過幾天有空再來試試看

[9 樓] From:台灣中華電信 | Posted:2005-09-10 12:01 |

獻花 x0