Feb 11, 2020
02:59 AM
IS 2019 R3 - the same problem Unspecified error ISWiAutomation.ISWiRelease.BuildInternal ISWiAutomation.ISWiRelease.Build Code: 800A4005 Source: ISWiAuto25
... View more
Feb 20, 2014
07:48 AM
Anyway a property is a string value. Convert you numeric value to string. Dim defaultPort, s1, s2 defaultPort = 16317 s1 = CStr(defaultPort) Session.Property("DEFAULT_PORT") = s1 s2 = Session.Property("DEFAULT_PORT") MsgBox s2
... View more
Latest posts by Domnitch
Subject | Views | Posted |
---|---|---|
2096 | Feb 11, 2020 02:59 AM | |
747 | Feb 20, 2014 07:48 AM |
Activity Feed
- Posted IS 2019 R3 - the same problem on InstallShield Forum. Feb 11, 2020 02:59 AM
- Posted Re: Is it possible to use a custom action to set a property to a numeric value on InstallShield Forum. Feb 20, 2014 07:48 AM