Search found 20 matches

Go to advanced search

by Iain
Tue May 31, 2011 3:21 pm
Forum: Common Problems
Topic: Temp VBS files
Replies: 4
Views: 6171
 
Jump to post

Re: Temp VBS files

My mistake sorry, I was still having the vbs script as part of the project in the files and folders section. I have removed it from here and all is working as expected.

Sorry to waste your time.

Thanks
by Iain
Tue May 31, 2011 2:17 pm
Forum: Common Problems
Topic: Temp VBS files
Replies: 4
Views: 6171
 
Jump to post

Re: Temp VBS files

Hi Octavian,

Thanks for your prompt response. I may, however have not mentioned everything correctly, the custom action is actually a UI Custom Action and is activated by a DoEvent from a button on one of my dialogs box.

I have tried changing them all to 'File Attached to Installation' but I still ...
by Iain
Tue May 31, 2011 12:10 pm
Forum: Common Problems
Topic: Temp VBS files
Replies: 4
Views: 6171
 
Jump to post

Temp VBS files

Hi All,

I have a number of custom actions using 'launch file or open url' which run functions in a vbscript. I also have the same under InstallFinalize inside the InstallExecuteSequence section.

The vbs file is added in the 'files and folders' section in the temp directory as a Temporary file.

My ...
by Iain
Wed May 25, 2011 1:04 pm
Forum: Common Problems
Topic: Listbox display
Replies: 3
Views: 3990
 
Jump to post

Re: Listbox display

OK, I found the way of updating the controls without using the Enhanced UI feature by using UpdateMsiEditControls
by Iain
Wed May 25, 2011 12:44 pm
Forum: Common Problems
Topic: Listbox display
Replies: 3
Views: 3990
 
Jump to post

Re: Listbox display

Thanks for your response Mihai.

A quick question, it's probably stupid but where do I enable Enhanced UI feature I'm using version 6.7.1.

I've looked in Global Properties > Theme but couldn't see the setting.

Thanks Again
by Iain
Tue May 24, 2011 7:47 pm
Forum: Common Problems
Topic: Listbox display
Replies: 3
Views: 3990
 
Jump to post

Listbox display

Hi All,

I have a dialog box with 2 listboxes on, the left list box displays a list of xml files.

The right listbox should display a description of the xml file the user selects in the left listbox, I need this to display as they click on the xml file in the listbox not when they click next or any ...
by Iain
Tue May 24, 2011 7:40 pm
Forum: Common Problems
Topic: Adding XML Elements at Runtime
Replies: 2
Views: 2726
 
Jump to post

Re: Adding XML Elements at Runtime

Thanks, I used a custom action running a vbs in the end
by Iain
Mon May 23, 2011 10:05 am
Forum: Common Problems
Topic: Adding XML Elements at Runtime
Replies: 2
Views: 2726
 
Jump to post

Adding XML Elements at Runtime

Hi All,

I need to be able to add new xml elements and then set their attributes at runtime. Is there anyway of doing this. I'm using 6.7.1.

If this can't be done, what is the suggested way around this.

Thanks.
by Iain
Fri Dec 17, 2010 1:28 pm
Forum: Common Problems
Topic: dot net framework install
Replies: 5
Views: 4991
 
Jump to post

Re: dot net framework install

Thanks for your help, I've done this with a pre requisite now
by Iain
Tue Dec 07, 2010 11:44 am
Forum: Common Problems
Topic: dot net framework install
Replies: 5
Views: 4991
 
Jump to post

Re: dot net framework install

Thanks for your help.

The trouble is I don't need dot net framework installed on every installation, it depends on actions taken during the installation.
by Iain
Mon Dec 06, 2010 6:02 pm
Forum: Common Problems
Topic: dot net framework install
Replies: 5
Views: 4991
 
Jump to post

Re: dot net framework install

Sorry, forgot to mention I'm using version 6.7.1
by Iain
Mon Dec 06, 2010 6:00 pm
Forum: Common Problems
Topic: dot net framework install
Replies: 5
Views: 4991
 
Jump to post

dot net framework install

Hi All, not sure if I'm posting in the right place.

I have dot net framework configured as an UI Custom Action to install depending on various properties being set.

The dot net installer starts and unpacks itself but when it attempts to install I receive an error saying 'The windows instalelr ...
by Iain
Wed Jul 14, 2010 2:21 pm
Forum: Common Problems
Topic: Updating INI File
Replies: 2
Views: 2770
 
Jump to post

Re: Updating INI File

Cheers working now
by Iain
Tue Jul 13, 2010 4:41 pm
Forum: Common Problems
Topic: Updating INI File
Replies: 2
Views: 2770
 
Jump to post

Updating INI File

Hi, I'm trying to update an ini file with a directory location.

I have an ini file with 'path' as a key, the value of this is set to a checkbox property.

On the dialog screen I have a check box which is checked as default, when checked a default path is written to the ini file.

I need to be able ...
by Iain
Thu Jul 08, 2010 3:55 pm
Forum: Common Problems
Topic: Installing exes and MSI's
Replies: 8
Views: 6948
 
Jump to post

Re: Installing exes and MSI's

Thanks works a treat

Go to advanced search