[Unattended] Can Active Perl be uninstalled before the Unattended instalation is ended?

2004-01-15 Thread DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)
If so, when should it be uninstalled in order to have everithing else work?

Thanks
Oriol de los santos


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Quick Launch (amendment)

2004-01-15 Thread Norström, Daniel
I don't know if this is VERY off topic is you look on the date posted, but
another approach that I used half a year ago to go round this problem was to
create profiles in XP and let a script copy them over with all the required
changes and settings that my company wants an installation to include.

/D

-Original Message-
From: Mark Harburn [mailto:[EMAIL PROTECTED] 
Sent: den 20 november 2003 20:40
Cc: [EMAIL PROTECTED]
Subject: Re: [Unattended] Quick Launch (amendment)


http://groups.msn.com/MicrosoftWindowsXPRegistryGuide/corrections.msnw?actio
n=get_messagemview=0ID_Message=449LastModified=4675443211134043585all_to
pics=1

contains the code:-

-Begin VBScript

Option Explicit

Dim ShellObject

Set ShellObject=WScript.CreateObject(WScript.Shell)

ShellObject.Run(rundll32.exe shell32.dll,Options_RunDLL 1) WScript.Sleep
200 ShellObject.AppActivate Taskbar and Start Menu Properties
ShellObject.SendKeys %Q WScript.Sleep 200 ShellObject.AppActivate Taskbar
and Start Menu Properties ShellObject.Sendkeys%A WScript.Sleep 100
ShellObject.AppActivate Taskbar and Start Menu Properties
ShellObject.Sendkeys{ENTER}

-End VBScript

- Original Message - 
From: Patrick J. LoPresti [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 7:22 PM
Subject: Re: [Unattended] Quick Launch


 Hm, tricky.

 According to this thread:

   
 http://groups.google.com/groups?threadm=uOmqnfa5BHA.2196%40tkmsftngp07

 ...the relevant registry entry is the Taskbar value under the 
 HKCU/Software/Microsoft/Windows/CurrentVersion/Explorer/Streams/Deskto
 p
 key.  Obviously, it is a per-user setting.

 Unfortunately, that value looks like a random binary blob to me.  The 
 only KB article I could find is not terribly helpful:

   http://support.microsoft.com/?kbid=216663

 But, maybe if you take a snapshot of that value as a .reg file and 
 restore it into the Default User's settings, it will do what you want.

  - Pat


 Kevin P. Jacobson [EMAIL PROTECTED] writes:

  Has anyone ever figured out how to programmatically turn on the 
  quick launch toolbar?  The only way I've found is a binary that 
  someone sells for $5...granted $5 isn't a big deal, but I don't want 
  to pay it if it can be done a different way.
 
  Kevin


 ---
 This SF.net email is sponsored by: SF.net Giveback Program. Does 
 SourceForge.net help you be more productive?  Does it help you create 
 better code?  SHARE THE LOVE, and help us help YOU!  Click Here: 
 http://sourceforge.net/donate/ 
 ___
 unattended-info mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.net email is sponsored by: SF.net Giveback Program. Does
SourceForge.net help you be more productive?  Does it help you create better
code?  SHARE THE LOVE, and help us help YOU!  Click Here:
http://sourceforge.net/donate/
___
unattended-info mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Can Active Perl be uninstalled before the Unattended instalation is ended?

2004-01-15 Thread Steven D. Pretlove
Personally I don't see the need either...

What we do is delete the entry in the Start Menu by simple having a
batch file clean them up.

I can see the need for the users not knowing an extra piece of software
is there, but not to remove it...


Steve
(01908) 580623
 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Patrick J. LoPresti
Sent: 15 January 2004 14:48
To: DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)
Cc: [EMAIL PROTECTED]
Subject: Re: [Unattended] Can Active Perl be uninstalled before the
Unattended instalation is ended?


DE-LOS-SANTOS,ORIOL (HP-Spain,ex1) [EMAIL PROTECTED]
writes:

 If so, when should it be uninstalled in order to have everithing else 
 work?

I do not understand why anybody would want this.  Having Perl is no
different than having Visual Basic, and nobody asks about uninstalling
THAT.  But you are the third person to ask, so...

It may be tricky.  Everything in Unattended, including the code which
cleans up the registry and reboots at the very end, is written in Perl.
I do not know what will happen if you try to uninstall Perl from within
a Perl script.  Maybe it will just work.

You can use msiexec /x to uninstall the package.  The first thing I
would try is putting it just before the final .reboot directive in the
initial todo.txt file.  If that doesn't work, then we have a problem.

I am not particularly inclined to work on this, although I will accept
patches if they are clean.

 - Pat


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
unattended-info mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

Dominos Pizza Group Ltd - 01908 58 - www.dominos.co.uk
**



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Can Active Perl be uninstalled before the Unatte nded installation is ended?

2004-01-15 Thread DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)
That might be enough for me ... do you have such batch file handy?

Thanks
Oriol de los Santos

 -Original Message-
 From: Steven D. Pretlove [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 15, 2004 4:16 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Unattended] Can Active Perl be uninstalled before the
 Unattended instalation is ended?
 
 
 Personally I don't see the need either...
 
 What we do is delete the entry in the Start Menu by simple having a
 batch file clean them up.
 
 I can see the need for the users not knowing an extra piece 
 of software
 is there, but not to remove it...
 
 
 Steve
 (01908) 580623
  
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Patrick J. LoPresti
 Sent: 15 January 2004 14:48
 To: DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Unattended] Can Active Perl be uninstalled before the
 Unattended instalation is ended?
 
 
 DE-LOS-SANTOS,ORIOL (HP-Spain,ex1) [EMAIL PROTECTED]
 writes:
 
  If so, when should it be uninstalled in order to have 
 everithing else 
  work?
 
 I do not understand why anybody would want this.  Having Perl is no
 different than having Visual Basic, and nobody asks about uninstalling
 THAT.  But you are the third person to ask, so...
 
 It may be tricky.  Everything in Unattended, including the code which
 cleans up the registry and reboots at the very end, is 
 written in Perl.
 I do not know what will happen if you try to uninstall Perl 
 from within
 a Perl script.  Maybe it will just work.
 
 You can use msiexec /x to uninstall the package.  The first thing I
 would try is putting it just before the final .reboot directive in the
 initial todo.txt file.  If that doesn't work, then we have a problem.
 
 I am not particularly inclined to work on this, although I will accept
 patches if they are clean.
 
  - Pat
 
 
 ---
 This SF.net email is sponsored by: Perforce Software.
 Perforce is the Fast Software Configuration Management System offering
 advanced branching capabilities and atomic changes on 50+ platforms.
 Free Eval! http://www.perforce.com/perforce/loadprog.html
 ___
 unattended-info mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.
 
 This footnote also confirms that this email message has been swept by
 MIMEsweeper for the presence of computer viruses.
 
 Dominos Pizza Group Ltd - 01908 58 - www.dominos.co.uk
 **
 
 
 
 ---
 This SF.net email is sponsored by: Perforce Software.
 Perforce is the Fast Software Configuration Management System offering
 advanced branching capabilities and atomic changes on 50+ platforms.
 Free Eval! http://www.perforce.com/perforce/loadprog.html
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Can Active Perl be uninstalled before the Unattended installation is ended?

2004-01-15 Thread Steven D. Pretlove
I added the following line(s) in base.bat

::Cleanup Perl
todo.pl rmdir \%ALLUSERSPROFILE%\Start Menu\Programs\ActiveState
ActivePerl 5.8\ /s /q

Steve
(01908) 580623
 


-Original Message-
From: DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)
[mailto:[EMAIL PROTECTED] 
Sent: 15 January 2004 15:19
To: Steven D. Pretlove
Cc: '[EMAIL PROTECTED]'
Subject: RE: [Unattended] Can Active Perl be uninstalled before the
Unattended installation is ended?


That might be enough for me ... do you have such batch file handy?

Thanks
Oriol de los Santos

 -Original Message-
 From: Steven D. Pretlove [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 15, 2004 4:16 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Unattended] Can Active Perl be uninstalled before the 
 Unattended instalation is ended?
 
 
 Personally I don't see the need either...
 
 What we do is delete the entry in the Start Menu by simple having a 
 batch file clean them up.
 
 I can see the need for the users not knowing an extra piece
 of software
 is there, but not to remove it...
 
 
 Steve
 (01908) 580623
  
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Patrick J. LoPresti
 Sent: 15 January 2004 14:48
 To: DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Unattended] Can Active Perl be uninstalled before the 
 Unattended instalation is ended?
 
 
 DE-LOS-SANTOS,ORIOL (HP-Spain,ex1) [EMAIL PROTECTED]
 writes:
 
  If so, when should it be uninstalled in order to have
 everithing else
  work?
 
 I do not understand why anybody would want this.  Having Perl is no 
 different than having Visual Basic, and nobody asks about uninstalling

 THAT.  But you are the third person to ask, so...
 
 It may be tricky.  Everything in Unattended, including the code which 
 cleans up the registry and reboots at the very end, is written in 
 Perl. I do not know what will happen if you try to uninstall Perl
 from within
 a Perl script.  Maybe it will just work.
 
 You can use msiexec /x to uninstall the package.  The first thing I 
 would try is putting it just before the final .reboot directive in the

 initial todo.txt file.  If that doesn't work, then we have a problem.
 
 I am not particularly inclined to work on this, although I will accept

 patches if they are clean.
 
  - Pat
 
 
 ---
 This SF.net email is sponsored by: Perforce Software. Perforce is the 
 Fast Software Configuration Management System offering advanced 
 branching capabilities and atomic changes on 50+ platforms. Free Eval!

 http://www.perforce.com/perforce/loadprog.html
 ___
 unattended-info mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 **
 This email and any files transmitted with it are confidential and 
 intended solely for the use of the individual or entity to whom they 
 are addressed. If you have received this email in error please notify 
 the system manager.
 
 This footnote also confirms that this email message has been swept by 
 MIMEsweeper for the presence of computer viruses.
 
 Dominos Pizza Group Ltd - 01908 58 - www.dominos.co.uk
 **
 
 
 
 ---
 This SF.net email is sponsored by: Perforce Software. Perforce is the 
 Fast Software Configuration Management System offering advanced 
 branching capabilities and atomic changes on 50+ platforms. Free Eval!

 http://www.perforce.com/perforce/loadprog.html
 ___
 unattended-info mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Quick Launch

2004-01-15 Thread Patrick J. LoPresti
Grigory Pendler [EMAIL PROTECTED] writes:

 Everything worked nice until i decided to remove GUEST account
 access from UNATTENDED share. Currently i've shared the folder for
 specific group only and i'm able to perform an installation while
 logging initially with my username and password.

More details, please...

What version of Unattended did you use to create your boot disk?

How are you logging in initially?  By answering yes to Override
bootdisk defaults, or something else?  (Specifically, what are you
typing and seeing on the screen up to the point where you map the
drive for the first time?)

You have to let autoexec.bat (not the net logon command itself) ask
you for the user name and password explicity; otherwise, there is no
way we can grab the credentials to store them.

 - Pat


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Can Active Perl be uninstalled before the Unattended instalation is ended?

2004-01-15 Thread Adam Peart
At 09:48 AM 1/15/2004, you wrote:
DE-LOS-SANTOS,ORIOL (HP-Spain,ex1) [EMAIL PROTECTED] writes:

 If so, when should it be uninstalled in order to have everithing
 else work?
I do not understand why anybody would want this.  Having Perl is no
different than having Visual Basic, and nobody asks about uninstalling
THAT.  But you are the third person to ask, so...
That's because people people install Visual Basic to design programs, but 
then distribute the programs with the vb runtime.  With Perl, you have to 
the program installed for the scripts to run.


It may be tricky.  Everything in Unattended, including the code which
cleans up the registry and reboots at the very end, is written in
Perl.  I do not know what will happen if you try to uninstall Perl
from within a Perl script.  Maybe it will just work.
You can use msiexec /x to uninstall the package.  The first thing I
would try is putting it just before the final .reboot directive in the
initial todo.txt file.  If that doesn't work, then we have a problem.
I am not particularly inclined to work on this, although I will accept
patches if they are clean.
 - Pat
To uninstall ActivePerl 5.8.1.807 you can run MsiExec.exe 
/x{2A0016A1-1150-4147-A618-E34C18F1AAA7} /qb and it will uninstall without 
any prompts.  The problem is that each version of Perl uses a different {} 
string, so you may have to look up the correct string if your using a 
different version.

I was thinking, although I haven't tried it yet, of putting in the 
site\unattend.txt under meta:
bottem=cleanup.bat
In there I would have regedit \s uninstperl.reg
and in the .reg I would have it under

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]
uninstperl=MsiExec.exe /x{2A0016A1-1150-4147-A618-E34C18F1AAA7} /qb
Like I said, and idea, but one I'll try later.



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Can Active Perl be uninstalled before the Unattended instalation is ended?

2004-01-15 Thread Patrick J. LoPresti
DE-LOS-SANTOS,ORIOL (HP-Spain,ex1) [EMAIL PROTECTED] writes:

 If so, when should it be uninstalled in order to have everithing
 else work?

I do not understand why anybody would want this.  Having Perl is no
different than having Visual Basic, and nobody asks about uninstalling
THAT.  But you are the third person to ask, so...

It may be tricky.  Everything in Unattended, including the code which
cleans up the registry and reboots at the very end, is written in
Perl.  I do not know what will happen if you try to uninstall Perl
from within a Perl script.  Maybe it will just work.

You can use msiexec /x to uninstall the package.  The first thing I
would try is putting it just before the final .reboot directive in the
initial todo.txt file.  If that doesn't work, then we have a problem.

I am not particularly inclined to work on this, although I will accept
patches if they are clean.

 - Pat


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info