Search found 6584 matches

Go to advanced search

by Catalin
Thu Mar 28, 2024 3:00 pm
Forum: Common Problems
Topic: Powershell Script don't run during installation Windows 10 LTSB2016 (IOT), Manually it's OK.
Replies: 6
Views: 8379
 
Jump to post

Re: Powershell Script don't run during installation Windows 10 LTSB2016 (IOT), Manually it's OK.

Hello Markus, Thank you once again for the followup on this. That's really strange, as I've just tested this on a normal Windows VM and it launches the correct 64-bit PowerShell launcher. It's true, however, that I do not have access to a machine with a Windows like yours and therefore can not reall...
by Catalin
Thu Mar 28, 2024 2:54 pm
Forum: Building Installers
Topic: Install attached file (exe) only if not already installed
Replies: 5
Views: 13075
 
Jump to post

Re: Install attached file (exe) only if not already installed

Hello, From what I can see, you are trying to look in the 64-bit version of the Program Files folder. By default, this search will be redirected to Program Files (x86) if your setup is of 32-bit (you can check this in the "Install Parameters" page). That being said, please make sure the se...
by Catalin
Thu Mar 28, 2024 9:16 am
Forum: Common Problems
Topic: Azure DevOps Task Hangs
Replies: 3
Views: 7572
 
Jump to post

Re: Azure DevOps Task Hangs

Hello,

Thank you for your followup on this.

I am glad we managed to find the culprit here.

Best regards,
Catalin
by Catalin
Wed Mar 27, 2024 4:55 pm
Forum: Common Problems
Topic: Prerequisite checkboxes checked, even when action is 'Skip'
Replies: 3
Views: 4762
 
Jump to post

Re: Prerequisite checkboxes checked, even when action is 'Skip'

Hello Chris, Thank you very much for providing the sample project. Upon testing this, I can indeed confirm the behavior. I have forwarded this to our development team. In the meantime, I have noticed that this works as expected if you check the "Framework" option for the .NET Runtime prere...
by Catalin
Wed Mar 27, 2024 3:51 pm
Forum: Common Problems
Topic: Google Chrome Like Software Updates
Replies: 2
Views: 6415
 
Jump to post

Re: Google Chrome Like Software Updates

Hello Obay, Apologies for the delayed reply. In order to achieve what you want, we need to make use of the updater's command options - Advanced Installer Updater . For instance, in your case, we can make use of the /silentall parameter. Now, in order to achieve that, we have to automatically call th...
by Catalin
Wed Mar 27, 2024 2:44 pm
Forum: Building Installers
Topic: Could not write value INF during install of a repackaged program.
Replies: 6
Views: 8456
 
Jump to post

Re: Could not write value INF during install of a repackaged program.

Hello Johannes, That was happening because of some noise registry entries captured during the repackaging session. I will paste below the reply from email: I've finished my investigations regarding this and here would be the conclusions: - the keys from under SYSTEM\WaaS\WaaSMedic\TaskStore are syst...
by Catalin
Wed Mar 27, 2024 12:20 pm
Forum: Common Problems
Topic: Remote install freeze at AI_VerifyPrereq
Replies: 3
Views: 8585
 
Jump to post

Re: Remote install freeze at AI_VerifyPrereq

Hello, What I find a bit confusing is this: - the MSI install the prerequisite and then uninstall them after that the installation freeze Could you please ellaborate more on this? How is the prerequisite installed and then uninstalled during the same installation process of the main package? Or even...
by Catalin
Wed Mar 27, 2024 12:09 pm
Forum: Common Problems
Topic: Powershell Script don't run during installation Windows 10 LTSB2016 (IOT), Manually it's OK.
Replies: 6
Views: 8379
 
Jump to post

Re: Powershell Script don't run during installation Windows 10 LTSB2016 (IOT), Manually it's OK.

Hello Markus, First of all, I am glad you managed to find a workaround for the issue. Now, regarding the Powershell script, have you tried setting it as 64-bit? If so, did it help? Pretty sure that the 64-bit option should launch the 64-bit version of Powershell from the system. Best regards, Catalin
by Catalin
Tue Mar 26, 2024 3:30 pm
Forum: Common Problems
Topic: Nuget package dependencies
Replies: 9
Views: 66057
 
Jump to post

Re: Nuget package dependencies

Hello Zsolt,

You are always welcome! :)

Regarding your question, I'm afraid that might not be possible currently.

However, I will discuss with our dev team to see whether or not we can improve our current support.

Best regards,
Catalin
by Catalin
Tue Mar 26, 2024 3:28 pm
Forum: Common Problems
Topic: Powershell Script don't run during installation Windows 10 LTSB2016 (IOT), Manually it's OK.
Replies: 6
Views: 8379
 
Jump to post

Re: Powershell Script don't run during installation Windows 10 LTSB2016 (IOT), Manually it's OK.

Hello Markus, If the script is not running, I would advise checking the execution policy set on that LTSB2016 machine. To do so, you can open a PowerShell and then run the following cmdlet: Get-ExecutionPolicy . For more information about execution policies, please refer to the following article: ab...
by Catalin
Tue Mar 26, 2024 2:45 pm
Forum: Common Problems
Topic: AI_SetMsiProperty isn't working in inline Powershell immediate action
Replies: 5
Views: 9997
 
Jump to post

Re: AI_SetMsiProperty isn't working in inline Powershell immediate action

Hello and welcome to our forums, The fact that this only reproduces on one customer's machine means it will be quite hard to investigate, as most likely it's a corner case. I honestly can not think of any reason why setting the property would fail. Does your customer have any AV software installed? ...
by Catalin
Tue Mar 26, 2024 1:48 pm
Forum: Building Installers
Topic: Advanced Installer Project Build - temp file location
Replies: 3
Views: 5038
 
Jump to post

Re: Advanced Installer Project Build - temp file location

You are always welcome, Ian.

Best regards,
Catalin
by Catalin
Tue Mar 26, 2024 1:27 pm
Forum: Common Problems
Topic: Discrepancies between exe and MSI build
Replies: 3
Views: 6998
 
Jump to post

Re: Discrepancies between exe and MSI build

Hello Matt, That might be happening if your MSI build is of 32-bit. If you have multiple builds, e.g. one for EXE and one for MSI, then the MSI build might be 32-bit. You can check this by going to the "Install Parameters" page and checking the bitness for your MSI build: Screenshot_130.pn...
by Catalin
Tue Mar 26, 2024 1:24 pm
Forum: Common Problems
Topic: Updater GitHub Integration throws 0xE000000C
Replies: 11
Views: 24626
 
Jump to post

Re: Updater GitHub Integration throws 0xE000000C

You are always welcome, Goran.

I am glad that I was able to assist.

Best regards,
Catalin
by Catalin
Tue Mar 26, 2024 1:23 pm
Forum: Building Installers
Topic: Advanced Installer Project Build - temp file location
Replies: 3
Views: 5038
 
Jump to post

Re: Advanced Installer Project Build - temp file location

Hello Ian, Is there a way to centralise where all temp files are located during a build of a project? (I've not found any documentation on this yet). I'm afraid that is not possible. However, I think you can whitelist the %temp% folder together with the build folder and that should suffice. Hope thi...

Go to advanced search