MichelZ
Posts: 5
Joined: Tue Jan 28, 2014 9:05 am

Invalid license data. Reinstall is required.

Tue Jan 28, 2014 9:09 am

Hello

We have a similar problem as in:
http://www.advancedinstaller.com/forums ... 150#p58439

The error when we try to import a WiX project is:
Microsoft Visual Studio 2010 Shell: Invalid license data. Reinstall is required.

We do not have a full Visual Studio 2010 installed, only the Shell (Standalone mode)
It was most probably installed by MSSQL Management Studio 2012

We do have Full Visual Studio 2012 Premium and Visual Studio 2013 Premium installed.

Anything we can do?
We are trying to evaluate Advanced Installer's capabilities, and the first feature we use does not work.. :(

Thanks
Michel

Dan
Posts: 4513
Joined: Wed Apr 24, 2013 3:51 pm

Re: Invalid license data. Reinstall is required.

Tue Jan 28, 2014 3:01 pm

Hello Michel and welcome to our forums,

Thank you for your interest in Advanced Installer.

I'm not sure why you encountered this behavior.
Can you please try to enable the I don't have a WIX Visual Studio project file. I'll pick the source files manually option during Wix Import Wizard and see if the behavior still persist?

Please let me know if that helped.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

MichelZ
Posts: 5
Joined: Tue Jan 28, 2014 9:05 am

Re: Invalid license data. Reinstall is required.

Tue Jan 28, 2014 3:56 pm

Dan

With this I get:
CustomActions.wxs: error CNDL0150: Undefined preprocessor variable '$(var.Platform)'

MichelZ
Posts: 5
Joined: Tue Jan 28, 2014 9:05 am

Re: Invalid license data. Reinstall is required.

Tue Jan 28, 2014 4:00 pm

OK, I figured out that the Variables need to be named without $() and without var.
So:
Platform=x86

After doing that to all errors, I now get:
A row with this key [APPDIR\Webservice\bin] was already registered in the table.

on action:
Resolving external tables references.

I guess I'm better off creating a new installer from scratch? :)

Dan
Posts: 4513
Joined: Wed Apr 24, 2013 3:51 pm

Re: Invalid license data. Reinstall is required.

Wed Jan 29, 2014 9:43 am

Hi Michel,
OK, I figured out that the Variables need to be named without $() and without var.
So:
Platform=x86
Indeed, you have to define the related variables from the script in the Wizard Preprocesor page.
After doing that to all errors, I now get:
A row with this key [APPDIR\Webservice\bin] was already registered in the table.
I guess I'm better off creating a new installer from scratch?
You can create an Advanced Installer from scratch. However, we would greatly appreciate if you could send us the WIX project to support at advancedinstaller dot com so we can investigate this.

If you have other questions, please let us know.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

MichelZ
Posts: 5
Joined: Tue Jan 28, 2014 9:05 am

Re: Invalid license data. Reinstall is required.

Wed Jan 29, 2014 10:17 am

Thanks Dan, I've sent the WiX project through.

Return to “Common Problems”