Is there any way to create one common PowerShel executable for 32bit and 64 bit?

Use this forum to ask questions after your subscription maintenance expires or before you buy. Need information on licensing or pricing? Questions about a trial version? This is the right place for you. No scripting questions, please.
Forum rules
DO NOT POST SUBSCRIPTION NUMBERS, LICENSE KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.
This topic is 7 years and 1 week old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
ashishk
Posts: 19
Last visit: Mon Apr 10, 2017 12:08 am

Is there any way to create one common PowerShel executable for 32bit and 64 bit?

Post by ashishk »

Product, version and build:
(*** Please do not write "latest" as a version, specify a version number ***)
32 or 64 bit version of product: PrimalScript 2017 64 bit
Operating system: 64 bit
32 or 64 bit OS:

DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM

Hello

I wan to create a common PowerShell script executable which can run on 32 bit and 64 bit?

I select the Package Setting Target as Microsoft 32bit and 64 bit and build it. It is creating two separate executable for 32 bit and 64 Bit. I want to create a common executable, so I need not to bother which user 32 bit or 64 bit laptop.

Ashu
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Is there any way to create one common PowerShel executable for 32bit and 64 bit?

Post by davidc »

If you select the "Microsoft Windows Native" target, it will create a bootstrapper executable that will launch the appropriate version for you.

Please refer to the following article for more details:

https://www.sapien.com/blog/2016/10/24/ ... -features/
David
SAPIEN Technologies, Inc.
This topic is 7 years and 1 week old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.