Search found 13 matches

Go to advanced search

by jerryz
Tue Dec 15, 2020 2:30 pm
Forum: Building Installers
Topic: How to prevent users from installing directly to system folders like "Program Files"?
Replies: 3
Views: 3555
 
Jump to post

Re: How to prevent users from installing directly to system folders like "Program Files"?

I'm sorry, but our the problem is different than "installing under ProgramFiles". We don't want users select "ProgramFiles" or other system folder as APPDIR. We clean the whole APPDIR after the uninstallation and if the APPDIR is ProgramFiles, then all content of ProgramFiles (other installed apps ...
by jerryz
Tue Dec 08, 2020 11:55 pm
Forum: Building Installers
Topic: How to prevent users from installing directly to system folders like "Program Files"?
Replies: 3
Views: 3555
 
Jump to post

How to prevent users from installing directly to system folders like "Program Files"?

Hello,
What is the most simple way to check whether user selected (using an installation dialog) as a main installation patch some system folder like 'C:\Program Files" and force him to use a custom path like 'C:\Program Files\MyProgram" ?

Many thanks for help. J.
by jerryz
Thu Jan 16, 2020 12:36 am
Forum: Common Problems
Topic: Unhandled exception in UI
Replies: 1
Views: 2769
 
Jump to post

Unhandled exception in UI

Hello,
Our users recently started to report crashes in AI UI with stack:

[EXCEPTION_UNHANDLED] (0xc0000005) at address [0x6ecf2d8e]

Advanced Installer Enhanced UI 13.5 build 74683
*** Stack Trace (x86) ***

[0x6ecf2d8e] -----
[0x0082002b] -----
[0x6a89bb64] RmStartSession()
[0x6a89c19a ...
by jerryz
Sun Oct 06, 2013 6:45 pm
Forum: Common Problems
Topic: How to prevent installation on future Windows versions?
Replies: 1
Views: 2448
 
Jump to post

How to prevent installation on future Windows versions?

Hello,
With release of Windows 8.1 we found problem with our installer. Our software does not support Windows 8 and installation on this system is disabled in the installer. However when Windows 8.1 was released the installer allowed users to proceed with instalaltion on this system. Is there any ...
by jerryz
Fri Aug 02, 2013 10:03 am
Forum: Common Problems
Topic: Error: The specified path '' is unavailable
Replies: 17
Views: 22935
 
Jump to post

Re: Error: The specified path '' is unavailable

Do you have any simple workaround for this problem? We have project created with 10.3 and we can't load it with 10.2. Thanks for help.
by jerryz
Tue Jul 30, 2013 10:54 pm
Forum: Common Problems
Topic: A switch of theme disables VerifyRemoveDlg
Replies: 1
Views: 2480
 
Jump to post

A switch of theme disables VerifyRemoveDlg

After switching to a new theme we have to remove all cleanup actions and create them again in order to show VerifyRemoveDlg during uninstallation. Just wanted to let you know... hope you will address this issue in next update.
by jerryz
Wed Jun 19, 2013 8:35 pm
Forum: Building Installers
Topic: Resource CleanUp behaviour
Replies: 5
Views: 6138
 
Jump to post

Re: Resource CleanUp behaviour

I did what you told me, but during silent installation (using /qn switch) it didn't work. Are "Wizard Dialog Stage" custom actions executed while "UILevel < 3" (no GUI)?
by jerryz
Mon Jun 17, 2013 9:11 pm
Forum: Building Installers
Topic: Resource CleanUp behaviour
Replies: 5
Views: 6138
 
Jump to post

Re: Resource CleanUp behaviour

Is it possible to set AI_CLEAN_RESOURCES_UNINSTALL from inside the setup.exe package. We don't want users to set any properties from command line, just to make default action "Not to remove resources" (AI_CLEAN_RESOURCES_UNINSTALL="0"). Thanks for help.
by jerryz
Thu Jun 13, 2013 2:07 pm
Forum: Building Installers
Topic: Resource CleanUp behaviour
Replies: 5
Views: 6138
 
Jump to post

Resource CleanUp behaviour

Hello,
We need to cleanup some directories during unistallation, but only if user wants to do it. We use CleanUp Wizard, but if we run uninstalltion in silent mode, then the directories are removed without asking user - which is what we don't want.
Is there any way how change this default behaviour ...
by jerryz
Wed Jun 12, 2013 11:26 am
Forum: Building Installers
Topic: How to skip "prerequisites dialog"?
Replies: 4
Views: 7861
 
Jump to post

Re: How to skip "prerequisites dialog"?

OK. Thanks fot help.
by jerryz
Mon Jun 10, 2013 9:27 pm
Forum: Building Installers
Topic: How to skip "prerequisites dialog"?
Replies: 4
Views: 7861
 
Jump to post

Re: How to skip "prerequisites dialog"?

Hello Dan,
The pre-requisites dialog gets always displayed no matter if it is installed or not. The installation of the .NET 4.5 framework does not start if it is already installed, but the dialog is always displayed. The only condition is simple registry check. We have set it up as "Feature-based ...
by jerryz
Fri Jun 07, 2013 1:00 pm
Forum: Building Installers
Topic: How to skip "prerequisites dialog"?
Replies: 4
Views: 7861
 
Jump to post

How to skip "prerequisites dialog"?

How to skip "prerequisites dialog" when all prerequisites are already installed? We need .NET framework 4.5 to be installed before the installation starts, but we don't want to bother user if the package is already installed. Is there any simple way how to do that?
Thnaks for help.
by jerryz
Fri Mar 08, 2013 12:15 pm
Forum: Common Problems
Topic: 2 problems with SETUP.EXE command line
Replies: 1
Views: 3350
 
Jump to post

2 problems with SETUP.EXE command line

Hello,
We are using evaluation version of AI and we created testing installation package - 32bit, EXE bootstrapper. Unfortunately we have 2 following problems when executing installer from command line (console).

1) "setup.exe /exenoui" seems to to have no effect - UI is always displayed.

2 ...

Go to advanced search