[THIN] Re: Program Install

  • From: "Ron Oglesby" <roglesby@xxxxxxxxxxxx>
  • To: <thin@xxxxxxxxxxxxx>
  • Date: Tue, 10 Dec 2002 11:39:59 -0600

On a side not (and no I don't work for the company) if this is an
absolutely have to run, has to work and the vendor is chainging it type
of app, you could look at using Softricity to deploy the app to your
terminal servers. I have this running for a couple of client and since
it builds a virtual registry that the app uses when it runs and stores
those at logoff in the home dir each user CAN write to HKLM and get
individual settings.=20

It works real well.

Ron Oglesby
Senior Technical Architect
=20
RapidApp
Office 312.372.7188
Mobile 312.961.2380
email roglesby@xxxxxxxxxxxx
=20

-----Original Message-----
From: SgLamm@xxxxxxxxxxx [mailto:SgLamm@xxxxxxxxxxx]=20
Sent: Tuesday, December 10, 2002 11:19 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Program Install


Thanks for the info.  I have tried something similar to that and it
generates a lot of errors.  I think I need to request that the vendor
make
some app changes before I do anything else.

> -----Original Message-----
> From: P.J. Johannsen [mailto:pjohannsen@xxxxxxxxxxx]=20
> Sent: Tuesday, December 10, 2002 11:04 AM
> To: thin@xxxxxxxxxxxxx
> Subject: [THIN] Re: Program Install
>=20
>=20
>=20
> One other option might be the registry key itself.  We have=20
> had similar=20
> issues with applications that drop unnecessary info to the=20
> registry.  Verify=20
> what exactly the app is writing.  If it is only updating this=20
> single part of=20
> the key with the last username, try clearing out the username=20
> and making the=20
> key read-only to the end users.  Some apps will totally=20
> bypass it without an=20
> issue, some will error out.  It depends on the app.  It isn't=20
> the cleanest=20
> method, but it might be worth a shot if you need a quick and=20
> dirty fix.
>=20
> PJ Johannsen
>=20
>=20
>=20
> >From: SgLamm@xxxxxxxxxxx
> >Reply-To: thin@xxxxxxxxxxxxx
> >To: thin@xxxxxxxxxxxxx
> >Subject: [THIN] Re: Program Install
> >Date: Tue, 10 Dec 2002 08:45:44 -0600
> >
> >
> >Thanks for the help.  I will call the vendor.
> >
> > > -----Original Message-----
> > > From: Ron Oglesby [mailto:roglesby@xxxxxxxxxxxx]
> > > Sent: Tuesday, December 10, 2002 8:43 AM
> > > To: thin@xxxxxxxxxxxxx
> > > Subject: [THIN] Re: Program Install
> > >
> > >
> > >
> > > That's a programmatic change. The users will have to Overtype the=20
> > > username or a program change will be required.
> > >
> > > Ron Oglesby
> > > Senior Technical Architect
> > > =3D20
> > > RapidApp
> > > Office 312.372.7188
> > > Mobile 312.961.2380
> > > email roglesby@xxxxxxxxxxxx
> > > =3D20
> > >
> > > -----Original Message-----
> > > From: SgLamm@xxxxxxxxxxx [mailto:SgLamm@xxxxxxxxxxx]=3D20
> > > Sent: Tuesday, December 10, 2002 8:32 AM
> > > To: thin@xxxxxxxxxxxxx
> > > Subject: [THIN] Re: Program Install
> > >
> > >
> > > Yes, it is writing to a location under HKLM.
> > >
> > > > -----Original Message-----
> > > > From: Ron Oglesby [mailto:roglesby@xxxxxxxxxxxx]=3D20
> > > > Sent: Tuesday, December 10, 2002 8:29 AM
> > > > To: thin@xxxxxxxxxxxxx
> > > > Subject: [THIN] Re: Program Install
> > > >=3D20
> > > >=3D20
> > > >=3D20
> > > > Sorry about that. Should read Application change.=20
> Changing=3D20  the=20
> > > >code to write the to a new location. =3D20  First question is =
have=20
> > > >you followed the advice and figured=3D20  out where it is writing =

> > > >too? =3D20
> > > > Ron Oglesby
> > > > Senior Technical Architect
> > > > =3D3D20
> > > > RapidApp
> > > > Office 312.372.7188
> > > > Mobile 312.961.2380
> > > > email roglesby@xxxxxxxxxxxx
> > > > =3D3D20
> > > >=3D20
> > > > -----Original Message-----
> > > > From: SgLamm@xxxxxxxxxxx [mailto:SgLamm@xxxxxxxxxxx]=3D3D20
> > > > Sent: Tuesday, December 10, 2002 8:25 AM
> > > > To: thin@xxxxxxxxxxxxx
> > > > Subject: [THIN] Re: Program Install
> > > >=3D20
> > > >=3D20
> > > > This may be a stupid question, but what do you mean by a=3D20
> > > > profile change?
> > > >=3D20
> > > > > -----Original Message-----
> > > > > From: Ron Oglesby [mailto:roglesby@xxxxxxxxxxxx]=3D3D20
> > > > > Sent: Tuesday, December 10, 2002 8:19 AM
> > > > > To: thin@xxxxxxxxxxxxx
> > > > > Subject: [THIN] Re: Program Install
> > > > >=3D3D20
> > > > >=3D3D20
> > > > >=3D3D20
> > > > > It doesn't sounds like you need to separate the
> > > "profiles" it=3D3D20
> > > > >=3D20 sounds to me like it is writing to HKLM in the registry =
OR=20
> > > > >to=3D3D20  =3D
> > > an=3D20
> > > > >INI file that everyone is sharing. =3D3D20
> > > > > Logon to the unix app then logoff, Do a search of
> > > the=3D3D20  registry
> > > > >for the username for the unix app (this will be=20
> easy=3D3D20  if the=20
> > > > >name for the uinx app is different than the username=20
> in NT) =3D3D20 =20
> > > > >If you fail to find the key then try searching for text=3D3D20  =

> > > > >within a file on the server (looking for an ini or=20
> config=3D3D20 =20
> > > > >file containing that info. =3D3D20
> > > > > Sadly if it is writing to Hkey Local Machine in the=20
> reg you=3D3D20
> > > > > are out of luck without a profile change.
> > > > >=3D3D20
> > > > > If it is writing to a Config file you MAY be able to =
move=3D3D20
> > > > > that to the windows dir in the users homedir or find=20
> a regkey=3D3D20
> > > > > that sets the location of this file. If it is=20
> hardcoded in=3D3D20
> > > > > the app though you are out of luck again.
> > > > >=3D3D20
> > > > > Ron Oglesby
> > > > > Senior Technical Architect
> > > > > =3D3D3D20
> > > > > RapidApp
> > > > > Office 312.372.7188
> > > > > Mobile 312.961.2380
> > > > > email roglesby@xxxxxxxxxxxx
> > > > > =3D3D3D20
> > > > >=3D3D20
> > > > > -----Original Message-----
> > > > > From: SgLamm@xxxxxxxxxxx [mailto:SgLamm@xxxxxxxxxxx]=3D3D3D20
> > > > > Sent: Tuesday, December 10, 2002 8:12 AM
> > > > > To: thin@xxxxxxxxxxxxx
> > > > > Subject: [THIN] Program Install
> > > > >=3D3D20
> > > > > Hello All,
> > > > >=3D3D20
> > > > > I am using a W2K TS SP3.  I have an application that=20
> requires=3D3D20
> > > > > 2 logins, one for the application and another to a UNIX=3D3D20
> > > > > server.  After I install the app, the last successful=20
> users=3D3D20
> > > > > info is saved so each user sees the last successful =
login=3D3D20
> > > > > username?  How do I set it up to separate each users=20
> profile=3D3D20
> > > > > for this app?  Does that make sense?
> > > > >=3D3D20
> > > > > Sean Lamm
> > > > > Network Administrator
> > > > > Renaissance Women's Group
> > > > > Phone   512-425-3864
> > > > > Pager    512-625-6191
> > > > > Cell       512-633-8825
> > > > >=3D3D20
> > > > >=3D3D20
> > > > >=3D3D20
> > > > >=3D3D20
> > > > > ***********************************************=3D3D3D20
> > > > > This Weeks Sponsor: triCerat Inc.
> > > > > triCerat introduces RegSet. Registry
> > > > > Administration Simplified.=3D3D3D20
> > > > > http://www.triCerat.com
> > > > > ************************************************
> > > > > For Archives, to Unsubscribe, Subscribe or=3D3D3D20
> > > > > set Digest or Vacation mode use the below link.
> > > > >=3D3D20
> > > > http://thethin.net/citrixlist.cfm=3D20
> > > > ***********************************************=3D3D20
> > > > This Weeks Sponsor: triCerat Inc.
> > > > triCerat introduces RegSet. Registry
> > > > Administration Simplified.=3D3D20
> > > > http://www.triCerat.com
> > > > ************************************************
> > > > For Archives, to Unsubscribe, Subscribe or=3D3D20
> > > > set Digest or Vacation mode use the below link.
> > > >=3D20
> > > http://thethin.net/citrixlist.cfm=20
> > > ***********************************************=3D3D20
> > > This Weeks Sponsor: triCerat Inc.
> > > triCerat introduces RegSet. Registry
> > > Administration Simplified.=3D3D20
> > > http://www.triCerat.com
> > > ************************************************
> > > For Archives, to Unsubscribe, Subscribe or=3D3D20
> > > set Digest or Vacation mode use the below link.
> > >
> >http://thethin.net/citrixlist.cfm
> >***********************************************=3D20
> >This Weeks Sponsor: triCerat Inc.
> >triCerat introduces RegSet. Registry
> >Administration Simplified.=3D20
> >http://www.triCerat.com
> >************************************************
> >For Archives, to Unsubscribe, Subscribe or=3D20
> >set Digest or Vacation mode use the below link.
> >
> >http://thethin.net/citrixlist.cfm
> >***********************************************=3D20
> >This Weeks Sponsor: triCerat Inc.
> >triCerat introduces RegSet. Registry
> >Administration Simplified.=3D20
> >http://www.triCerat.com
> >************************************************
> >For Archives, to Unsubscribe, Subscribe or=3D20
> >set Digest or Vacation mode use the below link.
> >
> >http://thethin.net/citrixlist.cfm
> >***********************************************
> >This Weeks Sponsor: triCerat Inc.
> >triCerat introduces RegSet. Registry
> >Administration Simplified.
> >http://www.triCerat.com
> >************************************************
> >For Archives, to Unsubscribe, Subscribe or
> >set Digest or Vacation mode use the below link.
> >
> >http://thethin.net/citrixlist.cfm
> >***********************************************
> >This Weeks Sponsor: triCerat Inc.
> >triCerat introduces RegSet. Registry
> >Administration Simplified.
> >http://www.triCerat.com
> >************************************************
> >For Archives, to Unsubscribe, Subscribe or
> >set Digest or Vacation mode use the below link.
> >
> >http://thethin.net/citrixlist.cfm
>=20
>=20
> _________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*.=20
> http://join.msn.com/?page=3Dfeatures/featuredemail
>=20
> ***********************************************=20
> This Weeks Sponsor: triCerat Inc.
> triCerat introduces RegSet. Registry
> Administration Simplified.=20
> http://www.triCerat.com
> ************************************************
> For Archives, to Unsubscribe, Subscribe or=20
> set Digest or Vacation mode use the below link.
>=20
http://thethin.net/citrixlist.cfm
***********************************************=20
This Weeks Sponsor: triCerat Inc.
triCerat introduces RegSet. Registry
Administration Simplified.=20
http://www.triCerat.com
************************************************
For Archives, to Unsubscribe, Subscribe or=20
set Digest or Vacation mode use the below link.

http://thethin.net/citrixlist.cfm
*********************************************** 
This Weeks Sponsor: triCerat Inc.
triCerat introduces RegSet. Registry
Administration Simplified. 
http://www.triCerat.com
************************************************
For Archives, to Unsubscribe, Subscribe or 
set Digest or Vacation mode use the below link.

http://thethin.net/citrixlist.cfm

Other related posts: