[Unattended] A proper way to skip formatting and mbr-install confirmations ?

2005-01-28 Thread tristan . ley
Hi,

we are currently evaluating Unattended : seems great ! Our goal is to allow
low-skilled users in our schools (collèges et lycées in french), to keep
their bunches of PC fully functional.

Thus, we'd want a zero-question deployment procedure for partitionning, and
installing OS, drivers and standard application (OpenOffice etc.) Unattended
do all of this, but still ask few questions : we filled unattended.csv (with
name, ProductID, fdisk commands, etc.), but install.pl always ask for
authorizations before formatting and writing MBR.

The only way we found to override this behavior is to modify install.pl, and we
think this method is quite a dirty solution (espacially for upgrades to new
Unattended version).

Is there another way to achieve this point ?

Best reagrds,
Tristan LEY.


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] InstallSheild App (MYOB AssetManger3) always forces a reboot

2005-01-28 Thread Andrew Bartlett
I've been busy using my site license for MYOB and unattended to install
MYOB (an Australian accounting package) and it's AssetManager3 onto the
computers at the college.

Anyway, MYOB was mostly sane, as an installsheild app.  Only one custom
dialog and a few other odd bits to fix with autoit.

However, the AssetManger3 will always, without question force a restart.
This causes pain for the todo.pl managed environemnt, which doesn't like
being killed off like that.  I get a windows that 'cmd.exe' could not be
shut down, and to either 'end task' or 'cancel'.  

If press cancel, then the system does not reboot and life is grand.
Now, I suppose I could autoit that step, but is there a way to tell
unattended to expect a reboot at this point, and just go along with it,
or a switch to InstallSheild to kill off any reboot, no-matter what?

Thanks,

Andrew Bartlett
-- 
Andrew Bartletthttp://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org
Student Network Administrator, Hawker College  http://hawkerc.net


signature.asc
Description: This is a digitally signed message part


Re: [Unattended] A proper way to skip formatting and mbr-install confirmations ?

2005-01-28 Thread Mario Gzuk
Hi it is possible to add the following to add the following to
unattended.txt:


fdisk_confirm = 1
replace_mbr = 0
That will not asking to confirm the replace mbr? or do format?

greetings (saluer in french)

Am Freitag, den 28.01.2005, 12:19 +0100 schrieb [EMAIL PROTECTED]:
 Hi,
 
 we are currently evaluating Unattended : seems great ! Our goal is to allow
 low-skilled users in our schools (collèges et lycées in french), to keep
 their bunches of PC fully functional.
 
 Thus, we'd want a zero-question deployment procedure for partitionning, and
 installing OS, drivers and standard application (OpenOffice etc.) Unattended
 do all of this, but still ask few questions : we filled unattended.csv (with
 name, ProductID, fdisk commands, etc.), but install.pl always ask for
 authorizations before formatting and writing MBR.
 
 The only way we found to override this behavior is to modify install.pl, and 
 we
 think this method is quite a dirty solution (espacially for upgrades to new
 Unattended version).
 
 Is there another way to achieve this point ?
 
 Best reagrds,
 Tristan LEY.
 
 
 ---
 This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
 Tool for open source databases. Create drag--drop reports. Save time
 by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
 Download a FREE copy at http://www.intelliview.com/go/osdn_nl
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Please answer my question - unattended mapznrun.bat

2005-01-28 Thread EXTERN Mlekus Yves (Praktikant; HoW1/TEF12)
Title: Please answer my question - unattended mapznrun.bat






Hello.


I want to use the RunOnce registry key everytime, when i have to reboot the computer during the installation.

So I give the mapznrun.bat to the runonce key.

How do you give the mapznrun.bat the z_user and z_pass value?


Mit freundlichen Grüßen

Yves Mlekus (Praktikant HoP1/TEF1.2)





Re: [Unattended] How much is a multiuser license for XP pro ?

2005-01-28 Thread Michael Styne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Felipe,
On Jan 26, 2005, at 10:14, Felipe Navarrete wrote:
I guess I will have to go the MS empire to find out what they offer. :)
We do our Microsoft VLK stuff through Software Spectrum.
http://www.softwarespectrum.com/microsoft/Advisor/lic_overview.asp? 
bucketNum=4

Not sure if that's any help, but ... eh.
Regards,
Mike
- --
Michael Styne
Voxel Dot Net, Inc.
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFB+UGfxNHdMnDmoOgRAqaJAJ9WZvh3z1Ww7ZdbSUCw0EvEjUVtIACbB8bq
RtswUWcOW0RNoyhZEcGKaR0=
=4fmu
-END PGP SIGNATURE-

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] installation without logging on as administrator

2005-01-28 Thread Florian Effenberger
Hello there,
I'm quite new to unattended, so I would like to ask you a question. ;-) 
Is it posible to install software without logging on as administrator on 
every machine? If yes, how does it work? Via a Windows service? Via a 
script that is being run as admin even if a normal user logs on?

Thanks!
Florian
---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] unattended, printing and remote desktop

2005-01-28 Thread Hugo Monteiro
These questions may be somewhat off topic, since i believe they have
more to do with windows than the unattended process itself.

1 - Is it possible to configure printers in the unattended process
using unattend.txt? If not, how can it be done using command line tools
so that the proper todo.pl can be created?

2 - Is it possible to configure the remote desktop connection uppon
unattended install and authorize users to use it? If not, how can that
be done using command line tools so that the proper todo.pl can be
created?

3 - I've bee using a custom script to add local users to the clients.
For that i'm using addusers.exe from the W2Kpro ResKit. Can that be done
in the install process itself, including setting the paswords?

Thank you in advance, for the possible answers and mainly for the ideas
and this great compilation of software.


-- 
javali:~# cat .signature

Hugo Monteiro
Email: [EMAIL PROTECTED]
Telefone : +351 916993183

JavaLi - ADSI, Lda.
Madan Parque   Edifício VI   Campus da FCT/UNL
Quinta da Torre   2829-516 Caparica   Portugal
Telefone: +351 212949666   Fax: +351 212948313
www.javali.pt   [EMAIL PROTECTED]

javali:~# _



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] installation without logging on as administrator

2005-01-28 Thread Florian Effenberger
Hi Thomasz,
via a Windows service / script that runs as a system user in a 
background, even if a normal user logs on.

WPKG works like that, you can see it on http://wpkg.sourceforge.net
that sounds good, will have a look at it! Thanks for the link!
Florian
---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Where can I change path ?

2005-01-28 Thread Sebastian Zolg








Hi 



My name is Sebastian from Germany. 



We use the unattended project to install our
customers PCs 

It works greatly !



But now I want more ! I want to do it with the linux
boot disk instead of the dos disk ! 



But where can I change the path for mounting the
samba share ? 



I cant find it !?! 



I know that I should rebuild the ISO with make
download an make ISO but where are the parameters for such changes ? 



In case of the dos disk it will be the autoexec.bat !
and where is it for linux boot ? 



Greets 



Sebastian