0

We have a legacy WISE installer that we cannot get to run to completion. We keep experiencing an issue where the installer hangs when trying to execute a specific Custom Action that we use to configure the Databases. The custom action is a VB6 EXE.

We have gone back to older versions of our WSE file and rebuilt the install to a point that our clean install will function. Along the way we discovered that any time a new IIS application is added to the installer (in the Web Files section in WISE 7.0) the installer will hang when it gets to the custom actions at the. It seems to only hang on VB6 EXEs. We got a full install to work by creating a custom action to create the IIS application manually, but we need to have these Virtual Directories in the build so that the update can run, otherwise it will throw an error on systems with older versions installed where the installer had the virtual directories listed in it.

Even if we leave out all custom actions and try to just do a file update with the WISE installer, we cannot afterwards manually execute the VB6 EXE we need. A Windows Installer dialog will come up every time we try to run it saying "Preparing Installation" and the process we want to run will just sit there with 0 CPU use. This happens whether we run as Administrator or not. Does anyone know what might be going on?

John
  • 1
  • On what OS and IIS version do you get this behavior? Can you post any logs? – Bogdan Mitrache Mar 06 '20 at 06:53
  • You should re-make this with a more [modern setup creation product](https://stackoverflow.com/a/50229840/129130). VB6 might have problems running at all on Windows 10? Not sure. I suppose you could try to run the whole setup in compatibility mode - or I guess that might be done automatically (right click setup.exe => Property => Compatibility tab, set options for OS emulation). I don't think that will work either. – Stein Åsmul Mar 06 '20 at 12:43
  • Have you tried running WISE via debug mode? Off the top of my head, I can't think of any Windows 10 issues that might be stopping you from running this--I'm currently running a VB6 exe without any problem. Win 10 seems very gracious regarding old stuff (so far). – tkosinski Aug 06 '20 at 16:44

0 Answers0