MSFN Forum: HFSLIP - Test releases - MSFN Forum

Jump to content



  • 119 Pages +
  • « First
  • 61
  • 62
  • 63
  • 64
  • 65
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

HFSLIP - Test releases Support ended. Rate Topic: ***** 1 Votes

#1241 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 14 December 2006 - 04:38 PM

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: 14 December 2006 - 04:39 PM



#1242 User is offline   EmRoD 

  • Powered by PlugSquare.com
  • Pip
  • Group: Members
  • Posts: 97
  • Joined: 16-January 04

Posted 15 December 2006 - 03:59 AM

I'm currently facing a strange issue with the latest test releases (61214a and B)

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: 10 January 2007 - 02:03 AM


#1243 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 15 December 2006 - 06:33 AM

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.

#1244 User is offline   EmRoD 

  • Powered by PlugSquare.com
  • Pip
  • Group: Members
  • Posts: 97
  • Joined: 16-January 04

Posted 15 December 2006 - 06:59 AM

I know that, but i'm just reporting an strange issue that wan't present with precedent releases :)

#1245 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 15 December 2006 - 08:31 AM

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.

#1246 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 15 December 2006 - 05:47 PM

@All

Can we please try using the right terminology? It's reseal, not rescell or resell.

Thanks. :)

#1247 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 16 December 2006 - 06:32 AM

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

#1248 User is offline   retalv 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 14-February 06

Posted 16 December 2006 - 07:39 AM

@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: 16 December 2006 - 08:18 AM


#1249 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 16 December 2006 - 08:51 AM

@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. ;)

#1250 User is offline   retalv 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 14-February 06

Posted 16 December 2006 - 12:58 PM

@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: 16 December 2006 - 01:03 PM


#1251 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 16 December 2006 - 01:05 PM

@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.

#1252 User is offline   retalv 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 14-February 06

Posted 16 December 2006 - 03:00 PM

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!

#1253 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,425
  • Joined: 06-January 06

Posted 16 December 2006 - 03:02 PM

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: 16 December 2006 - 03:02 PM


#1254 User is offline   retalv 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 14-February 06

Posted 16 December 2006 - 03:21 PM

View PostKiki Burgh, on Dec 16 2006, 03:02 PM, said:

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!

#1255 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 17 December 2006 - 12:24 PM

@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).

#1256 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 17 December 2006 - 02:00 PM

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 :P) to make last-minute modifications to a new source that's already slipstreamed.

#1257 User is offline   retalv 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 14-February 06

Posted 17 December 2006 - 03:17 PM

Perhaps I continue to not understand… :no:

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 ? :unsure:

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: 17 December 2006 - 03:41 PM


#1258 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 17 December 2006 - 06:07 PM

@retalv,

You're kind of confused there. I'm not quite sure where you're getting this information :lol:.

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
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.

#1259 User is offline   retalv 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 14-February 06

Posted 17 December 2006 - 07:18 PM

Now I have understood! It's obvious! :blushing:

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… :angel

Thanks!

This post has been edited by retalv: 17 December 2006 - 07:35 PM


#1260 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 18 December 2006 - 01:15 AM

View Postretalv, on Dec 17 2006, 10:17 PM, said:

Please, answer to me single yes or not.

The making of script HFSPLUG2.CMD it's equivalent to ADD command lines to HFSLIP.CMD
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).

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: 18 December 2006 - 02:06 AM


Share this topic:


  • 119 Pages +
  • « First
  • 61
  • 62
  • 63
  • 64
  • 65
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy