|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hi:
I have about six or seven files I only need to install in the application directory on a 32-bit operating system. I've set a condition on this file to IntPtr.Size = 4, but it is not installing on 32-bit. Is there another condition I could set on these files? Thanks! |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
Conditions in install tools aren't pieces of .NET code (.NET has nothing to do with the Windows Installer). Conditions are based on Windows Installer properties. Something like - not VersionNT64 - might work as a condition that's true on 32-bit systems. -- Phil Wilson The Definitive Guide to Windows Installer http://www.apress.com/book/view/1590592972 "toadrw" <toadrw@discussions.microsoft.com> wrote in message news:15F2E439-A2F2-434B-BE4D-6B158BBBD1C7@microsoft.com... > Hi: > > I have about six or seven files I only need to install in the application > directory on a 32-bit operating system. I've set a condition on this file > to > IntPtr.Size = 4, but it is not installing on 32-bit. Is there another > condition I could set on these files? > > Thanks! |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
IntPtr.Size = 3
"toadrw" <toadrw@discussions.microsoft.com> wrote in message news:15F2E439-A2F2-434B-BE4D-6B158BBBD1C7@microsoft.com... > Hi: > > I have about six or seven files I only need to install in the application > directory on a 32-bit operating system. I've set a condition on this file > to > IntPtr.Size = 4, but it is not installing on 32-bit. Is there another > condition I could set on these files? > > Thanks! |
|
|
|
#4 (permalink) |
|
Guest
Posts: n/a
|
#
"Wilson, Phil" <philw@wonderware.nospam.com> wrote in message news:2B99285A-C493-46FC-B24A-D089AE2273FC@microsoft.com... > Conditions in install tools aren't pieces of .NET code (.NET has nothing > to do with the Windows Installer). Conditions are based on Windows > Installer properties. Something like - not VersionNT64 - might work as a > condition that's true on 32-bit systems. > > -- > Phil Wilson > The Definitive Guide to Windows Installer > http://www.apress.com/book/view/1590592972 > > > "toadrw" <toadrw@discussions.microsoft.com> wrote in message > news:15F2E439-A2F2-434B-BE4D-6B158BBBD1C7@microsoft.com... >> Hi: >> >> I have about six or seven files I only need to install in the application >> directory on a 32-bit operating system. I've set a condition on this >> file to >> IntPtr.Size = 4, but it is not installing on 32-bit. Is there another >> condition I could set on these files? >> >> Thanks! > |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|