Page 1 of 1

Run .NET Installer Class doesn't work

Posted: Thu Jul 23, 2015 2:27 pm
by wbrussell
using IA X2 build 4.03.15 on win 7 64-bit

These commands don't work anymore from previous installer:

Run .NET Installer Class $TARGETDIR$\emailroutersvc.exe
Run .NET Uninstaller Class $TARGETDIR$\emailroutersvc.exe

If I comment these out in my code and replace with this it works fine.

Run Program $WINDIR$\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe "$TARGETDIR$\emailroutersvc.exe"
Run Program $WINDIR$\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u "$TARGETDIR$\emailroutersvc.exe"

Where and how is your installer class getting the path to the installutil.exe?

Re: Run .NET Installer Class doesn't work

Posted: Thu Jul 23, 2015 2:36 pm
by wbrussell
This explains why some of my sites (not all), services never install so I have to do a manual call to installutil.exe.

Re: Run .NET Installer Class doesn't work

Posted: Fri Jul 24, 2015 11:36 am
by FrancescoT
Let me check it.

Regards

Re: Run .NET Installer Class doesn't work

Posted: Tue Jan 14, 2020 2:48 pm
by rodm
I have just updated to Installaware X11 and the .net Installer Class function no longer works. Is there any fix for this coming?

Re: Run .NET Installer Class doesn't work

Posted: Tue Jan 21, 2020 12:26 pm
by FrancescoT
rodm wrote:I have just updated to Installaware X11 and the .net Installer Class function no longer works. Is there any fix for this coming?

Run .NET Installer Class doesn't have any problem. The problem here is due some errors present with the setup script.