473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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 1940
"ljh" <Re***@groups.please> wrote in message
news:4u*****************@bignews2.bellsouth.net...
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.please> wrote in message
news:4u*****************@bignews2.bellsouth.net...
(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.nothere> wrote in message
news:uz**************@TK2MSFTNGP04.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.please> wrote in message
news:4u*****************@bignews2.bellsouth.net...
(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.please> wrote in message
news:4u*****************@bignews2.bellsouth.net...
(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.please> wrote in message
news:cq******************@bignews5.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.nothere> wrote in message
news:uz**************@TK2MSFTNGP04.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.please> wrote in message
news:4u*****************@bignews2.bellsouth.net...
(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*****@hotmail.com> wrote in message
news:Od**************@TK2MSFTNGP05.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.please> wrote in message
news:cq******************@bignews5.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.nothere> wrote in message
news:uz**************@TK2MSFTNGP04.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.please> wrote in message
news:4u*****************@bignews2.bellsouth.net...
(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
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...
1
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...
9
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...
0
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">...
5
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...
5
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...
6
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...
2
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...
0
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.