MSFN Forum: Unattended @ Sourceforge - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unattended @ Sourceforge Why not using an OpenRIS Solution ? Rate Topic: -----

#1 User is offline   Tungsten 

  • Group: Members
  • Posts: 2
  • Joined: 15-June 04

Posted 15 June 2004 - 04:28 AM

Hello,

I just follow threads on this forum, and it's seems that nobody talk about unattended.sourceforge.net

We are using it in our company in conjunction of Disk Image software in order to make clean and uptodate image.

Yann.


#2 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 15 June 2004 - 06:40 AM

Can you tell more about it? Here are some questions:
1. Can it be installed on WindowsXP computer (MS RIS requires server OS)
2. Can it make floppy disk with support for network adapters that can't boot from network? Can I add more adapters?
3. What Windows versions it supports? (MS RIS - 2000, XP only).
4. Is it difficult to configure?

#3 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03

Posted 15 June 2004 - 07:58 AM

unattended.sourceforge.net was discussed earlier
I'd say its not really popular bc of the not so nice gui they have and not so nicely designed documentation.

@kenedy if u could look at that site
all your answers are waiting for u over there, its just a click away from u! :)

#4 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 15 June 2004 - 08:19 AM

XtremeMaC
I already did.

It seems that MS RIS is better after all. Is supports tools which is very nice feature. It can associate many answer files with each installation. It does not waste disk space if I have similar files.
Only possible reason to use it is additional network adapters support (manual choosing is not nice thou) and no AD, DNS and server in requirements.

Setup is launched with winnt.exe. Therefore DOS phase should be 2-3 times longer than using MS RIS. Or not?

#5 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 15 June 2004 - 08:22 AM

Quote

It does not waste disk space if I have similar files.


Use CDIMAGE. Voila, not duplicate files taking up double the space.


I believe people don't use it as they don't want to learn Perl, or guess at it.....or they don't know about it....
or they prefer to do it the "pure" microsoft way. I never really liked that site, because of it's name. If they have started to call it OpenRIS from the begining and not Unattended throughout the site, I might have looked closer. The real mean different I see is the Meta tag in the unattend.txt file. That and some scripting for detecting OS and assigning product keys.



In the end, what is the real advantage to the common user for using it? Not much. For companies, there is potential....not much....but there still is some.

#6 User is offline   Tungsten 

  • Group: Members
  • Posts: 2
  • Joined: 15-June 04

Posted 16 June 2004 - 08:27 AM

Well, Unattended is quite a bunch of script fo automating the creation of an unattend.txt file an run any kind of Windows 2000, XP, 2003, even on Workstation or Server.

Here's my conclusion,

-All script are made with perl (quite powerful language)

-Custom Untattend could be made (if MAC adresse = XX:XX:XX:XX:XX then computer name will be XXXXXX)

-Auto Domain/AD joining with credential erasement after installation.

-Complete Silent Applications process( even with MSI, Installshield, innosetup, etc...).

- Automatic patch installation.

What missing ? Well, maybe a nice GUI "à la" RIS wizard. The linux version of the boot disk is note quite easly customizable...


So we use it mainly for creating specifique machine configuration or Disk image original machine. So we install a complete solution in about 25 minutes....

#7 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 16 June 2004 - 08:30 AM

my install completes in about 26 minutes, but it installs almost 3 gigs of software.....

Basically, this is more of a dynamic version of the static version we use here. So more appropriate to companies than individuals.

As for Automatic Patch Installation, I can do that on my own, or use XPCREATE.

As for Complete Silent Applications process, again, I can do that quite easily with a batch file or one of the other tools around.

#8 User is offline   GreenMachine 

  • ineXPlicable
  • Group: Developers
  • Posts: 3,062
  • Joined: 22-August 03

Posted 16 June 2004 - 10:08 AM

Tungsten, on Jun 16 2004, 07:27 AM, said:

... What missing ? Well, maybe a nice GUI "à la" RIS wizard. The linux version of the boot disk is note quite easly customizable...

Just like the old XPCREATE, RIS has a Green User Interface?

I believe people can overcome the TUI aspect, but learning PERL is not a task for the lame, and will immediatly eliminate a great many of the "Hobbiest" users here. I also see an obstacle in the software/hardware requirements: servers, perl interpreter engines, etc.

That said, it is, of course, an admirable project, where I have looked more than once, and probably a very good alternative to the RIS method.

#9 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 16 June 2004 - 10:32 AM

And not forgetting the unattended guides on MSFN are targetted at home power users who at most have 1 to 3 PCs - which makes a CD-based installation more efficient than RIS or network deployment.

#10 User is offline   Jjazz 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 29-May 04

Posted 16 June 2004 - 02:00 PM

Hello everybody,

I really disagree. We can build easy to use unattended install with few perl knowledge.

The problem would be like that:" how could we reduce the size of a perl package like ActivePerl" in order to waste less place on the cdrom.

A more easy way is to use unix command for dos like those provided in an "unxutils" package.

By instance we could use "sed.exe" to parse some text or characters. (That could also be made with a perl script). I tried it before but "sometimes" for unclear reasons i had to handle with some unwanted dos backslash, double quote or "long pathname with blanks" effects that i was unable to resolve in an understandable manner. So i came back to perl.
If you are smart enough :rolleyes: you can even reduce drastically the size of the ActivePerl librairies,over 4Mo. You could be able to shrunk it to less then 1Mo. The full package weighs more then 12Mo !!!

With a small .pl script of 5 lines you can by instance replace %systemdrive% by its equivalent, or add when needed double backslash in a pathname so the "registry file" stay more friendly to use and more legible when you plan to modify it.

Try ActivePerl :)

@+

Jj

Share this topic:


Page 1 of 1
  • 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