Search found 97 matches

Go to advanced search

by a.guelle
Thu Aug 11, 2016 11:05 am
Forum: Common Problems
Topic: [solved] BrowseDlg skips all following dialogs
Replies: 3
Views: 3941
 
Jump to post

Re: BrowseDlg skips all following dialogs

Works great,

Thank you very much.
by a.guelle
Thu Aug 11, 2016 11:02 am
Forum: Common Problems
Topic: [solved] ComboBox shows "Value" instead of "Text"
Replies: 3
Views: 3749
 
Jump to post

Re: ComboBox shows "Value" instead of "Text"

Works like a charme,

Thank you.
by a.guelle
Wed Aug 10, 2016 11:32 am
Forum: Common Problems
Topic: [solved] ComboBox shows "Value" instead of "Text"
Replies: 3
Views: 3749
 
Jump to post

[solved] ComboBox shows "Value" instead of "Text"

Hi,

if I configure a ComboBox where the Control Data Value is different from the Text, it shows a weired behaviour.
ComboBox_fail.PNG
ComboBox_fail.PNG (2.79 KiB) Viewed 3749 times
Is there a way to only show the Text?

Best regards,

Angelo
by a.guelle
Wed Aug 10, 2016 9:57 am
Forum: Common Problems
Topic: [solved] BrowseDlg skips all following dialogs
Replies: 3
Views: 3941
 
Jump to post

[solved] BrowseDlg skips all following dialogs

Hi, I tried to follow your tutorial for using the BrowseDlg to choose a path at installation time http://www.advancedinstaller.com/user-guide/qa-browse-for-folder.html . However when I click on OK or Cancel on the BrowseDlg button, it just jumps to the Install Execution Stage and skips all following...
by a.guelle
Tue Jul 05, 2016 11:09 am
Forum: Common Problems
Topic: [solved] Deselect Check Box when another Check Box is deselcted
Replies: 3
Views: 3258
 
Jump to post

Re: Deselect Check Box when another Check Box is deselcted

Hi Esebiu,

the empty paranthesis in the value do the trick.

Works great, thank you very much.

Angelo
by a.guelle
Fri Jul 01, 2016 2:06 pm
Forum: Common Problems
Topic: [solved] Deselect Check Box when another Check Box is deselcted
Replies: 3
Views: 3258
 
Jump to post

[solved] Deselect Check Box when another Check Box is deselcted

Hi,

I have two checkboxes on a dialog, let say:

Checkbox1 (Property: CB1_PROP)
Checkbox2 (Property: CB2_PROP)

Checkbox2 must not be selected whenr Checkbox1 is unselected.

How can I achieve this behaviour?

Best regards,

Angelo
by a.guelle
Thu Jun 30, 2016 7:53 am
Forum: Feature Requests
Topic: Retry on failed custom action
Replies: 1
Views: 4449
 
Jump to post

Retry on failed custom action

Hi, some custom actions may fail because a ressource is not yet available (file handle open, service not properly shutdown, etc...). It would be great if the Installer would stop at that point but give the user the possibility to clear the problem manually before rolling back. A decison for "Ro...
by a.guelle
Thu Mar 03, 2016 2:47 pm
Forum: Common Problems
Topic: [solved] Custom Action on Rollback: How to copy files to appdir AFTER they are uninstalled
Replies: 7
Views: 6052
 
Jump to post

Re: [solved] Custom Action on Rollback: How to copy files to appdir AFTER they are uninstalled

Hi Daniel,

I move my scripts to another location after they are installed and run them via "Launch File". This is smimilar to your idea and works perfectly.

Thank you very much,

Angelo
by a.guelle
Wed Mar 02, 2016 1:38 pm
Forum: Common Problems
Topic: [solved] Custom Action on Rollback: How to copy files to appdir AFTER they are uninstalled
Replies: 7
Views: 6052
 
Jump to post

Re: [re-opened] Custom Action on Rollback: How to copy files to appdir AFTER they are uninstalled

It turned out that this solution does not work any longer. Even temporary files are now removed during the "Remove Resources" stage (I could swear that was different few month ago). So again my question: "I have a custom roll back action that copies files to the [APPDIR]. As most of t...
by a.guelle
Tue Oct 27, 2015 6:04 pm
Forum: Common Problems
Topic: Running Actions from temp directory with admin rights
Replies: 1
Views: 2290
 
Jump to post

Running Actions from temp directory with admin rights

Hi AI-Team, I have a custom action that needs admin rights. As it works at the end of the uninstall routine, I put the .bat file to the temp folder launching it via [&myBat.bat]. If I mark "Run as Administrator", the file is not found. However if I run the whole installer with privileg...
by a.guelle
Tue Oct 27, 2015 5:59 pm
Forum: Common Problems
Topic: Sending return Code from VBS inline code
Replies: 1
Views: 2553
 
Jump to post

Sending return Code from VBS inline code

Hi AI-team,

How can I send a return code from an inline VBS action to provoke a rollback?

I know there are some MSI return codes, but I have no idea how to return them from an inline action.

Best regards,
Angelo
by a.guelle
Tue Jun 30, 2015 10:34 am
Forum: Common Problems
Topic: [solved] Images not not shown on dialogs
Replies: 2
Views: 2799
 
Jump to post

Re: Images not not shown on dialogs

Thanks to Daniel we now know, that the MSI-INstaller engine on Windows 7 is not able to render .png files. https://msdn.microsoft.com/en-us/library/aa367830(v=vs.85).aspx BMP and JPG do work but they are rendered very ugly. A much better approach was to manipulate the background JPGs of the theme. C...
by a.guelle
Fri Jun 26, 2015 8:33 am
Forum: Common Problems
Topic: [solved] Images not not shown on dialogs
Replies: 2
Views: 2799
 
Jump to post

[solved] Images not not shown on dialogs

Hi all,

when I place an image on a dialog it is shown in the dialog editor but not in the build installer. What did I do wrong?

Cheers, Angelo
by a.guelle
Tue Jun 23, 2015 1:01 pm
Forum: Common Problems
Topic: [solved] Custom Action on Rollback: How to copy files to appdir AFTER they are uninstalled
Replies: 7
Views: 6052
 
Jump to post

Re: Custom Action on Rollback: How to copy files to appdir AFTER they are uninstalled

And just when reading my own explanation I see the solution :)

I have to add my custom action files as "temporary files" so that they will not be deleted during the rollback.
by a.guelle
Tue Jun 23, 2015 10:55 am
Forum: Common Problems
Topic: [solved] Prerequisite Condition does not find Registry Path
Replies: 3
Views: 4628
 
Jump to post

Re: Prerequisite Condition does not find Registry Path

Just got the solution from a colleague. It works if I put in the reg value by hand. I just missed the Value at the end of the string: Wrong search... HKLM\Software\Microsoft\Microsoft SQL Server\SqlCmdLnUtils\CurrentVersion corrected Search... HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\SqlCmdLnUti...

Go to advanced search