Search found 17 matches

Go to advanced search

by Skylla
Mon Jan 13, 2014 4:02 pm
Forum: Common Problems
Topic: Error calling Msi API: 1627 Method: MsiViewExecute Table: Co
Replies: 3
Views: 3532
 
Jump to post

Re: Error calling Msi API: 1627 Method: MsiViewExecute Table

I ended up deciding to make a backup of the project.
I then started to delete comboboxes.

It turned out that the first combobox was the cause of the error (somehow).
After deleting it and re-adding it everything seems to work as expected.
by Skylla
Mon Jan 13, 2014 11:56 am
Forum: Common Problems
Topic: Error calling Msi API: 1627 Method: MsiViewExecute Table: Co
Replies: 3
Views: 3532
 
Jump to post

Error calling Msi API: 1627 Method: MsiViewExecute Table: Co

Hello

When trying to build my project I get the following error:
Creating MSI database... error.
Exception - Reason: Error calling Msi API: 1627 Method: MsiViewExecute Table: ComboBox. Extended Error:
1: 2259 2: C:\path\to\file.msi 3: 4: .

From what I gather theres an error in one of the ...
by Skylla
Tue May 07, 2013 8:11 am
Forum: Building Installers
Topic: Use custom action to determine if chained pkg is installed
Replies: 2
Views: 3642
 
Jump to post

Re: Use custom action to determine if chained pkg is install

I've got this to work following the approach described above.

Except for one thing.

I'v have a problem in the following scenario.
Package A chains package B
Package B runs a custom action to determine if package C should be chained
In other words:
A chains B, B may chain C

If i install A, B gets ...
by Skylla
Fri May 03, 2013 5:10 pm
Forum: Building Installers
Topic: Use custom action to determine if chained pkg is installed
Replies: 2
Views: 3642
 
Jump to post

Use custom action to determine if chained pkg is installed

Hello

I would like to use a custom action to determine if a chained pkg should be installed or not.

I would do this by setting a property that is used as a condition for installing the chained package.

Is this possible?

Where in the InstallExecuteSequence do I run the custom action?
by Skylla
Tue Apr 23, 2013 4:17 pm
Forum: Common Problems
Topic: Getting bootstrapper directory
Replies: 2
Views: 3124
 
Jump to post

Re: Getting bootstrapper directory

Maybe i should add that i'm trying to create a log file in the directory where the bootstrapper is launched from

I tried setting the MSI command line to:
/lv [SETUPEXEDIR]install.log

But this does not seem to work
by Skylla
Tue Apr 23, 2013 4:03 pm
Forum: Common Problems
Topic: Getting bootstrapper directory
Replies: 2
Views: 3124
 
Jump to post

Getting bootstrapper directory

Hello

Is it possible to get directory from where the bootstrapper is launched?

"SourceDir" cannot be used because the msi packages are included within the bootstrapper (and thus SourceDir is not the location of the bootstrapper, but of the extracted msi files)
by Skylla
Wed Apr 10, 2013 8:17 am
Forum: Feature Requests
Topic: Making "Undo" action
Replies: 7
Views: 19788
 
Jump to post

Re: Making "Undo" action

Hello

I'm current using an older 7.7 that does not have undo functionality.

Has this been implemented in newer releases?
by Skylla
Wed Feb 27, 2013 12:14 pm
Forum: Building Installers
Topic: Conditionally require Java
Replies: 1
Views: 2679
 
Jump to post

Conditionally require Java

Hello

I have an installer with chained packages.
One of the chained packages require java to be installed.
This chained package is only installed if certain choices are made in the main package.
Thus the complete installation will sometimes require java to be installed (depending on the choices ...
by Skylla
Wed Feb 06, 2013 12:50 pm
Forum: Building Installers
Topic: Setting the text of an Edit control when a button is pressed
Replies: 2
Views: 3640
 
Jump to post

Setting the text of an Edit control when a button is pressed

Itried to follow this guide:
http://www.advancedinstaller.com/user-g ... -text.html

It works, except when i choose enhanced interface.

Is there a way to make it work together with the enhanced interface?
(or did i do something wrong?)
by Skylla
Tue Feb 05, 2013 4:08 pm
Forum: Building Installers
Topic: Avoid file removal during upgrade
Replies: 4
Views: 6734
 
Jump to post

Re: Avoid file removal during upgrade

The file is created through a custom action under InstallInitialize. So it is not available under "File and folders"

During install we have a custom action checking if the file exists already.
If the file already exists we skip a couple of dialogs and the file is not recreated (saves the user some ...
by Skylla
Mon Feb 04, 2013 4:50 pm
Forum: Building Installers
Topic: Avoid file removal during upgrade
Replies: 4
Views: 6734
 
Jump to post

Re: Avoid file removal during upgrade

Maybe i should add that I have:

Enhanced User Interface: Only on install
by Skylla
Mon Feb 04, 2013 4:31 pm
Forum: Building Installers
Topic: Avoid file removal during upgrade
Replies: 4
Views: 6734
 
Jump to post

Avoid file removal during upgrade

Hello

I've set up a custom File Removal under "File and Folders".

Remove on: "Component uninstall"
Condition: (REMOVE="ALL" AND (NOT UPGRADINGPRODUCTCODE))
Yet the file is removed during upgrade?

Under "Upgrades" i have selected "Uninstall old version first and then install new version"
by Skylla
Fri Feb 01, 2013 10:11 am
Forum: Building Installers
Topic: Browse Network
Replies: 5
Views: 5396
 
Jump to post

Re: Browse Network

During install we me ask the user where our program can save certain files.

If the user chooses a network path (e.g. \\server\share\path) the server may require a password and login to that path.
The user enters these details during browsing to that path.

Is there a way for the msi to get the ...
by Skylla
Thu Jan 31, 2013 10:16 am
Forum: Building Installers
Topic: Browse Network
Replies: 5
Views: 5396
 
Jump to post

Re: Browse Network

Thanks, enabling the advanced UI took care of the problem.

Is there a way to get the login and password if the user is required to enter login and password to the selected path?

Go to advanced search