Search found 43 matches

Go to advanced search

by MichaelD
Mon Nov 21, 2016 1:23 pm
Forum: Common Problems
Topic: Required Windows Installer version minimum doesn't show error message
Replies: 1
Views: 5874
 
Jump to post

Required Windows Installer version minimum doesn't show error message

Hi When setting Windows Installer version to 5.0 and using the Bootstrapper in Advanced Installer there is no error shown when starting the setup on a system with a lower Windows Installer version. Tested with an old Windows Server 2008 Image with Windows Installer 4.5 When launching the created exe...
by MichaelD
Thu Mar 03, 2016 4:37 pm
Forum: Common Problems
Topic: Repair doesn't work
Replies: 4
Views: 13442
 
Jump to post

Re: Repair doesn't work

Hi Daniel, If I activate "Do not delete extracted MSI and CAB files" everything works. If I deactivate it the msi stays in the extract location after install. 2. "Include CAB file into MSI database is greyed out when using exe, it is only available when using msi package type. By the ...
by MichaelD
Wed Mar 02, 2016 2:19 pm
Forum: Building Installers
Topic: Multi-Language with Language specific graphics
Replies: 10
Views: 14840
 
Jump to post

Re: Multi-Language with Language specific graphics

My suggestion:
Use the indirect feature to use a property as image path and set this property depending on language conditions.
by MichaelD
Tue Mar 01, 2016 2:37 pm
Forum: Common Problems
Topic: Repair doesn't work
Replies: 4
Views: 13442
 
Jump to post

Re: Repair doesn't work

Some further questions:
1. Why is the MSI in the extract location not deleted after installation. It is still in C:\Windows\Installers available.
2. Why is it not possible to have a Single exe setup with resources inside and include cab file in msi database?
by MichaelD
Tue Mar 01, 2016 2:26 pm
Forum: Common Problems
Topic: Repair doesn't work
Replies: 4
Views: 13442
 
Jump to post

Repair doesn't work

Hi I'm testing repair workflow and get some errors when trying to repair an installed product: Error 1309. Error reading from file: C:\Users\C11865\AppData\Local\Temp\foo\bar\install\A9BECDC\jboss\bin\jbosssvc.exe. System error 3. Verify that the file exists and that you can access it. The setup is ...
by MichaelD
Mon Feb 29, 2016 10:12 am
Forum: Common Problems
Topic: Display Message box language
Replies: 3
Views: 9984
 
Jump to post

Re: Display Message box language

Hi Dan,

Yes they are system boxes, but it reduces the user experience when languages are mixed.
As a feature request it would be possible to modify button language for you like demonstrated here:
http://www.codeproject.com/Articles/183 ... MessageBox

Kind regards,
Michael
by MichaelD
Fri Feb 26, 2016 5:18 pm
Forum: Common Problems
Topic: Display Message box language
Replies: 3
Views: 9984
 
Jump to post

Display Message box language

Hi

I'm using a custom action "Display Message Box" for an English installer.
If the message box is shown, the buttons are in the OS language, not in the installer language.
This looks a bit strange.

Kind regards,
Michael
by MichaelD
Fri Feb 26, 2016 2:25 pm
Forum: Common Problems
Topic: Stopping services before preparing
Replies: 1
Views: 6239
 
Jump to post

Stopping services before preparing

Hi I have a setup with 2 services which are installed bei Advanced Installer. When performing an uninstall I get the message that files are in use because the services are still running. If I put the StopServices custom action before the preparing step I get the following error: MSI (s) (C8:18) [14:...
by MichaelD
Wed Feb 24, 2016 2:32 pm
Forum: Common Problems
Topic: Calling custom action from Powershell
Replies: 1
Views: 5842
 
Jump to post

Calling custom action from Powershell

Hi

Is there any buildin function like AI_SetMsiProperty to call a custom action inside a powershell script?
Useful for UpdateMsiEditControls custom action.

Kind regards,
Michael
by MichaelD
Wed Feb 24, 2016 9:58 am
Forum: Common Problems
Topic: Service account variables
Replies: 3
Views: 10037
 
Jump to post

Re: Service account variables

Hi Daniel,

I also tried this but I can't configure a service entry as a single component to modify install conditions.
Do I have to create dummy registry entries for this?

Kind regards,
Michael
by MichaelD
Mon Feb 22, 2016 3:36 pm
Forum: Feature Requests
Topic: Suggestions for predefined prerequisites
Replies: 79
Views: 4742451
 
Jump to post

Re: Suggestions for predefined prerequisites

Powershell 5.0 as soon as it is released again.
by MichaelD
Mon Feb 22, 2016 11:03 am
Forum: Common Problems
Topic: Service account variables
Replies: 3
Views: 10037
 
Jump to post

Service account variables

Hi I found some odd behavior when trying to use service account settings with variables. Our service should run with LocalSystem or a user defined account. I defined both variables for Username and Password in Install parameters with a value of {}, but it doesn't work. It also doesn't work when usin...
by MichaelD
Fri Feb 19, 2016 10:56 am
Forum: Building Installers
Topic: Determining component state on repair
Replies: 2
Views: 8847
 
Jump to post

Re: Determining component state on repair

Hi Dan,

this looks like I need a lot of custom action code. So there is nothing built in in advanced installer?
Performing AppSearch for the files seems to be much easier for me than writing such a custom action.

Kind regards,
Michael
by MichaelD
Thu Feb 18, 2016 1:18 pm
Forum: Building Installers
Topic: Determining component state on repair
Replies: 2
Views: 8847
 
Jump to post

Determining component state on repair

Hi I want to display an extra dialog in the repair step if components are missing that need user input for text replace. Using ?componentname < 3 as condition doesn't work. When does the installer analyze which components are missing? Do I have to create a file search for each component I want to ch...
by MichaelD
Thu Feb 18, 2016 1:13 pm
Forum: Feature Requests
Topic: Renaming components should check references
Replies: 2
Views: 31629
 
Jump to post

Renaming components should check references

Hi

I just realized that renaming components will not update it's references in conditions. This should be improved!

Kind regards,
Michael

Go to advanced search