Search found 14 matches

Go to advanced search

by FrodoH
Thu Mar 12, 2020 6:27 pm
Forum: Common Problems
Topic: Disable launch condition
Replies: 3
Views: 7447
 
Jump to post

Disable launch condition

I stupidly enabled the launch condition that allows installer to run only if active internet connection is found. Is there a way to disable this launch condition at run-time?

Thank you for your consideration.
by FrodoH
Tue Jan 28, 2020 11:12 pm
Forum: Common Problems
Topic: Bootstrapper executable path
Replies: 1
Views: 1786
 
Jump to post

Bootstrapper executable path

I would like to be able to identify the path to bootstrapper executable in my script. Specifically, I want to be able be able to identify which installer build was used to install the software and my idea is to calculate MD5 hash of the Setup.exe file and write to a text file but I cannot figure out...
by FrodoH
Fri Jun 02, 2017 4:39 pm
Forum: Installer Analytics
Topic: Disable analytics
Replies: 2
Views: 53183
 
Jump to post

Disable analytics

Is there a client install time switch for disabling Analytics for customers that prefer to protect their privacy? That is, can customers chose to opt out of Installer Analytics reporting at setup run time?
by FrodoH
Fri Jul 15, 2016 5:03 am
Forum: Common Problems
Topic: Suggested way to check for registry variable
Replies: 1
Views: 2524
 
Jump to post

Suggested way to check for registry variable

I need to check for system configuration that allows use of 8.3 file naming on NTFS and emit warning before installation begins. I figure I can check the registry variable, NtfsDisable8dot3NameCreation, and post a warning dialog if needed. But, I am unsure how to handle silent installation where war...
by FrodoH
Thu Aug 20, 2015 6:05 am
Forum: Common Problems
Topic: EXE spawned via custom action during silent installation
Replies: 1
Views: 2968
 
Jump to post

EXE spawned via custom action during silent installation

Is there a way to discern if an EXE is launched from a custom action with a silent installation? That is, I launch an EXE through a custom action and I would like the EXE to know if the installer is running in silent mode without having to rebuild the installer. Is there an environment variable or M...
by FrodoH
Fri Jul 25, 2014 11:10 pm
Forum: Common Problems
Topic: How to determine if script running with no UI
Replies: 1
Views: 2632
 
Jump to post

How to determine if script running with no UI

I use a custom action to launch an executable. Is there a way to determine if the custom action is running silently (/qn on command line)?
by FrodoH
Mon Jul 07, 2014 11:11 pm
Forum: Building Installers
Topic: New version strategy
Replies: 3
Views: 3634
 
Jump to post

Re: New version strategy

Hi Dan,

Thank you for the response. Unfortunately, I did not have the foresight to enable side by side installs. So, I figure I will start with a new project and ensure this time I enable the switch.

Respectfully,
Fred
by FrodoH
Thu Jul 03, 2014 6:54 pm
Forum: Building Installers
Topic: New version strategy
Replies: 3
Views: 3634
 
Jump to post

New version strategy

To release a new version (that can be concurrently installed with previous version), is it better to start with new project or copy and rename AIP file and change package, update, product codes? I do not want to affect the old version with the new version in any way. If I chose the latter, I think I...
by FrodoH
Mon Jun 09, 2014 11:34 pm
Forum: Common Problems
Topic: Start folder for shortcuts
Replies: 2
Views: 2989
 
Jump to post

Re: Start folder for shortcuts

At the risk of answering my own question, the thread linked below answers my question: basically, it is not possible.

http://www.advancedinstaller.com/forums ... =2&t=10150
by FrodoH
Mon Jun 09, 2014 11:32 pm
Forum: Common Problems
Topic: Start folder for shortcuts
Replies: 2
Views: 2989
 
Jump to post

Start folder for shortcuts

I typically specify the start in folder for shortcuts to reference the "My Documents" folder in Advanced Installer. Our software is installed for all users on the machine and if Alice installs the software but Bob launches the software, the shortcut properties list the software to start in...
by FrodoH
Wed Jun 19, 2013 7:10 pm
Forum: Common Problems
Topic: Uninstall file when folder is gone
Replies: 1
Views: 3050
 
Jump to post

Uninstall file when folder is gone

We have a customer that used our installer built with Advanced Installer to deposit sample files on a server. The server was decommissioned and uninstall now fails with error... Could not access network location \\server_name\server_share\folder How can I force uninstall for a resource that is no lo...
by FrodoH
Thu Apr 18, 2013 3:48 pm
Forum: Common Problems
Topic: File Association attributes
Replies: 1
Views: 2295
 
Jump to post

File Association attributes

Is there a way to specify EditFlags and BrowserFlags attributes for a file association?

Thank you,
Fred
by FrodoH
Mon Oct 15, 2012 1:37 am
Forum: Building Installers
Topic: Deploying COM servers (DLLs) from multiple installers
Replies: 1
Views: 2679
 
Jump to post

Deploying COM servers (DLLs) from multiple installers

I am trying to figure out a good strategy for deploying a set of registered COM servers (DLLs) that would be included in separate MSI packages. I am pretty sure the servers should be deployed to %ProgramFiles%\Common since I cannot rely on registry free COM and the servers need to be registered on t...
by FrodoH
Thu Jul 21, 2011 9:45 am
Forum: Common Problems
Topic: User Registration Dialog
Replies: 1
Views: 2853
 
Jump to post

User Registration Dialog

Is there a way to post the user registration dialog with name, company and serial number without enforcing serial number? The only way I can think is to write a DLL that allows any serial number but is there a way to disable serial number checking? I need to write the name, company and serial to spe...

Go to advanced search