473,583 Members | 3,134 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Installation monitoring and capture......

ljh
(note: this is being posted to the dotnet groups because of thier expertise
in app development and network administration)

I cannot, for the life of me, remember the name of an application that I had
a couple of years ago. It was an app that monitored the installation of
another application and created a setup package that could be run on another
PC to install the app almost like an Xcopy install.

The app monitored all added or changed files and registry entries. It then
wrapped all changes into a single exe that made the same changes to another
PC. The purpose of the app was to create unattended installs of
applications that normally required the user to answer multiple questions
during the course of a normal install.

The application was NOT Novell Zenworks. It was much cheaper (around $99 I
think).

I need to automate the installation of applications that require user
interaction during thier normal installation process. It would be nice if I
could track all changes made by an application by comparing the pc with a
baseline snapshot. It would be even more helpful if I could use the
comparison to create the unattended installs that I need.

Does anyone know of such a product (that is NOT Novell's Zenworks)?

Thanks in advance!
Jun 4 '06 #1
6 1950
"ljh" <Re***@groups.p lease> wrote in message
news:4u******** *********@bigne ws2.bellsouth.n et...
I cannot, for the life of me, remember the name of an application that I
had a couple of years ago. It was an app that monitored the installation
of another application and created a setup package that could be run on
another PC to install the app almost like an Xcopy install.


Sounds like a recipe for disaster unless all the machines are identical.
Most apps have lots of "if" statements in the installer that do things
differently on different OSs and different hardware and also depending on
what's already installed. I'd be suprised if this worked very well.

Michael
Jun 4 '06 #2
DL
Many installations only have an option to either default install or custom
install, so presumably you had something specific in mind?

"ljh" <Re***@groups.p lease> wrote in message
news:4u******** *********@bigne ws2.bellsouth.n et...
(note: this is being posted to the dotnet groups because of thier expertise in app development and network administration)

I cannot, for the life of me, remember the name of an application that I had a couple of years ago. It was an app that monitored the installation of
another application and created a setup package that could be run on another PC to install the app almost like an Xcopy install.

The app monitored all added or changed files and registry entries. It then wrapped all changes into a single exe that made the same changes to another PC. The purpose of the app was to create unattended installs of
applications that normally required the user to answer multiple questions
during the course of a normal install.

The application was NOT Novell Zenworks. It was much cheaper (around $99 I think).

I need to automate the installation of applications that require user
interaction during thier normal installation process. It would be nice if I could track all changes made by an application by comparing the pc with a
baseline snapshot. It would be even more helpful if I could use the
comparison to create the unattended installs that I need.

Does anyone know of such a product (that is NOT Novell's Zenworks)?

Thanks in advance!

Jun 5 '06 #3
ljh
My concern was that the Developer edition of SQL Server that is installed
with Visual Studio Pro may be different than the edition installed by SQL
Server Express on the client PCs.

This would be a big problem and a huge waste of time if my db code did not
work with SQL Express because of some differences between SQL Express and
the Developer Edition.

I cannot find any comparisons between the Developer Edition installed as a
part of Visual Studio 2005 Pro and the freely avilable SQL Express editions.

Does anybody know if there are any differences that I should be aware of?


"DL" <dl@spoofmail.n othere> wrote in message
news:uz******** ******@TK2MSFTN GP04.phx.gbl...
Many installations only have an option to either default install or custom
install, so presumably you had something specific in mind?

"ljh" <Re***@groups.p lease> wrote in message
news:4u******** *********@bigne ws2.bellsouth.n et...
(note: this is being posted to the dotnet groups because of thier

expertise
in app development and network administration)

I cannot, for the life of me, remember the name of an application that I

had
a couple of years ago. It was an app that monitored the installation of
another application and created a setup package that could be run on

another
PC to install the app almost like an Xcopy install.

The app monitored all added or changed files and registry entries. It

then
wrapped all changes into a single exe that made the same changes to

another
PC. The purpose of the app was to create unattended installs of
applications that normally required the user to answer multiple questions
during the course of a normal install.

The application was NOT Novell Zenworks. It was much cheaper (around $99

I
think).

I need to automate the installation of applications that require user
interaction during thier normal installation process. It would be nice
if

I
could track all changes made by an application by comparing the pc with a
baseline snapshot. It would be even more helpful if I could use the
comparison to create the unattended installs that I need.

Does anyone know of such a product (that is NOT Novell's Zenworks)?

Thanks in advance!


Jun 5 '06 #4
ljh
The name of the app was AppNstall (before that AppImager).

Unfortunately the product is no longer available. The company
(AppDeploy.com) was purchased (by Phoenix Technologies) and the app was
discontinued.

Too bad..... It was a beautiflu little application. It did a before and
after snapshot comparison and created a setup package you could run on other
PCs to replicate the installation unattended.

Small, simple and quite effective.

"ljh" <Re***@groups.p lease> wrote in message
news:4u******** *********@bigne ws2.bellsouth.n et...
(note: this is being posted to the dotnet groups because of thier
expertise in app development and network administration)

I cannot, for the life of me, remember the name of an application that I
had a couple of years ago. It was an app that monitored the installation
of another application and created a setup package that could be run on
another PC to install the app almost like an Xcopy install.

The app monitored all added or changed files and registry entries. It
then wrapped all changes into a single exe that made the same changes to
another PC. The purpose of the app was to create unattended installs of
applications that normally required the user to answer multiple questions
during the course of a normal install.

The application was NOT Novell Zenworks. It was much cheaper (around $99
I think).

I need to automate the installation of applications that require user
interaction during thier normal installation process. It would be nice if
I could track all changes made by an application by comparing the pc with
a baseline snapshot. It would be even more helpful if I could use the
comparison to create the unattended installs that I need.

Does anyone know of such a product (that is NOT Novell's Zenworks)?

Thanks in advance!

Jun 5 '06 #5
SQL server 2005 developer edition has all the features for SQL Server 2005
Enterprise. If you only code for Data Engine and not the Reporting Services,
Analysis Services. I didn't see the problem why your code won't run in SQL
Express.

chanmm

"ljh" <Re***@groups.p lease> wrote in message
news:cq******** **********@bign ews5.bellsouth. net...
My concern was that the Developer edition of SQL Server that is installed
with Visual Studio Pro may be different than the edition installed by SQL
Server Express on the client PCs.

This would be a big problem and a huge waste of time if my db code did not
work with SQL Express because of some differences between SQL Express and
the Developer Edition.

I cannot find any comparisons between the Developer Edition installed as a
part of Visual Studio 2005 Pro and the freely avilable SQL Express
editions.

Does anybody know if there are any differences that I should be aware of?


"DL" <dl@spoofmail.n othere> wrote in message
news:uz******** ******@TK2MSFTN GP04.phx.gbl...
Many installations only have an option to either default install or
custom
install, so presumably you had something specific in mind?

"ljh" <Re***@groups.p lease> wrote in message
news:4u******** *********@bigne ws2.bellsouth.n et...
(note: this is being posted to the dotnet groups because of thier

expertise
in app development and network administration)

I cannot, for the life of me, remember the name of an application that I

had
a couple of years ago. It was an app that monitored the installation of
another application and created a setup package that could be run on

another
PC to install the app almost like an Xcopy install.

The app monitored all added or changed files and registry entries. It

then
wrapped all changes into a single exe that made the same changes to

another
PC. The purpose of the app was to create unattended installs of
applications that normally required the user to answer multiple
questions
during the course of a normal install.

The application was NOT Novell Zenworks. It was much cheaper (around
$99

I
think).

I need to automate the installation of applications that require user
interaction during thier normal installation process. It would be nice
if

I
could track all changes made by an application by comparing the pc with
a
baseline snapshot. It would be even more helpful if I could use the
comparison to create the unattended installs that I need.

Does anyone know of such a product (that is NOT Novell's Zenworks)?

Thanks in advance!



Jun 5 '06 #6
ljh
So, no reporting services or Analysis services and it should be fine? And,
if I need those, there is a free version of SQL Express that includes them
(its just a much larger download).

Thanks!
"chanmm" <ch*****@hotmai l.com> wrote in message
news:Od******** ******@TK2MSFTN GP05.phx.gbl...
SQL server 2005 developer edition has all the features for SQL Server 2005
Enterprise. If you only code for Data Engine and not the Reporting
Services, Analysis Services. I didn't see the problem why your code won't
run in SQL Express.

chanmm

"ljh" <Re***@groups.p lease> wrote in message
news:cq******** **********@bign ews5.bellsouth. net...
My concern was that the Developer edition of SQL Server that is installed
with Visual Studio Pro may be different than the edition installed by SQL
Server Express on the client PCs.

This would be a big problem and a huge waste of time if my db code did
not work with SQL Express because of some differences between SQL Express
and the Developer Edition.

I cannot find any comparisons between the Developer Edition installed as
a part of Visual Studio 2005 Pro and the freely avilable SQL Express
editions.

Does anybody know if there are any differences that I should be aware of?


"DL" <dl@spoofmail.n othere> wrote in message
news:uz******** ******@TK2MSFTN GP04.phx.gbl...
Many installations only have an option to either default install or
custom
install, so presumably you had something specific in mind?

"ljh" <Re***@groups.p lease> wrote in message
news:4u******** *********@bigne ws2.bellsouth.n et...
(note: this is being posted to the dotnet groups because of thier
expertise
in app development and network administration)

I cannot, for the life of me, remember the name of an application that
I
had
a couple of years ago. It was an app that monitored the installation
of
another application and created a setup package that could be run on
another
PC to install the app almost like an Xcopy install.

The app monitored all added or changed files and registry entries. It
then
wrapped all changes into a single exe that made the same changes to
another
PC. The purpose of the app was to create unattended installs of
applications that normally required the user to answer multiple
questions
during the course of a normal install.

The application was NOT Novell Zenworks. It was much cheaper (around
$99
I
think).

I need to automate the installation of applications that require user
interaction during thier normal installation process. It would be nice
if
I
could track all changes made by an application by comparing the pc with
a
baseline snapshot. It would be even more helpful if I could use the
comparison to create the unattended installs that I need.

Does anyone know of such a product (that is NOT Novell's Zenworks)?

Thanks in advance!



Jun 7 '06 #7

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

Similar topics

4
2225
by: johnm | last post by:
Hello, We currently are running a CRM application that uses DB/2 7.2 for the data repository. We will be upgrading to 8.2 later this year....maybe....time and resources permitting. The database is currently being hosted with a managed service provider (MSP) at a remote datacenter. This service provider is supposed to be monitoring the...
1
5558
by: MarkWH | last post by:
I am writing a simple reverse proxy using .Net. The basic design is to capture all traffic (from all URL's) in an HttpHandler and the respond accordingly. The problem is that I when a URL is received that contains a "`" character I get the exception listed above; and the call stack listed below. Questions; 1) Where can I find more...
9
3193
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My questions are below... "David Good" wrote: > We have a network running both Win2k and Win2k3 webservers and our web sites > reside on a UNC network...
0
1297
by: developer | last post by:
I am trying to get a custom provider to receive health monitoring events in vb.net, whidbey beta 1. I have a health monitoring setup like this in my web.config: <healthMonitoring enabled="true"> <providers> <add name="LocalSQL" type="System.Web.Management.SqlWebEventProvider" connectionStringName="connLocalSQL" /> <add...
5
483
by: Joe | last post by:
I'm getting the following error when trying to call a page on a secure server. I'm not doing any impersonations or file access of any kind. The page is using PayPal and I'm wondering if PayPal has something to do with this. We had to register an api certificate on the server using WinHttpCertCfg. Maybe this is doing something? Access denied...
5
2391
by: Björn Olsson | last post by:
Hello All. If I where to capture network traffic, dropping packets and modifying packets. I.e write firewall functionality. Which API or SDK would be the correct choice? I would prefer to do it in .net. Do I have to use the DDK package or is there any other way? Im quite lost here. --
6
942
by: ljh | last post by:
(note: this is being posted to the dotnet groups because of thier expertise in app development and network administration) I cannot, for the life of me, remember the name of an application that I had a couple of years ago. It was an app that monitored the installation of another application and created a setup package that could be run on...
2
2225
by: RSL101 | last post by:
HI, I am hoping to get your opinions about "Tivoli Monitoring for Databases". Our enterprise environment is AIX/Red Hat Linux, running a lot of IBM P series and E servers. We need to monitor LUW UDB performance and some MS SQLSERVER performance going forward. We are considering Tivoli monitoring because it offers a suite of products...
0
1061
by: eim | last post by:
i have a quest to capture the IP ADDRESS of any ODBC connections coming into a high-profile SQL Server. since this server is TCP/IP 1433 only (No NamedPipes) I can easily see all 'Established' TCP 1433 sessions with NETSTAT. but i can't find these same sessions in the Registry. otherwise i would script them out. has anyone ever scripted...
0
7896
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7827
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...
0
8184
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. ...
0
8328
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...
1
7936
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...
0
8195
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5375
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...
0
3820
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...
0
3845
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.