Search found 37 matches

Go to advanced search

by toonetown
Fri Feb 09, 2024 2:32 pm
Forum: Building Installers
Topic: Control service control operation actions based off of property
Replies: 3
Views: 7531
 
Jump to post

Re: Control service control operation actions based off of property

Thank you - we will investigate implementing that.
by toonetown
Thu Feb 08, 2024 10:45 pm
Forum: Building Installers
Topic: Control service control operation actions based off of property
Replies: 3
Views: 7531
 
Jump to post

Control service control operation actions based off of property

Is it possible to control the service actions based off a property? For example, under Resources > Services > Control Operations > My Service > Actions > On Install, I want to select "Start" when the property is not set, and deselect "Start" when the property _IS_ set.
by toonetown
Tue Apr 27, 2021 2:38 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Re: Update existing aip to be ARM64

I was able to get this working and installed - ran into a separate issue (which I have outlined at viewtopic.php?f=5&t=47823, and have also sent in a support request for)

Thank you - as always - for your guidance and help!
by toonetown
Fri Apr 23, 2021 4:58 am
Forum: Building Installers
Topic: Error installing driver on ARM64 project
Replies: 3
Views: 20813
 
Jump to post

Re: Error installing driver on ARM64 project

I am installing a 64-bit driver (arm64) with a 64-bit inf file on a 64-bit OS (arm64). I don’t need a mixed package (and I don’t even think that there is a mixed package or arm (my understanding is the mixed package is for intel).
by toonetown
Sat Apr 17, 2021 1:38 am
Forum: Building Installers
Topic: Error installing driver on ARM64 project
Replies: 3
Views: 20813
 
Jump to post

Error installing driver on ARM64 project

I got my ARM64 installer working, but now it is failing with the following error: Action 18:33:15: MsiProcessDrivers. Action start 18:33:15: MsiProcessDrivers. MSI (s) (EC:D0) [18:33:15:687]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIB4BF.tmp, Entrypoint: ProcessDriverPackages DIFX...
by toonetown
Fri Apr 16, 2021 11:54 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Re: Update existing aip to be ARM64

Actually, in reading that quote, I think that for ARM64, the VersionNT64 would be set... For compatibility reasons, the property is also undefined if the Template Summary property indicates the package is for 32-bit Intel systems and the operating system is a 64-bit architecture that is not Intel64 ...
by toonetown
Fri Apr 16, 2021 7:06 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Re: Update existing aip to be ARM64

OK - thank you for the confirmation. That is enough information to get me looking into it further. I appreciate the pointers and help!
by toonetown
Fri Apr 16, 2021 4:41 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Re: Update existing aip to be ARM64

Is there a way to limit the versions of Windows on ARM that the installer will install onto?
by toonetown
Thu Apr 15, 2021 9:35 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Re: Update existing aip to be ARM64

One other question that came up - what supported operating systems do we choose for ARM64 installers? It only shows the x64 and x86 versions of windows when we are trying to build the ARM64 version.
Screen Shot 2021-04-15 at 2.34.49 PM.png
Screen Shot 2021-04-15 at 2.34.49 PM.png (62.79 KiB) Viewed 9329 times
by toonetown
Thu Apr 15, 2021 7:43 pm
Forum: Feature Requests
Topic: Support for Windows 10 Enterprise multi-session
Replies: 6
Views: 25096
 
Jump to post

Re: Support for Windows 10 Enterprise multi-session

So - I know that Windows 10 Enterprise multi-session reports itself as producttype 3. That's why my questions. I would like to be able to detect this environment (and allow my installation) - but I would like to _NOT_ allow installation on Windows server (which also identifies itself as productttype...
by toonetown
Thu Apr 15, 2021 7:05 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Re: Update existing aip to be ARM64

OK - I will play around with it, and I can report back here what I find. I also was able to modify my aip file to just have a separate build configuration - one for x64 and one for ARM64...and then I can just select which one I want to build from the command line as a part of my build scripts. So - ...
by toonetown
Thu Apr 15, 2021 6:22 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Re: Update existing aip to be ARM64

Thank you again!

Is there a page which documents the folder locations for ARM64 packages? The link you provided only shows those for intel/x86 packages.
by toonetown
Thu Apr 15, 2021 3:48 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Re: Update existing aip to be ARM64

Thank you - this functionality is what I would be looking for in a final implementation...but my main question is how I can migrate that template to be an ARM64 installer? Is there anything special that needs to happen, or any option that needs to be changed? Or, can I just save my existing project ...
by toonetown
Thu Apr 15, 2021 3:45 pm
Forum: Feature Requests
Topic: Support for Windows 10 Enterprise multi-session
Replies: 6
Views: 25096
 
Jump to post

Re: Support for Windows 10 Enterprise multi-session

Thank you for the response...I will check it out. However, I just want to validate that you intended it to be `MsiNTProductType = 1`...I think that multi-session identifies itself as producttype 3 (according to https://docs.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq) Also ...
by toonetown
Wed Apr 14, 2021 11:16 pm
Forum: Building Installers
Topic: Update existing aip to be ARM64
Replies: 16
Views: 12556
 
Jump to post

Update existing aip to be ARM64

We have compiled our application for ARM64, and would like to use the same (as much as possible) aip file for creating ARM64 installers. Can you just point a working x64 aip file to the new binaries and build an installer for ARM64, or is there some sort of conversion that is needed to be done?

Go to advanced search