Installer disappears after verifying package contents

Got a problem you cannot solve? Try here.
Dame1701
Posts: 29
Joined: Tue Jan 05, 2016 10:33 am

Installer disappears after verifying package contents

Postby Dame1701 » Fri Apr 08, 2016 3:58 am

Hi,

We're having a problem with running our installer on a particular Windows 7 machine. The installer will start up and display the dialogue box "The Installaware Wizard is verifying the contents of this setup package. This may take a moment." Once the bar reaches the end the dialogue box disappears and then nothing else happens. We've waited to ten minutes to check there wasn't a delay before the installer starts properly but it appears to have quit.

This is only happening one one of our machines so we think there might be a software conflict or perhaps a required library is missing?

Have you seen this problem before? Are there any log files generated by the installer that we can check for errors? If so could you let me know where I might find them.

Many thanks,

Damien

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Installer disappears after verifying package contents

Postby FrancescoT » Fri Apr 08, 2016 1:28 pm

Dear Damien,

by default an IA package doesn't require that any RTM installed with the target machine and for what we know, we are not informed about possible conflicts with other software.

I suggest you to verify as first, if any Anti Virus application may be at the root of the issue.
You may also check if such system has enough free disk space available.

To execute a logged setup, use the following command line:
<setup.exe> /l=<path to logfile>

Anyway by symptoms you reported, I suppose that your setup process doesn't start at all ... and if this the case, the log will be not generated.

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE

rentzk
Posts: 37
Joined: Sun Aug 27, 2006 10:01 pm

Re: Installer disappears after verifying package contents

Postby rentzk » Thu Apr 21, 2016 6:24 pm

I've never seen this behavior myself, but our support people have reported behavior like this before. they think that it is due to some left over files from an earlier installation and apparently fix it by removing the temp files and folders from the system. I'll see if I can get more information, but they are generally just trying to get the customers up and running and do not necessarily record any extra information about problems like this.

rentzk
Posts: 37
Joined: Sun Aug 27, 2006 10:01 pm

Re: Installer disappears after verifying package contents

Postby rentzk » Fri Apr 29, 2016 5:04 pm

Some additional information about the installer vanishing without a trace.

We were finally able to get a system in-house to show this symptom. The installer appears to create a lock file in AppData\Local\Temp called {GUID}.mia, where GUID is the folder name that the installer uses to store information in under Program Data (revision code?)

If this file exists when the installer is running, you will get the initial unpacking dialog and then the entire installation process shuts down. Once you remove this file, things will install normally.

I have no idea what is causing this file to be left around in order to cause these problems. The system that we were able to recreate the issue on was freshly imaged and had not had any programs installed on it but the operating system.

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Installer disappears after verifying package contents

Postby FrancescoT » Mon May 02, 2016 12:07 pm

Dear Rentzk,

that {GUID}.mia file should be created when the "SINGLEINSTANCE" pre-defined compiler variable is TRUE.

Anyway, I have tried many times to replicate the behavior you reported ... but I never been able to replicate the same.

I don't know which IA version you used, but I don't see any similar problem using IA x4 or X3.

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE

rentzk
Posts: 37
Joined: Sun Aug 27, 2006 10:01 pm

Re: Installer disappears after verifying package contents

Postby rentzk » Wed May 11, 2016 5:52 pm

I figured that it was a single instance semaphore of some sort. I'll try experimenting with the SINGLEINSTANCE variable and see what happens.

We've had random reports of this happening for years starting with, I believe, version 13 to our latest X3. Whatever is causing it, it is extremely rare with only 1 or 2 instances a year for our commercially sold products. The one instance I mentioned is the only time that is has ever happened in-house, and out testers are usually pretty good at breaking things.

Dame1701
Posts: 29
Joined: Tue Jan 05, 2016 10:33 am

Re: Installer disappears after verifying package contents

Postby Dame1701 » Mon Aug 08, 2016 3:38 am

Hi guys,

Thank you for looking into this, unfortunately I'm getting reports from our support team that we're having issues with this problem again, now on multiple customer systems which means we cannot use one of our installers.

Rentzk, following this thread, it sounds like you have been able to consistently recreate the issue. Have you been able to determine why this file is being locked? Process Explorer https://technet.microsoft.com/en-us/sys ... s/bb896653 for example will allow you to see which process has an open handle on a file and that might help you to understand what is causing the problem - perhaps it is an InstallAware process that has not shut down properly.

We're keen to see this issues resolved as soon as possible so if there is anything we can do to help, please let us know. I have asked our support team for any additional details which I will add to this thread once I get a response.

Many thanks,

Damien

Dame1701
Posts: 29
Joined: Tue Jan 05, 2016 10:33 am

Re: Installer disappears after verifying package contents

Postby Dame1701 » Tue Aug 09, 2016 9:34 am

As promised, I have some more information. This issue has occurred on 4 of our customer machines in the US over the past couple of weeks and once in the UK making this a total of 5 so far.

Workarounds for the issue have been:

a) Create a new user account
b) Re-image the system

None of these are ideal, particularly when the machine has already been configured for a particular customer and contains their media etc. we also need a means for the customers to run update installers every few months so this really isn't a solution.

Unfortunately no one has had a chance to try out the deletion of the temporary directory as detailed in this thread. If we see the problem again we will try that approach though again that is a workaround rather than a solution.

I do have a dump of a Proc-Mon (Process Monitor) log of our attempt to run the installer the DropBox link which you can find here
https://www.dropbox.com/s/bak24qunimkdc ... e.PML?dl=0

It was taken by one of our tech guys, it might be helpful.

I understand that you have been able to recreate the problem in-house. Has anyone been able to find a solution or the cause yet? We have a feeling that we are going to be seeing the problem with increasing frequency.

Many thanks,

Damien

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Installer disappears after verifying package contents

Postby FrancescoT » Tue Aug 09, 2016 12:40 pm

Dear Damien,

you missed to tell which IA version you used to generate the package.

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE

Dame1701
Posts: 29
Joined: Tue Jan 05, 2016 10:33 am

Re: Installer disappears after verifying package contents

Postby Dame1701 » Tue Aug 09, 2016 4:56 pm

Hi FrancescoT,

The version of InstallAware we are running is InstallAware Studio X3 . I am sorry for the omission. I'm not sure if I can provide you with a more specific version, the .exe doesn't reveal anything further when I get the details up, but maybe there is an option in the main menu of the program that will show me a more specific version?

Kind regards,

Damien

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Installer disappears after verifying package contents

Postby FrancescoT » Wed Aug 10, 2016 12:16 pm

Dear Damien,

I had a look at the dump file you posted, but for what I see, this doesn't contain any useful information that can be used to identify the issue.

PS
The version is listed in Add Remove Program (control panel).

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE

Dame1701
Posts: 29
Joined: Tue Jan 05, 2016 10:33 am

Re: Installer disappears after verifying package contents

Postby Dame1701 » Wed Aug 10, 2016 12:28 pm

Hi FrancescoT,

We had a look at the file too and didn't think it was particularly useful but I thought you should have it just in case.

The version of Studio X3 we're running according to Programs and Features is 20.05.0.2015.

I understand you managed to recreate the problem in house. Did you get anywhere with finding a solution?

Many thanks,

Damien

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Installer disappears after verifying package contents

Postby FrancescoT » Thu Aug 11, 2016 12:57 pm

Dear Damien,

no, I didn't!
As I have already said previously, I have never been able to replicate the issue.

This is in fact the main issue.

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE

Dame1701
Posts: 29
Joined: Tue Jan 05, 2016 10:33 am

Re: Installer disappears after verifying package contents

Postby Dame1701 » Thu Aug 11, 2016 4:22 pm

Hi FrancescoT,

My apologies, I read that rentzk recreated the issue, but I believe he is another customer, I thought he was another part of your team. I understand it is very difficult to find the problem when you are unable to reproduce it (we have had similar situations in the past).

If we are able to reproduce the problem on another system, would it be possible to invite you to a remote session so that you can take a look? Unfortunately so far the problem has occurred on customer machines so we have had to resort to a manual install in order for them to be able to continue working and it has not been possible to hold onto those systems.

As soon as we see the problem again, we will let you know.

Kind regards,

Damien.

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Installer disappears after verifying package contents

Postby FrancescoT » Fri Aug 12, 2016 10:10 am

Dear Damien,

the best would be if you could let me have a VM clone of such system (VmWare format).

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 116 guests