Hi,Any anybody knows when in a property {String1} is resolved to the real value of the string "String1" and in a string [Property1] is resolved to the real value of property "Property1"Thanks.
Hello,My project is going to provide 2 different set of files for 64bit windows and 32bit windows.So I'm not sure if there are any best practice on them. Is there a way to provide a single installer that allow install different set of features/compon...
Hi, it's me again..I got a problem to hide a checkbox in SetupCompleteSuccess, I want to hide that checkbox if the system is Windows 7 64bit.I added 2 entries in Conditions table:Entry 1 -- Action: Hide Condition: VesionNT64>=601Entry 2 -- Action...
Hi,Anyone knows how to make the NewFeature2 invisible using some kind of conditions? For example, I actually want it to be invisible to user if this is an 64bit environment.Thanks
MichaelU wrote:Assuming you're asking if there's a way to specify these names, rather than if there's a way to change them dynamically at installation time, yes. Select each feature in the Setup Design or Features view of the Installation Designer, a...
jaybee96 wrote:This is the correct one for your specific request...:) Feature:Install Level = 1Display = Visible and ..Condition =level = 0 VersionNT64Oh, nice, didn't see that the Condition in Feature section can control the level!