Search found 10 matches

Go to advanced search

by adam@ibexuk.com
Fri May 01, 2015 4:21 pm
Forum: Building Installers
Topic: Prerequesits Dialogs don't display correctly
Replies: 1
Views: 1919
 
Jump to post

Prerequesits Dialogs don't display correctly

I'm using Advanced Installer 11.3
My install has prerequesit files
When windows installer (win 7 for instance) prompts to install the prequesite files it uses a differed font for the dialog UI (looks like Times New Roman) and also makes my "dialog_500x316.jpg" install image file look horrible (the ...
by adam@ibexuk.com
Wed May 14, 2014 4:33 pm
Forum: Common Problems
Topic: Fatal error from an .exe install package
Replies: 1
Views: 2651
 
Jump to post

Fatal error from an .exe install package

I'm getting a fatal error from an .exe install package that has worked fine up until now and I can't see from a vebose log what is causing the error. This segment of the log is where the 'Fatal error' appears but I can't see figure out what is causing it to occur?

...
Property(S): PREREQSEARCH ...
by adam@ibexuk.com
Mon Mar 17, 2014 4:04 pm
Forum: Common Problems
Topic: Post install prequisites not being unstalled for Windows 8.1
Replies: 3
Views: 3066
 
Jump to post

Re: Post install prequisites not being unstalled for Windows

Hi

Thanks for the reply. It seems to be that the "Run as administrator option" is needed which was not checked before for either the default .exe build or the .msi build. In our case the note about being needed since Windows Vista has not been the case as we've only had this issue now with Win8. By ...
by adam@ibexuk.com
Fri Mar 14, 2014 6:21 pm
Forum: Common Problems
Topic: Post install prequisites not being unstalled for Windows 8.1
Replies: 3
Views: 3066
 
Jump to post

Post install prequisites not being unstalled for Windows 8.1

I'm using Advanced Installer V11.0

Our application has 4 post install prequisites which go in fine on Windows 7. However in Windows 8 the two that are set with '/quiet' command line options are not being installed and no message is being shown. If I manually install them from the .msi files they ...
by adam@ibexuk.com
Fri Jul 19, 2013 10:45 am
Forum: Common Problems
Topic: Updater automatic install not working
Replies: 3
Views: 3362
 
Jump to post

Re: Updater automatic install not working

Hi
Using /sitentall improves it in that the initial do you want to update is gone but the normal install prompts are still shown. So the silent install works until it gets to the first user interaction prompt "The setup wizard will install ourappname on your computer. Click Next to continue ...
by adam@ibexuk.com
Wed Jul 17, 2013 7:47 am
Forum: Common Problems
Topic: Updater automatic install not working
Replies: 3
Views: 3362
 
Jump to post

Updater automatic install not working

Hi
I'm using the updater and have selected "silently check for updates and automatically install". However when our application triggers it (using Process ^UpdaterProcess = Process::Start(UpdaterFilename, "/silent"); ) it doesn't automatically install. It shows the standard do you want to update ...
by adam@ibexuk.com
Tue Jul 16, 2013 7:38 pm
Forum: Building Installers
Topic: Auto Updater With Network Share
Replies: 3
Views: 4337
 
Jump to post

Re: Auto Updater With Network Share

Works great - thank you!
by adam@ibexuk.com
Fri Jul 05, 2013 12:06 pm
Forum: Building Installers
Topic: Auto Updater With Network Share
Replies: 3
Views: 4337
 
Jump to post

Auto Updater With Network Share

Hi
We need to use the auto updater with an update file that will be stored locally on the network. We can't use an internet as for many of our users their network is locked down blocking the auto updater getting the file from the internet. So we need to put the new version in a shared folder on the ...
by adam@ibexuk.com
Fri Jun 18, 2010 2:11 pm
Forum: Common Problems
Topic: Read config from XML file on upgrade
Replies: 2
Views: 2580
 
Jump to post

Re: Read config from XML file on upgrade

OK thanks, that is a good comprimise solution I hadn't considered, although the link you gave is an increadibly complex way of acheiving it. I have instead simply marked the file to be retained and do a custom action search to see if it is there or not.
by adam@ibexuk.com
Wed Jun 16, 2010 6:01 pm
Forum: Common Problems
Topic: Read config from XML file on upgrade
Replies: 2
Views: 2580
 
Jump to post

Read config from XML file on upgrade

I'm using advanced installer to save various coniguration settings during install to an XML file that my applicaiton can then read. All relatively simple to setup using advanced installer. To avoid users having to enter the same information again every time there is an upgrade I need to find a way ...

Go to advanced search