免输入序号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