yawar.k
Posts: 1
Joined: Fri Oct 22, 2021 1:44 pm

Getting Build Error while installing setup in Citrix Environment

Fri Oct 22, 2021 2:04 pm

I have prepared the build for one for my VSTO project, we need to add some folders in Appdata/Roaming Folder every thing seems to be working fine in normal installation but when one of my client is trying to install it in there citrix's environment we are getting below error.
Image

I had also attached the Folder Premission to that we can identify the issue.
aip.jpg
aip.jpg (121.61KiB)Viewed 6082 times
Can u please help me out with this error i am not able find what is the root cause of it

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: Getting Build Error while installing setup in Citrix Environment

Mon Oct 25, 2021 10:53 am

Hello and welcome to our forums,

I'm not really sure why this happens.

Can you please send us the .AIP (project file) and an installation log when this problem happens, by email to support at advancedinstaller dot com so we can further test and investigate this?

You can create an installation log by launching your setup package with a command line like this:

Code: Select all

msiexec /i setup.msi /L*V installLog.txt
when using an MSI package type, or a command like this

Code: Select all

setup.exe /L*V installLog.txt
when using an EXE package type.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”