lucasx24
9th September 2005 11:55 UTC
why button disappear ?
I have this code:
!insertmacro MUI_INSTALLOPTIONS_WRITE "softwareComp.ini" "Field 26" "Type" "button"
!insertmacro MUI_INSTALLOPTIONS_WRITE "softwareComp.ini" "Field 26" "Text" "Upgrade"
!insertmacro MUI_INSTALLOPTIONS_WRITE "softwareComp.ini" "Field 26" "State" "http://www.microsoft.com/windowsxp/pro/default.mspx"
and when Custom Page appear then this button has been shown only for 1 second and then disappear. how to solve this ?
any help appreciated...
kichik
9th September 2005 12:00 UTC
Attach a complete example. It's impossible to tell for sure with just those three lines.
lucasx24
9th September 2005 12:13 UTC
example attached
kichik
9th September 2005 12:17 UTC
A complete example is an example that compiles and shows the problem. Preferably, it'd be as minimal as possible. Your example is just the specific code that calls those three lines. The problem might be in the INI file or in some setting set in the script that includes those functions.
lucasx24
9th September 2005 13:37 UTC
yeah problem is in ini file sorry I didnt check the other fields which have left and right attributes -1
thx anyway that u wanted to help me