Link to home
Start Free TrialLog in
Avatar of medxmedia
medxmedia

asked on

Link to website on uninstall

Hi,

I have a client that wants to track installations and uninstallations of an application that we are developing. The application runs on Windows and MAC.  Is there a way to accomplish this?

Thank you and  . . .

Best regards,

Chris McLaughlin
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Avatar of medxmedia
medxmedia

ASKER

Hi vadimrapp1,

Thanks for your article.

It's a bit over my head but it seems to apply to a network of computers,  Of course, I could be missing the point entirely.  Is the technique that you decribe something that you think could be applied to meet my objectives namely to capture intallations and uninstallations by passing information to a server on the web.

Thanks,

C.S.
You initially said, your client wants to track that, so I thought he would track in his environment. But even if not, it's still possible - all you have to do is allow web access of your sql server, i.e. publish sql serfver on your firewall. See http://technet.microsoft.com/en-us/library/ms175483.aspx for more details. Or you can modify the scripts in the article so instead of working with sql server, they work with HTTP requests, transfering the same information.

Such solution however would require your database to be always on, and remote users to have internet access during the installation, and their own internet access has to allow access to your server.  It would be not very stable solution, I think. Much better to track them in their own server in their own lan.
Hi Vadimrapp1,

I was being pretty general because I wasn't sure what was possible.  The app we developed (are developing) for this client is something that can be used by the client's customers.  Customers can download and install the App at no charge.  The application connects to the client's server and retrieves information about the customer's account and displays the information to the customer.  

The client wants to collect information about how the App is used which is no problem as we are already able to pass information.  This presumes that the client is connected which is  a given as it is necessary for them to use the application.  But the client also wants to know about installs and uninstalls.   Hence my question.  From what you've written it appears that this can be done with an MSI.  But as you point out, there is no guarantee that the client will be connected to the internet when this occurs.  I'm not sure given what I've described that there is a way around this (being connected to the internet) but I'd be interested in your thoughts.

Are you familiar with installers for MAC OS and do you know if it a similar method can be used for MAc installers?  

Thank you for your response.

Best,

C.S.
I'm little confused because I don't understand where is the database server where the installations are tracked - in client's network, or in yours.

What the article described, is reporting the installation to the database server. If this database server is within the same network as where the install occurs, this is usually relatively easy and pretty reliable. If this is the database server you run, then client's workstations will be accessing it via internet, which involves more configuration of both your database server and remote clients, but is still possible.

As for MAC, no, not familiar at all.
I've requested that this question be deleted for the following reason:

Experts provided responses but the answers were incomplete as I was looking for a cross platform solution.
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial