473,788 Members | 2,787 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Obstruct the Developpers to Develop and Deploy a newer version

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
Jul 22 '05 #1
6 1754
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" <pi**********@h otmail.com> escribió en el mensaje
news:uF******** *****@TK2MSFTNG P15.phx.gbl...
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

Jul 22 '05 #2
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
Jul 22 '05 #3
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.
"DraguVaso" <pi**********@h otmail.com> wrote in message
news:uF******** *****@TK2MSFTNG P15.phx.gbl...
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

Jul 22 '05 #4
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...

--
Best Regards,

Ido Samuelson
Senior Consultant
Advantech – Microsoft Division (Magen)
id**@advantech. co.il

"DraguVaso" <pi**********@h otmail.com> wrote in message news:uF******** *****@TK2MSFTNG P15.phx.gbl...
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
Jul 22 '05 #5
DraguVaso wrote:
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
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 ).
- 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


--
Texeme Textcasting Technology
http://www.texeme.com
Jul 22 '05 #6
In addition to the other advice offered...

Using Microsoft Managed Solutions (still in the works), you will be able to
completely control what applications are delivered to the desktop. There
will be no opportunity for a developer to make updates on the fly to their
application, even if the end users want them to.

This is causing a great deal of change within Microsoft right now, as we
"eat our own dogfood." It is an interesting process.

http://www.microsoft.com/presspass/f...lentineqa.mspx

Quote: "As we roll out these next-generation management solutions, which are
long-term efforts, we believe we'll be able to provide many shorter-term
solutions for customers. For example, in the next few months we'll make
available a series of solutions that are oriented around particular
management scenarios. These solutions for management involve taking our
current products -- MOM and SMS, for instance -- and building specific
content processes, expertise and partner relationships to resolve particular
management scenarios more quickly and effectively. "

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"DraguVaso" <pi**********@h otmail.com> wrote in message
news:uF******** *****@TK2MSFTNG P15.phx.gbl...
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

Jul 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

30
2570
by: Erwin Moller | last post by:
Hi group, Just curious what IDEs are popular nowadays. What do you expect from an IDE? Debugging? Do you use your IDE for debugging, or do you work like me? (Just use some smart-placed var_dump() to dive into possible problems?) Syntax highlightning?
4
2137
by: Alexander DEJANOVSKI | last post by:
Hi all, I'm starting a new project to develop an Open-Source EAI server in Python and I'm looking for motivated developpers and testers. It is inspired by Open Adaptor (www.openadaptor.org), but aims to be easier to use and more powerful. I've developped yet a first alpha that contains several components: File Source
4
7091
by: bob lambert | last post by:
Help I am trying to deploy to another pc a vb.net std 2002 windows form application. I am confused. I created a project - windows form I built form, compiled and debugged. I created a deployment project (myproj installer) I added my windows app to the installer under myproj installer properties, I set bootstrapper
6
1004
by: DraguVaso | last post by:
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
12
1502
by: Jeff | last post by:
Looking for your highly subjective opinions (from those of you who have been working extensively with VS 2005). I have a client that needs/wants a complete rewrite of an existing application. I will be proposing a .NET Windows application with a supporting SQL Server database. It will likely take 4-5 months before we roll out the first production version. Because of the apparent issues with VS 2005 (poor performance, unpredictable and...
3
1452
by: Solux | last post by:
I wrote a window based application that include database. But i cant deploy the application to the user machine(system). I used Application and Deployment Package that come with vb6. But I realised that if the operating system that i used to compile the application is newer verssion of operating system compire to the user of my programe the programme wont run ( I mean if i compile in window xp service park 2, the programme will not run...
6
10961
by: =?Utf-8?B?QW5kcmV3X2QxMjM=?= | last post by:
Here is my problem. I have an app that has over 9 web services. For years I had not issues with clickonce but now it looks like the build is missing XmlSerializers.dll.deploy. I did have this issue once in vs 2005 and one the problem just went away. Well now its back. If I build the app 20 times it may work once. I did find that if I remove this as a required dll that I can get my program to run. I can't seem to find any info about...
12
1804
by: lawpoop | last post by:
I'm developing a php website that I have under subversion version control. I'm working on an image upload functionality, and in the middle of it I realized that any files that a user uploads will not be under version control, and if I checkout or export the site from version control, and deploy it, it won't bring any of the uploaded files with it. I'm looking at php subversion functions, but the manual says that they're experimental,...
0
1439
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgRGVzYXJyb2xsbw==?= | last post by:
Hi misters USING VS 2005 in XP, VB.NET, CLICK ONCE I have a Publish of my application, AdministradorWin.exe, in a folder D:\ClickOnce\instalacionExpedienteElectronico (of a server in my LAN).
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10173
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5399
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4070
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.