all groups > dotnet windows forms > june 2005 >
You're in the

dotnet windows forms

group:

Obstruct the Developpers to Develop and Deploy a newer version


Obstruct the Developpers to Develop and Deploy a newer version DraguVaso
6/28/2005 12:00:00 AM
dotnet windows forms:
Hi,

I have a, maybe strange looking, question:
Is there any way to obstruct developpers to Develop and or Deploy a newer
version of a VB.NET-application?
Things should happen like this:
- Developpers develop the application
- The application is tested, and audited for the final release
- The final release is isntalled at the clients
- After that: there can not be any other new version of the software
installed on the clients, without the permission of the person doing the
audit. so the developpers shouldn't be able to make e newer version of the
software and install it. Or copy the sourcecode into a totally new
application and isntall it etc...

I don't think something like this exists, but if it would exist it would be
great for my problem here :-)

Any hints, solutions links, ... are really appreciated!

Thanks a lot in advance,
Pieter

Re: Obstruct the Developpers to Develop and Deploy a newer version Carlos J. Quintero [.NET MVP]
6/28/2005 12:00:00 AM
Yes, strange question, because if you don´t trust the developers or they do
not obey the company procedures and policies... anyway:

- Developers should not install on client machines, they should lack
permissions to do that. Normally a different team or department does this
step. There are Windows policies to prevent or audit installation of
software, etc.

- You can use a source code control (SCC) system that allows you to
establish check-in/check-out policies. For example, some SCC systems don´t
allow developers to check-in code at release candidate stage unless approved
by a team leader or a manager (to avoid breaking the product). You could use
such system to prevent check-in at all or to be notified my e-mail when
someone checks-in code.

Of course nothing prevents a developer working on his workspace, bypassing
the SCC, removing read-only flags and making a new build on his local
machine, copying it to a USB drive and walking to visit some user....

--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"DraguVaso" <pietercoucke@hotmail.com> escribió en el mensaje
news:uFL5r08eFHA.580@TK2MSFTNGP15.phx.gbl...
[quoted text, click to view]

Re: Obstruct the Developpers to Develop and Deploy a newer version Cor Ligthert
6/28/2005 12:00:00 AM
Pieter,

This is as old as there is development.

It is based on seperated environments.

One of the most simple formats

The developper can use his environment
The developper and tester can get to the technical testing environment
The tester can set things into the logical testing enviroment
The production boss can set things from the logical testing environment in
the production environment.

That is just done with rights on those environments.

I hope this helps,

Cor

Re: Obstruct the Developpers to Develop and Deploy a newer version Ido Samuelson
6/28/2005 12:00:00 AM
Team foundation server rules :)
I don't think it will be hard to implement it. You basically need to =
write your own team foundation project templates.

However, I don't think its a proper solution...

--=20
Best Regards,
=20
Ido Samuelson
Senior Consultant
Advantech =96 Microsoft Division (Magen)
idos@advantech.co.il
=20
[quoted text, click to view]
Hi,

I have a, maybe strange looking, question:
Is there any way to obstruct developpers to Develop and or Deploy a =
newer
version of a VB.NET-application?
Things should happen like this:
- Developpers develop the application
- The application is tested, and audited for the final release
- The final release is isntalled at the clients
- After that: there can not be any other new version of the software
installed on the clients, without the permission of the person doing =
the
audit. so the developpers shouldn't be able to make e newer version of =
the
software and install it. Or copy the sourcecode into a totally new
application and isntall it etc...

I don't think something like this exists, but if it would exist it =
would be
great for my problem here :-)

Any hints, solutions links, ... are really appreciated!

Thanks a lot in advance,
Re: Obstruct the Developpers to Develop and Deploy a newer version jabailo NO[at]SPAM texeme.com
6/28/2005 7:29:54 AM
[quoted text, click to view]

Have you thought about having your clients run it from a virtual server
rather than installing in (thin client scenario) ... this way the only copy
is the one that can be had from the server ... you don't install it
locally.

Alternatively, I think there is now an equivalent in .NET of the Java Web
Start ( where the client is sent via the Internet to the local machine ).

[quoted text, click to view]

--
Texeme Textcasting Technology
Re: Obstruct the Developpers to Develop and Deploy a newer version Robin Tucker
6/28/2005 11:57:04 AM
Yes, it's called a System Administrator. System Administrators can audit
the machines on their domains without too much trouble.

Seriously, if your users have administrative rights to their machines,
anything goes. If they don't, they can't install squat (within reason).
Secondly, you don't have much choice when it comes to preventing developers
copying code into an application and installing it. Really, this is a
no-brainer. However, if only the system administrator (auditor) is allowed
to install software, then this problem won't arise.

Don't allow developers to install software is the answer in this case.


[quoted text, click to view]

AddThis Social Bookmark Button