Jan 21, 2010
10:25 PM
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, and edit the Display Name property. If you're asking about doing this dynamically, I don't think there's a good way for a Basic MSI project, but there may be one for InstallScript setups. See FeatureAddItem and its example for an idea down that road, if you're using an InstallScript project. Oh, yes, thank you Mike, I'm actually asking the second - dynamically. The only one idea I can have is using the setup.exe, i.e. when setup.exe has extracted the .msi I use some MsiOpenDatabase() call to change the .msi database first. However, it wasn't that possible for I don't see anyway that I can modify the setup.exe generated by InstallShield IDE or adding some callbacks to that.
... View more
Jan 21, 2010
05:06 AM
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.
... View more
Labels
- Labels:
-
InstallShield 2010
Jan 21, 2010
04:05 AM
Hello, Is there an easy way to change the feature's display name in runtime? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2010
Jan 11, 2010
04:26 AM
Yeah, agree and thanks. Also found some post about 64bit install in MSDN. http://msdn.microsoft.com/en-us/library/aa372855(VS.85).aspx
... View more
Jan 11, 2010
03:53 AM
TsungH wrote: There is a typo in the condition. :eek: :eek: :eek:
... View more
Jan 07, 2010
09:00 AM
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/components conditionally? Is that a good way? And if some user has installed my 32bit stuffs(they are runnable in 64bit environment although not good enough) using 32bit installer, and later some day they'd upgrade them to 64bit, what's my option to make the old 32bit stuffs removed and 64bit installed? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2010
Jan 06, 2010
08:34 AM
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>=601 Entry 2 -- Action: Show Condition: NOT VersionNT64>=601 But that checkbox always show regardless of the OS platform. Then I created a small testing InstallShield project and did the same thing, and it worked! However it still don't work in my production project. So anyone knows what can prevent the condition VersionNT64>=601 from functioning? Or is there some other reasons?:confused:
... View more
Labels
- Labels:
-
InstallShield 2010
Jan 06, 2010
07:38 AM
jaybee96 wrote: This is the correct one for your specific request...:) Feature: Install Level = 1 Display = Visible and .. Condition = level = 0 VersionNT64 Oh, nice, didn't see that the Condition in Feature section can control the level!
... View more
Jan 05, 2010
07:36 AM
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
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 11, 2009
08:51 PM
Holger_G wrote: If you have not, please refer to the INSTALLLEVEL Property. :eek: Nice..
... View more
Nov 11, 2009
01:04 AM
Hi, A simple question. How can I make a feature(Feature2 in the attachment) by default "not available"? :eek:
... View more
Labels
- Labels:
-
InstallShield 2010
Aug 21, 2009
06:10 AM
RobertDickau wrote: Please see the MSI help topic "Examples of Conditional Statement Syntax"; there's an example for detecting a component reinstall that you should be able to adapt... 😄 Too good..
... View more
Aug 20, 2009
09:34 AM
Hello, I know if &Feature1=2 is the condition that Feature1 is going to be removed and &Feature1=3 is the condition that Feature1 is going to be installed. But looks there is no value for a "reinstall". Also the way using REINSTALL> Any better way? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 17, 2009
11:33 AM
Looks a related thread here: http://community.acresso.com/archive/index.php?t-181725.html Not sure if there are any updates on this issue?
... View more
Latest posts by ussraf
Subject | Views | Posted |
---|---|---|
922 | Jan 22, 2010 10:38 PM | |
922 | Jan 21, 2010 10:25 PM | |
1259 | Jan 21, 2010 05:06 AM | |
2976 | Jan 21, 2010 04:05 AM | |
560 | Jan 11, 2010 04:26 AM | |
528 | Jan 11, 2010 03:53 AM | |
2567 | Jan 07, 2010 09:00 AM | |
2320 | Jan 06, 2010 08:34 AM | |
798 | Jan 06, 2010 07:38 AM | |
2459 | Jan 05, 2010 07:36 AM |
Activity Feed
- Posted Re: Runtime Change a Feature's Description on InstallShield Forum. Jan 22, 2010 10:38 PM
- Posted Re: Runtime Change a Feature's Description on InstallShield Forum. Jan 21, 2010 10:25 PM
- Posted How and When [] and {} are resolved? on InstallShield Forum. Jan 21, 2010 05:06 AM
- Posted Runtime Change a Feature's Description on InstallShield Forum. Jan 21, 2010 04:05 AM
- Posted Re: What's best practise for deploying a 64bit installer and 32bit installer? on InstallShield Forum. Jan 11, 2010 04:26 AM
- Posted Re: Hide A CheckBox in SetupCompleteSuccess Dialog for Win7 64Bit on InstallShield Forum. Jan 11, 2010 03:53 AM
- Posted What's best practise for deploying a 64bit installer and 32bit installer? on InstallShield Forum. Jan 07, 2010 09:00 AM
- Posted Hide A CheckBox in SetupCompleteSuccess Dialog for Win7 64Bit on InstallShield Forum. Jan 06, 2010 08:34 AM
- Posted Re: How to Conditionally Hide the Feature? on InstallShield Forum. Jan 06, 2010 07:38 AM
- Posted How to Conditionally Hide the Feature? on InstallShield Forum. Jan 05, 2010 07:36 AM
- Posted Re: How to Make a Feature Default Unavailable? on InstallShield Forum. Nov 11, 2009 08:51 PM
- Posted How to Make a Feature Default Unavailable? on InstallShield Forum. Nov 11, 2009 01:04 AM
- Posted Re: The condition to determine a feature is to be reinstalled on InstallShield Forum. Aug 21, 2009 06:10 AM
- Posted The condition to determine a feature is to be reinstalled on InstallShield Forum. Aug 20, 2009 09:34 AM
- Posted Re: ISCmdBld.exe return -1073741819 on InstallShield Forum. Jul 17, 2009 11:33 AM
- Posted ISCmdBld.exe return -1073741819 on InstallShield Forum. Jul 17, 2009 11:20 AM
- Posted Re: Dynamically Change Banners and Images? on InstallShield Forum. Jul 10, 2009 08:32 AM
- Posted Re: Dynamically Change Banners and Images? on InstallShield Forum. Jul 10, 2009 08:14 AM
- Posted Re: Dynamically Change Banners and Images? on InstallShield Forum. Jul 09, 2009 08:01 AM
- Posted Re: Dynamically Change Banners and Images? on InstallShield Forum. Jul 08, 2009 08:24 AM