prerak6962
Posts: 112
Joined: Mon Dec 08, 2014 5:26 pm

Property value not set

Thu Apr 25, 2019 9:22 am

Hello,

I am facing a weird issue on one of my test machines.

I have a property set in the install parameters with a value.

Code: Select all

VNC_PORT=5900
In one of the dialog, a text box has VNC_PORT as property name.
However, when I run the installer in the text box it shows Property.VNC_PORT instead of 5900.

This happens only on one of the machine. It's a Windows 2016 Server.
In the log file generated by the installer on that machine, all the other properties are set correctly, but this specific property is not set correctly. In the logs, it says:

Code: Select all

Property(S): VNC_PORT = Property.VNC_PORT
The project was built using Advanced Installer 15.9.

Do you have any idea, what might be causing the issue?

I have also attached the log file in case it might be helpful.
Attachments
MSI16B1.LOG
(608.81KiB)Downloaded 295 times

prerak6962
Posts: 112
Joined: Mon Dec 08, 2014 5:26 pm

Re: Property value not set

Thu Apr 25, 2019 1:23 pm

Upon inverstigation, I found that if I don't set the default value, it all works good.

Kratzer
Posts: 66
Joined: Wed Apr 10, 2013 5:36 pm

Re: Property value not set

Fri May 03, 2019 10:33 am

Are you using a setup with several languages and your 2016 server has a different language set than the other machines?
Did you select properties to be translated to different languages?
Then you have to go to translation/project strings and set the same value to the other languages as the default language.
Maybe this helps.

Catalin
Posts: 6542
Joined: Wed Jun 13, 2018 7:49 am

Re: Property value not set

Tue May 07, 2019 8:24 am

Hello Prerak, Bernd,

First of all, please accept my apologies for the delayed reply but we had our Orthodox Easter holiday here.

This is indeed a strange behavior. I am not quite sure why this behavior occurs. In order for me to further investigate this, could you please send me a copy of the .AIP file by e-mail at support at advancedinstaller dot com?

Also, could you please try what Bernd has suggested and see if that helps?

@Bernd, thank you for contributing to our forums. It is highly appreciated!

Looking forward to hearing from you.

All the best,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

prerak6962
Posts: 112
Joined: Mon Dec 08, 2014 5:26 pm

Re: Property value not set

Fri Jul 12, 2019 2:21 pm

Hi Kratzer, Catalin,

Indeed it was the language issue.
I had forgot to add the translation for the newly added property.

Thank you for the help.

Prerak

Catalin
Posts: 6542
Joined: Wed Jun 13, 2018 7:49 am

Re: Property value not set

Mon Jul 15, 2019 3:48 pm

You are always welcome, Prerak.

Glad to help.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”