Search found 2103 matches

Go to advanced search

by gigi
Mon Jan 05, 2009 1:31 pm
Forum: Common Problems
Topic: Silent Install with Serial Number
Replies: 4
Views: 20038
 
Jump to post

Re: Silent Install with Serial Number

Hi, To execute the MSI silently use "Limit to basic user interface..." option from "Install Parameters" page or use /qb command line argument. To specify the serial number you can set PIDKEY property (trough the command line) like this: PIDKEY=123-456 (use the format you have spe...
by gigi
Mon Jan 05, 2009 1:18 pm
Forum: Common Problems
Topic: Problem installing MQ CLient as prerequisite software
Replies: 1
Views: 5605
 
Jump to post

Re: Problem installing MQ CLient as prerequisite software

Hi, I'm afraid that this prerequisite folder structure is not yet directly supported. If have added this on our TODO list and will be available in the near future. Until then a workaround would be to use a stub (.bat or .exe) located in the base folder that calls the setup.exe from the up level fold...
by gigi
Mon Jan 05, 2009 10:14 am
Forum: Common Problems
Topic: Return code with custom action
Replies: 4
Views: 7370
 
Jump to post

Re: Return code with custom action

Hi Ulli, We cannot reproduce the problem you are encountering on our XP test computers. So please try to reproduce this behavior on other machine. Let us know if the problem persist. From the log file you have sent us I see that you run the package on an XP machine. Note that the way you configure t...
by gigi
Fri Dec 12, 2008 8:17 am
Forum: Common Problems
Topic: Registry key
Replies: 1
Views: 5467
 
Jump to post

Re: Registry key

Hi, If you want to run this .reg file at the end of the installation you can use a custom action. On how to use custom actions please see: http://www.advancedinstaller.com/user-guide/custom-actions-page.html However my recommendation is to import the .reg file in the "Registry" page by usi...
by gigi
Fri Nov 21, 2008 9:37 am
Forum: Common Problems
Topic: How can I know which path to be installed
Replies: 3
Views: 6546
 
Jump to post

Re: How can I know which path to be installed

Hi, Behind "Application Folder" from "Files and Folders" page resides the APPDIR property. This property indicates to folder where user chose to install the application. You can use this property in your script. The code to access a property in a .vbs script looks like this: strA...
by gigi
Fri Nov 21, 2008 9:18 am
Forum: Common Problems
Topic: Setting value in the installer file (after it is built)
Replies: 1
Views: 5599
 
Jump to post

Re: Setting value in the installer file (after it is built)

Hi, msiexec.exe /i "C:\Example.msi" MY_PROP="myValue" You can use a command line for the built EXE file like this: package.exe MY_PROP="myValue". This command line will be past to the MSI also. After I set My_PROP, I would like to have this version somewhere so I can ge...
by gigi
Fri Nov 07, 2008 2:52 pm
Forum: Feature Requests
Topic: Named instances (like in MS SQL Server installator)
Replies: 4
Views: 14013
 
Jump to post

Re: Named instances (like in MS SQL Server installator)

Hi,

I'm afraid that this is not yet available. We already have this as feature on our TODO list and will be available on a future version of Advanced Installer. I'm afraid I cannot give you an ETA for now.

Regards,
Gigi
by gigi
Fri Nov 07, 2008 1:05 pm
Forum: Feature Requests
Topic: EULA in different languages
Replies: 1
Views: 6370
 
Jump to post

Re: EULA in different languages

Hi Peter, In the properties list of the scrollable edit control select the localization button and make sure that the Always translate this string and Using specified localization identifier options are selected. AgreementText is the localization identifier we use in tutorial. You can set any locali...
by gigi
Fri Nov 07, 2008 12:47 pm
Forum: Feature Requests
Topic: Add "Clone custom action"
Replies: 1
Views: 6242
 
Jump to post

Re: Add "Clone custom action"

Hi Axel,

We have added this on our TODO list and will be available in a future version of AI. Thank you for your suggestion.

Regards,
Gigi
by gigi
Fri Nov 07, 2008 10:44 am
Forum: Common Problems
Topic: How is Files in Use determined - can it be overridden?
Replies: 4
Views: 9738
 
Jump to post

Re: How is Files in Use determined - can it be overridden?

Hi, - Why does AI consider the exe "in use" when it has a visible window, and not otherwise? - How is AI able to successfully overwrite the exe in either case, while my app is running? - How does AI determine that the exe is "in use"? This is fully controlled by Windows Installer...
by gigi
Fri Nov 07, 2008 10:27 am
Forum: Common Problems
Topic: Dialog rendering issues
Replies: 10
Views: 11243
 
Jump to post

Re: Dialog rendering issues

Hi,

We cannot reproduce this behavior on our test machines. Have you tried to reproduce the problem on other computer?

Regards,
Gigi
by gigi
Fri Nov 07, 2008 10:22 am
Forum: Common Problems
Topic: Microsoft Report Viewer
Replies: 11
Views: 23473
 
Jump to post

Re: Microsoft Report Viewer

Hi Kim, This can be done by using a prerequisite with following install condition: Criteria: Product Version (identify by Upgrade Code) Upgrade Code: {75249CB4-6EBE-4919-9E1C-2B399C1BD4C0} (I obtain the "Upgrade Code" from ReportViewer.msi extracted from ReportViewer.exe archive) Read more...
by gigi
Fri Nov 07, 2008 9:59 am
Forum: Common Problems
Topic: Unattended Installation
Replies: 1
Views: 5738
 
Jump to post

Re: Unattended Installation

Hi, Is this something i need to do to the dialogs of the installer such as create a script to click through the installer? Such as automatting the "Next", "Install" and "Finish" buttons. I've poked around alot and haven't had much luck. Ideas??? Note that you can use th...
by gigi
Fri Nov 07, 2008 9:54 am
Forum: Common Problems
Topic: Detecting Process And Halting Installation
Replies: 11
Views: 13907
 
Jump to post

Re: Detecting Process And Halting Installation

Hi Scott, As soon as the installer is started, I want to see if a program is already running. If it is, I want to display a message to the user and exit the installation. Note that this is managed automatically by Windows Installer. If the application that is upgraded is currently running then the &...
by gigi
Fri Oct 03, 2008 3:34 pm
Forum: Common Problems
Topic: Custom Actions DEAD LOCK possible problem
Replies: 1
Views: 5677
 
Jump to post

Re: Custom Actions DEAD LOCK possible problem

Hi Alex, Ok, now, if there is an exception during execution of this custom action, it will rollback uninstallation process. It is not possible to uninstall the product anymore! In this situation you can use MsiZap tool (provided by Microsoft with Platform SDK) or a Msi CleanUp Utility like this: htt...

Go to advanced search