cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
norsie
Level 4

Display OS and bits

hello installshield community.

1. How can i display to the user wheter he has 32/64 bits OS? I dont need to install seperate apps for that, I just to let him know about how much bits he has.  I found no desegnated property.

from the other posts i learned i can wrap 2 setups in a advanced suit. that can work. but is there a simpler way to just inform the user about his OS bits?

 

2. Same with OS,  there is property "VersionNT" it display 501 (xp) 603 (windows 😎 but can i display the number of the version itself  ("windows 10") rather than the numbers of the property "VersionNT"?

 

thank you!

Labels (1)
0 Kudos
(4) Replies
norsie
Level 4

a third question: can i pass properties to the installed txt file?

for example when the user install the text file, in it it will say [the value of some property]
0 Kudos

to the third question: change file name and file content with said properties.
0 Kudos

 

hi @norsie ,

 

To display the message based on the operating system bits, you can use the install condition in the general information. There the condition can be configured based on the bit specific properties listed in the below link:

https://docs.microsoft.com/en-us/windows/win32/msi/using-64-bit-windows-installer-packages

 

And to modify the content of a text file based on the property value, can be configured in the text file changes view https://docs.flexera.com/installshield25helplib/helplibrary/TextFileChangesView.htm?

0 Kudos

ok let me ask another question then. if [someproperty] = true.

how can i display cetain message then and other message for the opposite?

0 Kudos