Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Windows MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 04-02-2010, 06:01 PM   #1 (permalink)
toadrw
Guest
 
Posts: n/a
Default Install Conditions on File

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!
  Reply With Quote
Old 04-02-2010, 06:01 PM   #2 (permalink)
Wilson, Phil
Guest
 
Posts: n/a
Default Re: Install Conditions on File


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!


  Reply With Quote
Old 04-04-2010, 03:01 AM   #3 (permalink)
hixxxej
Guest
 
Posts: n/a
Default Re: Install Conditions on File

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!


  Reply With Quote
Old 04-04-2010, 04:02 AM   #4 (permalink)
hixxxej
Guest
 
Posts: n/a
Default Re: Install Conditions on File

#

"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!

>


  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:10 PM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com