Search found 55 matches

Go to advanced search

by davidjhomer
Mon Jun 21, 2021 11:46 am
Forum: Common Problems
Topic: BUG: Installer problems after installing .NET Framework 4.8 pre-requisite
Replies: 4
Views: 7364
 
Jump to post

Re: BUG: Installer problems after installing .NET Framework 4.8 pre-requisite

Is there any chance of a fix to this bug? We've tried to replace the code with a VBscript custom action as per your workaround to launch the application and a button to launch the URL from the finish form but they launch *behind* the installer. It's also a pretty nasty hack when we really want to us...
by davidjhomer
Mon Jun 21, 2021 11:45 am
Forum: Common Problems
Topic: BUG: AdvancedInstaller locks an exited installation
Replies: 8
Views: 10852
 
Jump to post

Re: BUG: AdvancedInstaller locks an exited installation

Is there any update on this?
by davidjhomer
Fri Jun 11, 2021 10:59 pm
Forum: Common Problems
Topic: BUG: AdvancedInstaller locks an exited installation
Replies: 8
Views: 10852
 
Jump to post

BUG: AdvancedInstaller locks an exited installation

Hello, We have an installer built using the latest AdvancedInstaller 18.3. (here is the compiled installer) https://www.centrel-solutions.com/software/beta/xialinks/xls4.2.2.exe We install .NET Framework 4.8 using the following parameters as an AdvancedInstaller pre-requisite. /passive /promptrestar...
by davidjhomer
Fri Jun 11, 2021 10:52 pm
Forum: Common Problems
Topic: BUG: Installer problems after installing .NET Framework 4.8 pre-requisite
Replies: 4
Views: 7364
 
Jump to post

BUG: Installer problems after installing .NET Framework 4.8 pre-requisite

Hello, We have an installer (here is the compiled installer) https://www.centrel-solutions.com/software/beta/xialinks/xls4.2.2.exe We install .NET Framework 4.8 using the following parameters as an AdvancedInstaller pre-requisite. /passive /promptrestart /showfinalerror .NET Framework 4.8 installs a...
by davidjhomer
Wed May 26, 2021 3:19 pm
Forum: Common Problems
Topic: [USR_LOCAL_SERVICE] resolves to LOCALSYSTEM
Replies: 1
Views: 3425
 
Jump to post

[USR_LOCAL_SERVICE] resolves to LOCALSYSTEM

However when I use [USR_LOCAL_SERVICE] as the username for a Windows Service the service is installed as LOCALSYSTEM. If I install the same service with NT AUTHORITY\Local Service as the username it installs correctly as NT AUTHORITY\Local Service. Is this a bug? Should [USR_LOCAL_SERVICE] resolve t...
by davidjhomer
Sat May 02, 2020 4:10 pm
Forum: Building Installers
Topic: Applying permissions to user created during installation?
Replies: 3
Views: 4566
 
Jump to post

Re: Applying permissions to user created during installation?

Having tried this bewarned running commands after Finish Execution that fail cause all kinds of problems, and stop the installer from rolling back.
by davidjhomer
Sun Apr 12, 2020 3:28 pm
Forum: Common Problems
Topic: AppPool Identity and Folder Permissions
Replies: 6
Views: 34328
 
Jump to post

Re: AppPool Identity and Folder Permissions

Yes I just ran into this. It would be nice to have an AdvancedInstaller set permissions custom action which we could call later rather than cobbling together a script or using cacls.
by davidjhomer
Thu Jan 24, 2019 4:58 pm
Forum: Common Problems
Topic: AdvancedInstaller ODBC Connect: Timeout exceeded
Replies: 21
Views: 57159
 
Jump to post

Re: AdvancedInstaller ODBC Connect: Timeout exceeded

We fixed it by just bundling the ODBC Driver 17 for SQL Server and configuring AI to use that specific driver. Driver={ODBC Driver 17 for SQL Server};Server=[DATABASE_INSTANCE]; Trusted_Connection=yes; Database=[DATABASE_NAME] As a feature request it would be good for Advanced Installer to support a...
by davidjhomer
Thu May 10, 2018 11:38 am
Forum: Common Problems
Topic: AdvancedInstaller ODBC Connect: Timeout exceeded
Replies: 21
Views: 57159
 
Jump to post

Re: AdvancedInstaller ODBC Connect: Timeout exceeded

Hello we currently use the {SQL Server} ODBC driver which isn't compatible with TLS 1.0 being disabled. If we want to use the new SQL OBDC driver or SQL native client how do we do this? We don't want to hard code "SQL Native Client 11" or "SQL Native Client 12" in the list howeve...
by davidjhomer
Wed Jun 21, 2017 11:40 am
Forum: Common Problems
Topic: Uninstall fails to elevate UAC permissions correctly
Replies: 9
Views: 7828
 
Jump to post

Re: Uninstall fails to elevate UAC permissions correctly

Hello, Yes this has resolved the issue and has been tested our client and server products, thank you! I would definitely recommend that this is mentioned in the UI or the help because this setting does suggest that the setup will be run as Administrator, whereas this doesn't apply to Add/Remove prog...
by davidjhomer
Fri Jun 16, 2017 3:22 pm
Forum: Common Problems
Topic: Uninstall fails to elevate UAC permissions correctly
Replies: 9
Views: 7828
 
Jump to post

Re: Uninstall fails to elevate UAC permissions correctly

Yes, exactly what I was looking for! "This issue is not related to Advanced Installer." Well it is related to Advanced Installer because it doesn't elevate unless you tick this box. This works with the sample, we will now fully test this with our main application and confirm that this is n...
by davidjhomer
Fri Jun 16, 2017 9:39 am
Forum: Common Problems
Topic: Uninstall fails to elevate UAC permissions correctly
Replies: 9
Views: 7828
 
Jump to post

Re: Uninstall fails to elevate UAC permissions correctly

I tried calling support, no-one answers and left a voicemail.

We've clearly presented a bug in UAC elevation during uninstallation but no one in support is willing to listen. I'm getting very nervous now with the large number of security related bugs we are reporting to you with this product.
by davidjhomer
Fri Jun 16, 2017 9:28 am
Forum: Common Problems
Topic: Uninstall fails to elevate UAC permissions correctly
Replies: 9
Views: 7828
 
Jump to post

Re: Uninstall fails to elevate UAC permissions correctly

Hello, At the request of support the installer has been modified so that the uninstall custom action occurs before the "Remove Resources" stage. This does NOT fix the issue. The .aip file is attached. Here is the application compiled http://www.centrel-solutions.com/temp/breakingapp.exe Th...
by davidjhomer
Fri Jun 09, 2017 3:49 pm
Forum: Common Problems
Topic: Uninstall fails to elevate UAC permissions correctly
Replies: 9
Views: 7828
 
Jump to post

Re: Uninstall fails to elevate UAC permissions correctly

Thank you for the reply, please let me know as soon as possible when there is a solution. Our customers cannot remove our software unless they have the specific Administrator user credentials.


Thanks,


Dave
by davidjhomer
Fri Jun 09, 2017 12:56 pm
Forum: Common Problems
Topic: Uninstall fails to elevate UAC permissions correctly
Replies: 9
Views: 7828
 
Jump to post

Uninstall fails to elevate UAC permissions correctly

We have a major issue with uninstalls failing to work 1. Create a new project that has a folder called "Secure" set the NTFS permissions so that only SYSTEM and Administrators can access the folder. 2. Place in the folder cacls.exe (this is just an example our project this would be a Windo...

Go to advanced search