Search found 37 matches

Go to advanced search

by toonetown
Fri Apr 09, 2021 4:09 pm
Forum: Feature Requests
Topic: Support for Windows 10 Enterprise multi-session
Replies: 6
Views: 26086
 
Jump to post

Support for Windows 10 Enterprise multi-session

Would it be possible to support Windows 10 Enterprise multi-session (previously Enterprise for Virtual Desktops)? According to the FAQ at https://docs.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq, multi-session identifies itself in the ProductType with a value of 3 (same as ...
by toonetown
Wed Nov 18, 2020 6:53 pm
Forum: Building Installers
Topic: Building Mixed AMD64/ARM64 package
Replies: 5
Views: 3233
 
Jump to post

Re: Building Mixed AMD64/ARM64 package

OK - thank you for the quick response!
by toonetown
Wed Nov 18, 2020 6:07 pm
Forum: Building Installers
Topic: Building Mixed AMD64/ARM64 package
Replies: 5
Views: 3233
 
Jump to post

Re: Building Mixed AMD64/ARM64 package

Doing this will result in multiple MSI files being created - is that correct?

Is there a future feature planned to do mixed ARM/Intel installers in a single MSI?
by toonetown
Wed Nov 18, 2020 5:30 pm
Forum: Building Installers
Topic: Building Mixed AMD64/ARM64 package
Replies: 5
Views: 3233
 
Jump to post

Building Mixed AMD64/ARM64 package

How would we go about building an AMD64/ARM64 mixed installer (similar to how you would build a 32/64-bit mixed installer)?
by toonetown
Thu Jul 02, 2020 4:12 pm
Forum: Building Installers
Topic: Need to delay driver service starting
Replies: 4
Views: 5077
 
Jump to post

Re: Need to delay driver service starting

Thank you both - Daniel's solution worked for us, and is closer to what we are wanting to achieve.
by toonetown
Tue Jun 30, 2020 1:42 am
Forum: Building Installers
Topic: Need to delay driver service starting
Replies: 4
Views: 5077
 
Jump to post

Need to delay driver service starting

I have an application which installs a driver and some files, and it also runs a command - but it needs to run the command prior to services (including the driver) being started. I have the following custom actions (in this order) - InstallFiles (standard action) - Custom Action (executes a file tha...
by toonetown
Tue May 14, 2019 4:28 pm
Forum: Building Installers
Topic: Windows LTSC/LTSB
Replies: 5
Views: 4376
 
Jump to post

Re: Windows LTSC/LTSB

Wow! Very detailed and understandable response. Thank you very much!
by toonetown
Tue May 14, 2019 2:13 pm
Forum: Building Installers
Topic: Windows LTSC/LTSB
Replies: 5
Views: 4376
 
Jump to post

Re: Windows LTSC/LTSB

So - I know pretty much nothing about Powershell...I am able to see that when I run this command:

Code: Select all

gwmi win32_operatingsystem | select OperatingSystemSKU
It returns the value 125 when running on LTSC. How can I translate that into an inline script for use with Advanced Installer?
by toonetown
Mon May 13, 2019 4:55 pm
Forum: Building Installers
Topic: Windows LTSC/LTSB
Replies: 5
Views: 4376
 
Jump to post

Windows LTSC/LTSB

Is there a way to detect (and prevent installation) on Windows 10 Long-term Service Channel (LTSC)?
by toonetown
Fri Jun 22, 2018 10:54 pm
Forum: Common Problems
Topic: Removal of registry keys on uninstall, but not on upgrade
Replies: 8
Views: 13413
 
Jump to post

Re: Removal of registry keys on uninstall, but not on upgrade

Commenting on a super-old thread...but I found a way to achieve this. In the component properties (under Organization) for my registry key I don't want removed, I set it as "Never Overwrite" and "Do not register this component with Windows Installer". The value "sticks"...
by toonetown
Thu Jun 21, 2018 10:10 pm
Forum: Building Installers
Topic: Possible to use registry value as a condition
Replies: 2
Views: 2226
 
Jump to post

Re: Possible to use registry value as a condition

Looks like I can achieve what I want by setting up a Search...
by toonetown
Thu Jun 21, 2018 10:05 pm
Forum: Building Installers
Topic: Possible to use registry value as a condition
Replies: 2
Views: 2226
 
Jump to post

Possible to use registry value as a condition

Is it possible to use the presence (or lack of) a registry value as a condition for a custom action? Alternatively, is there a way to set a property to be the value of a registry key (I can then use the property in my condition).

Ideally, I'd like to do this without writing a custom action itself...
by toonetown
Mon Jun 11, 2018 4:57 pm
Forum: Building Installers
Topic: Launch Installed File as different user
Replies: 3
Views: 2601
 
Jump to post

Re: Launch Installed File as different user

Our upgrade installer is automatically launched and silently run by a service running as the local SYSTEM account. That is the reason we are not able to launch as the logged on user. I guess we will go the custom dll route. I just wanted to make sure that I wasn’t missing something prebuilt into adv...
by toonetown
Thu Jun 07, 2018 6:01 pm
Forum: Building Installers
Topic: Launch Installed File as different user
Replies: 3
Views: 2601
 
Jump to post

Launch Installed File as different user

Is there a way to run the custom actaion "Launch Installed File" as a different user? For example, I'd like to run an application as the currently logged-in user (as fetched by the `LogonUser` property). I have investigated using `runas` command, but that prompts for a password. I can also...
by toonetown
Tue Jun 05, 2018 2:05 pm
Forum: Building Installers
Topic: Specify minimum operating system
Replies: 3
Views: 2634
 
Jump to post

Re: Specify minimum operating system

My question was more of how can I support future operating system releases *without* needing to upgrade AI.

Go to advanced search