Search found 292 matches

Go to advanced search

by Mike
Wed Jan 11, 2006 1:24 pm
Forum: Common Problems
Topic: Determining language at install time
Replies: 3
Views: 6585
 
Jump to post

Hi,

You do not need a custom action for this.

For a solution to your problem please visit:
http://www.advancedinstaller.com/forums ... .php?t=833

Please tell me if you encounter any problems.

Regards,
Mihai
by Mike
Wed Jan 11, 2006 1:06 pm
Forum: Common Problems
Topic: Prompting users to close running applications
Replies: 2
Views: 5023
 
Jump to post

Hi David, This in not related to the installation package running with simple UI or not. This behavior is caused by the fact that Windows Installer cannot overwrite an application that is running. So, if your package is installing an application over the previous version, and the older one is still ...
by Mike
Wed Jan 11, 2006 12:48 pm
Forum: Common Problems
Topic: Locking of INI file
Replies: 1
Views: 3358
 
Jump to post

Hi, I am afraid that you cannot prevent the user from modifying the INI after installation. That is not a problem since the user might want to modify the INI file. This could be, for example, if he or she desires for the application not to use a bundled JRE but rather another JRE installed on that m...
by Mike
Tue Jan 03, 2006 5:01 pm
Forum: Common Problems
Topic: Custom Actions - .NET Installer Class
Replies: 2
Views: 4746
 
Jump to post

Hi, I am afraid that Windows Installer does not support .NET DLLs and neither does Advanced Installer. Only native Windows DLLs are supported. You could use some utility that converts .NET code to binary Windows native code. Such a utility, called ngen.exe, comes with the .NET framework. After this ...
by Mike
Fri Dec 30, 2005 4:46 pm
Forum: Common Problems
Topic: Patching Problems
Replies: 2
Views: 4171
 
Jump to post

Hi Eric, 1. Yes, I am afraid that the new product code generated is preventing the patching process from working properly. 2. I would need more details in order to see what is the cause for the error. Did you generated a new MSI starting from the latest version or from the older one. Please detail t...
by Mike
Fri Dec 30, 2005 4:31 pm
Forum: Common Problems
Topic: Launched install file with a commandline parameter.
Replies: 1
Views: 3315
 
Jump to post

Hi Leonard, You should use an Installed type of custom action. You can specify the command line for the executable. For more information on this please visit: http://www.advancedinstaller.com/user-guide/custom-action-types.html#installed-action Be careful to schedule this custom action after the fil...
by Mike
Fri Dec 30, 2005 4:15 pm
Forum: Common Problems
Topic: Upgrade/uninstall question
Replies: 6
Views: 10537
 
Jump to post

Hi Larry, I'm afraid that you cannot pass a wild card as a file name in Advanced Installer. You cannot specify multiple identifiers using this method. This is the way Windows Installer works. To achieve what you want you have two possibilities: - place all your files in a folder and use the custom a...
by Mike
Tue Dec 13, 2005 6:06 pm
Forum: Common Problems
Topic: Can't upgrade or uninstall
Replies: 1
Views: 3321
 
Jump to post

Hi,

Please contact us to support at advancedinstaller dot com. We will send you the 2.6.2 version of Advanced Installer.

Regards,
Mihai
by Mike
Tue Dec 13, 2005 5:54 pm
Forum: Common Problems
Topic: Repairing and Feature Conditions
Replies: 6
Views: 7827
 
Jump to post

Hi, Yes, that is right. You can only disable this functionality in the Control Panel. If the user manually launches the MSI file he is still able to modify it. Windows Installer does not overwrite a file that has a newer modify date. Whether a file will be over-written or not depends on the file ver...
by Mike
Fri Dec 09, 2005 10:05 am
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 16029
 
Jump to post

Hi,

You are right. The expression is valid.

There is an error in the validation procedure. We will fix it. Thank you for signaling this issue to us.

Regards,
Mihai
by Mike
Wed Dec 07, 2005 1:43 pm
Forum: Common Problems
Topic: How to install an existing file (replace the existing one)
Replies: 6
Views: 9312
 
Jump to post

Hi, In order for the folder name to be known when you try to remove the file, you should schedule the Property Set with Formatted before the RemoveFiles standard action. For example you could place it on InstallInitialize. Also, instead of a Property Set with Formatted you could try to use a Directo...
by Mike
Wed Dec 07, 2005 12:02 pm
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 16029
 
Jump to post

Hi, The AI generated MSI might not work correctly if the Windows Installer on that machine has a version less than 2.0. For more information on this please visit: http://www.advancedinstaller.com/requirements.html I assume you have upgraded to a newer version of Advanced Installer. Did the problem a...
by Mike
Tue Dec 06, 2005 4:19 pm
Forum: Common Problems
Topic: Newbie needs basic help creating the msi
Replies: 2
Views: 4131
 
Jump to post

Hi Mos, Simply including the EXE in the package will result in the files being copied on the target machines, but they will not be executed. To have them install, the MSI should launch them too. For this you should use an installed/attached custom action that will launch those files with the necessa...
by Mike
Tue Dec 06, 2005 10:15 am
Forum: Common Problems
Topic: Prerequisites
Replies: 5
Views: 7903
 
Jump to post

Hi Travis,

Thank you for your suggestion. We will add it to our todo list.

Regards,
Mihai
by Mike
Mon Dec 05, 2005 3:12 pm
Forum: Common Problems
Topic: Prerequisites
Replies: 5
Views: 7903
 
Jump to post

Hi,

This option cannot be set when building the package. However, when you install it, the user can change the download location in the second screen, if he/she wishes to do so.

By default the download location will be the folder where the MSI is located.

Regards,
Mihai

Go to advanced search