Search found 7 matches

Go to advanced search

by vesselin.denev
Wed Feb 11, 2015 8:05 am
Forum: Building Installers
Topic: Feature folder
Replies: 7
Views: 5577
 
Jump to post

Re: Feature folder

Hi Dan,

Thanks again.
This is exactly what I needed.

Kind Regards,
Vesselin Denev
by vesselin.denev
Mon Feb 09, 2015 4:15 pm
Forum: Building Installers
Topic: Feature folder
Replies: 7
Views: 5577
 
Jump to post

Re: Feature folder

Hi Dan,

Thank you for the reply.
I can't seem to get this working with your suggestion.
FeatureB should always be installed (it is a mandatory one). Only the folder changes.
If FeatureA is marked for installation FeatureB should be installed in APPDIR/subfolder.
If FeatureA is not being installed ...
by vesselin.denev
Mon Feb 09, 2015 11:24 am
Forum: Building Installers
Topic: Feature folder
Replies: 7
Views: 5577
 
Jump to post

Feature folder

Hi All,

I need some help with getting something done in advanced installer.
I have two features in my installer. Under Files and Folders -> Application Folder I have several subfolders. All but one of those are associated with FeatureA. FeatureB has one of those folders assigned to it.
When I ...
by vesselin.denev
Wed Feb 04, 2015 8:21 am
Forum: Building Installers
Topic: search for com ports
Replies: 3
Views: 2915
 
Jump to post

Re: search for com ports

Hi Ruben,

Advanced installer can launch and execute VBS scripts.
So what I am thinking is that you can try to use VBS script to query WMI for COM ports.
I found this example VBS online. I haven't tested it myself, but seems like it could work.
Query WMI via VBS for serial port configuration

Kind ...
by vesselin.denev
Tue Feb 03, 2015 10:11 pm
Forum: Building Installers
Topic: Custom property and launch installed file
Replies: 4
Views: 3011
 
Jump to post

Re: Custom property and launch installed file

Hi Dan,

This is my first installation and this was driving me nuts all day.
You were spot on. After I changed the property from private to public it worked.
Thanks again.

Kind Regards,
Vesselin Denev
by vesselin.denev
Tue Feb 03, 2015 9:59 pm
Forum: Building Installers
Topic: Custom property and launch installed file
Replies: 4
Views: 3011
 
Jump to post

Re: Custom property and launch installed file

Hi Dan,

Thank you for the warm welcome and quick reply.
I will give this a try and reply back with the results.

Kind Regards,
Vesselin Denev
by vesselin.denev
Tue Feb 03, 2015 8:30 pm
Forum: Building Installers
Topic: Custom property and launch installed file
Replies: 4
Views: 3011
 
Jump to post

Custom property and launch installed file

Hi all,

I've got this scenario that I just can't seem to find the right way to achieve.

I have a custom property that is tied to an edit box. Also a launch installed file action (starts an exe file) that in the arguments should use the value of the custom property.
The action however should be ...

Go to advanced search