Frechdax3000 Posted December 17, 2005 Posted December 17, 2005 hi therei have build an unattend xp installation, but the value in the winnt.sifjoinworkgrooup wont work[identification]JoinWorkgroup = PRIVATbut its always : ARBEITSGRUPPEalso this variant:[identification]JoinWorkgroup=PRIVATfailswhats wrong ?
InTheWayBoy Posted December 17, 2005 Posted December 17, 2005 I always enclose the values in " " like this:JoinWorkgroup="PRIVAT"I seem to remember that gave me a problem before, but I can't recall if that was the fix or not. It was definantly due to an error in the winnt.sif. Where is the other "ARBEITSGRUPPE" coming from? Usually the default is just "WORKGROUP", so it sounds like there may be some other setting changing that value.
Frechdax3000 Posted December 17, 2005 Author Posted December 17, 2005 i use german xpthats is the default i have this copyed from the tool what is in the folder support/tools/deploy.cab => setupmgr i would see, if this app generate a error free winnt.sif with the correct valuebut i get also the default: "ARBEITSGRUPPE" instand of privat result of the app: [identification]JoinWorkgroup = PRIVAT <<< with space within = and PRIVATok i try your value with quotas hope i have luck
Takeshi Posted December 18, 2005 Posted December 18, 2005 That's strange, because the ref.chm reference doesn't use quotes here.
Bezalel Posted December 18, 2005 Posted December 18, 2005 I think the problen is the space after the equals sign. The JoinWorkgroup value is a string and should start immediately after the equals sign. When the setup reaches the space it treats it as the end of the string. Since an empty string is not a valid workgroup name setup uses the default value which for this version is ARBEITSGRUPPE. Quotes are only needed when the string value contains deliminating characters.
BoardBabe Posted December 18, 2005 Posted December 18, 2005 Frechdax3000: I have made an AutoIt script that I run (Norwegian XP) as the last instance of my UA installation, that runs the network setup wizard, sets up sharing of printers and files and also sets the correct ComputerName and Workgroup. It gets the WorkGroup from winnt.sif (regardless of how your workgroup line looks) and uses your computers UserName as ComputerName.Just modify the dialogs to match german system and the rest is ready to use. NO MORE HASSLE RUNNING THE NETWORK SETUP WIZARD AFTER FRESH INSTALL.Here's the script!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now