![]() ![]() |
Dec 14 2006, 04:38 PM Post
#1241 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
This is due to the hard coding of most of the timezone changes (the essential registry edits that are made when running the tzchange.exe tool with the switches and values outlined in the installation INF files of both timezone updates). But it's less than 61214a which was 184.6kb large... This post has been edited by Tomcat76: Dec 14 2006, 04:39 PM |
| | |
Dec 15 2006, 03:59 AM Post
#1242 | |
| Powered by PlugSquare.com ![]() Group: Members Posts: 97 Joined: 16-January 04 From: France Member No.: 12584 OS: Vista Ultimate x64 |
I'm currently facing a strange issue with the latest test releases (61214a and I use the exact same fileset for XP pro and XP Home execpt the product key in my winnt.sif. My log for XP home is joined. The issue I'm facing is : Using Sysprep I resceal the computer (so the end user can run the oobe). During the OOBE wizard user is prompted to create usere accounts. With Xp Pro everything runs perfectly, but in XP Home every part of the OOBE wizzard are running EXCEPT the user creation part. I can't understand why with the exact fileset one version has this problem and the other one not.. Any help appreciated This post has been edited by EmRoD: Jan 10 2007, 02:03 AM |
| | |
Dec 15 2006, 06:33 AM Post
#1243 | |
| MSFN Expert Group: Software Developers Posts: 1467 Joined: 9-January 04 Member No.: 12184 OS: none |
Let's see... resell product and hfslip. These don't go hand in hand. HFSLIP is for personal use, and you accepted this whenever you run HFSLIP. Thank you for your support.
|
| | |
Dec 15 2006, 06:59 AM Post
#1244 | |
| Powered by PlugSquare.com ![]() Group: Members Posts: 97 Joined: 16-January 04 From: France Member No.: 12584 OS: Vista Ultimate x64 |
I know that, but i'm just reporting an strange issue that wan't present with precedent releases |
| | |
Dec 15 2006, 08:31 AM Post
#1245 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
It's possible the extra update for WMP11 is responsible for this. It may be incompatible with XP Home. I don't have a copy of Home Edition at hand so I can't test this myself. Please remove WMP11 and KB898543, and try again.
|
| | |
Dec 15 2006, 05:47 PM Post
#1246 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@All Can we please try using the right terminology? It's reseal, not rescell or resell. Thanks. |
| | |
Dec 16 2006, 06:32 AM Post
#1247 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
retalv--- I can confirm that Power Shell doesn't install at T-13, but I've no problem with .NET 2.0. I used an old version of the Foxy addon (extracted & copied 00dNET20.exe into HFSVCPACK) which doesn't yet include the latest two hotfixes for .NET 2.0. I have done several tests last night but nothing worked. I'm going to see now if it works at first GUI logon. We're nearing in on a new final. I want to do two more tests: - Power Shell at GUI logon - remove workaround for Win2K OE 5.5 inetcomm.dll binary to see if new version is OK |
| | |
Dec 16 2006, 07:39 AM Post
#1248 | |
| Newbie Group: Members Posts: 31 Joined: 14-February 06 Member No.: 87962 |
@Tomcat76 Ok, I have momentarily solved the problem replacing .NET Framework with the RogueSpear's versions (thanks Super-Magician) and loading Power Shell silently to GuiRunOnce. I controlling SVCPACK.INF and the PSHELL.EXE archive it's in list, but... Thanks for the interest and I attend news… Bye! This post has been edited by retalv: Dec 16 2006, 08:18 AM |
| | |
Dec 16 2006, 08:51 AM Post
#1249 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@Tomcat76, Is nLite still slipstreaming IE7 at all? I was thinking maybe we could implement their method, but I'm sure you've thought of that long ago. |
| | |
Dec 16 2006, 12:58 PM Post
#1250 | |
| Newbie Group: Members Posts: 31 Joined: 14-February 06 Member No.: 87962 |
@Tomcat76 There would be an other FALSE problem in the use of XP Home in unattended installation… I explain myself… Using the switch “UnattendSwitch=Yes” in the Home edition, it comes automatically created a default administrator user that in the Italian version it takes the name of “Proprietario”. In order to replace this user with one of our choice his sufficient to use in T13 the command "NET" as in the following example… ---------- AHFSLIP.TXT ---------- net user "Proprietario" /DELETE net user "%MYUSERNAME%" "" /ADD net localgroup Administrators "%MYUSERNAME%" /ADD net accounts /maxpwage:unlimited --------------------------------- Manually or automatically I can simply create one script with these commands completed with username and to put it in HFSVCPACK and to leave your script the task to mill it. An other solution cleaned up enough would be that one to add to your script, as an example, the following line… ------- IF EXIST HFTOOLS\AHFSLIP.TXT FOR /F "DELIMS=" %%I IN (HFTOOLS\AHFSLIP.TXT) DO ECHO %%I >>SOURCESS\I386\SVCPACK\HFSLIP.CMD ------- … immediately after the line… ------- ECHO Title HFSLIP >>SOURCESS\I386\SVCPACK\HFSLIP.CMD ------- If there were, for case, the decision to support this function, is need of one variable for the definition of the username to add and one variable for the definition of the username to delete. All this simply in order to say that, perhaps, it would be comfortable to be able to insert the possibility to add commands in this phase to outside of my single case. Bye! This post has been edited by retalv: Dec 16 2006, 01:03 PM |
| | |
Dec 16 2006, 01:05 PM Post
#1251 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@retalv, This is already supported. Create a batch file with the necessary commands called HFSPLUG2.CMD and place it into HFSVCPACK. Keep this in mind - the CMD is executed right before the log file is generated. The path is your HFSLIP folder. |
| | |
Dec 16 2006, 03:00 PM Post
#1252 | |
| Newbie Group: Members Posts: 31 Joined: 14-February 06 Member No.: 87962 |
Excuse me, but I don't understand… The only reference to HFSPLUG2.CMD is this… IF EXIST HFTOOLS\HFSPLUG2.CMD CALL HFTOOLS\HFSPLUG2.CMD … and is one call in phase of construction, not of installation… and it's not documented. Bye! |
| | |
Dec 16 2006, 03:02 PM Post
#1253 | |
| MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1182 Joined: 6-January 06 From: Manila, Philippines Member No.: 84520 OS: XP Pro x86 |
hi retalv! perhaps this would be of help: http://www.msfn.org/board/index.php?showto...amp;hl=USERNAME ... This post has been edited by Kiki Burgh: Dec 16 2006, 03:02 PM |
| | |
Dec 16 2006, 03:21 PM Post
#1254 | |
| Newbie Group: Members Posts: 31 Joined: 14-February 06 Member No.: 87962 | hi retalv! perhaps this would be of help: http://www.msfn.org/board/index.php?showto...amp;hl=USERNAME ... Ok, but the name of the script can be whichever name, JUMP.CMD DonaldDuck.CMD or… HFSPLUG2.CMD… In other words one does not join null to how much I had already written in the previous post. Perhaps the little familiarity of the language makes me badly to comprise… However thanks to all. Bye! |
| | |
Dec 17 2006, 12:24 PM Post
#1255 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@retalv, you must use the name 'HFSPLUG2.CMD'. Simply write whatever you want to do in the batch script, then place it in HFTOOLS. If you're not sure how to do so, I'm not so sure how we can help as it was an older feature (i.e. HFSPLUG1.CMD existed before but we later incorporated that stuff back into the script).
|
| | |
Dec 17 2006, 02:00 PM Post
#1256 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
HFSPLUG2.CMD is called almost at the end of an HFSLIP run. After that, the log file is created and then the ISO is made and burned (if applicable). So its purpose was (and apparantly still is |
| | |
Dec 17 2006, 03:17 PM Post
#1257 | |
| Newbie Group: Members Posts: 31 Joined: 14-February 06 Member No.: 87962 |
Perhaps I continue to not understand… Please, answer to me single yes or not. The making of script HFSPLUG2.CMD it's equivalent to ADD command lines to HFSLIP.CMD (created beginning from UPDATE_INIT)... REM ===============UPDATE_INIT================== :UPDATE_INIT ECHO @ECHO OFF>>SOURCESS\I386\SVCPACK\HFSLIP.CMD REM CLS >>SOURCESS\I386\SVCPACK\HFSLIP.CMD ECHO IF EXIST %%SYSTEMROOT%%\SYSTEM32\CMDOW.EXE cmdow @ /HID >>SOURCESS\I386\SVCPACK\HFSLIP.CMD ECHO Title HFSLIP >>SOURCESS\I386\SVCPACK\HFSLIP.CMD ECHO FOR %%%%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%%%i:\%MBOOTPATH%I386\SVCPACK SET HFSLIP=%%%%i:\%MBOOTPATH%I386>>SOURCESS\I386\SVCPACK\HFSLIP.CMD GOTO EOF REM ========================================= ...and runing at T13 of the O.S. installation ? Practically it is this that timidly I asked to implement (if it does not exist already) with this line… IF EXIST HFTOOLS\AHFSLIP.TXT FOR /F "DELIMS=" %%I IN (HFTOOLS\AHFSLIP.TXT) DO ECHO %%I >>SOURCESS\I386\SVCPACK\HFSLIP.CMD ...that transfers the content of AHFSLIP.TXT to HFSLIP.COM. Bye! This post has been edited by retalv: Dec 17 2006, 03:41 PM |
| | |
Dec 17 2006, 06:07 PM Post
#1258 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@retalv, You're kind of confused there. I'm not quite sure where you're getting this information OK, kindly read Tomcat's post above and the information below. HFSPLUG2.CMD does not modify any predetermined file. It only does what you tell it to do. That is, the file is called by the HFSLIP program at the end of the slipstreaming process right before the log file is written. If you want HFSLIP to do what you requested, simply create the plug-in file like this... HFTOOLS\HFSPLUG2.CMD CODE IF EXIST HFTOOLS\AHFSLIP.TXT FOR /F "DELIMS=" %%I IN (HFTOOLS\AHFSLIP.TXT) DO ECHO %%I >>SOURCESS\I386\SVCPACK\HFSLIP.CMD We can't implement exactly what you told us because that would just be redundant. |
| | |
Dec 17 2006, 07:18 PM Post
#1259 | |
| Newbie Group: Members Posts: 31 Joined: 14-February 06 Member No.: 87962 |
Now I have understood! It's obvious! I did not consider that whichever external call is sufficient in order to activate it or for direct imput of HFSLIP.CMD. Excuse me, but evidently a swarm of neutrinos has increased my stupidity… Thanks! This post has been edited by retalv: Dec 17 2006, 07:35 PM |
| | |
Dec 18 2006, 01:15 AM Post
#1260 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 | Please, answer to me single yes or not. No. As I said in my previous post, HFSPLUG2.CMD is called when the new source is ready. So HFSLIP.CMD already has the word "EXIT" at the end. If you add anything below "EXIT", it will be ignored when it's run (at T-13).The making of script HFSPLUG2.CMD it's equivalent to ADD command lines to HFSLIP.CMD Try this: FINDSTR/VI "EXIT" SOURCESS\I386\SVCPACK\HFSLIP.CMD>>HFSLIP.CMD ECHO>>HFSLIP.CMD net user "Proprietario" /DELETE ECHO>>HFSLIP.CMD net user "MYUSERNAME" "" /ADD ECHO>>HFSLIP.CMD net localgroup Administrators "MYUSERNAME" /ADD ECHO>>HFSLIP.CMD net accounts /maxpwage:unlimited ECHO>>HFSLIP.CMD EXIT MOVE/Y HFSLIP.CMD SOURCESS\I386\SVCPACK This post has been edited by Tomcat76: Dec 18 2006, 02:06 AM |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2009 - 06:00 AM |