Search found 150 matches

Go to advanced search

by FergusMurray
Thu Oct 25, 2012 12:48 pm
Forum: Common Problems
Topic: Updater calls built into service
Replies: 3
Views: 4779
 
Jump to post

Re: Updater calls built into service

Thanks Dan,

the /qn on the build sorted it for me
by FergusMurray
Tue Oct 23, 2012 1:40 pm
Forum: Common Problems
Topic: Updater calls built into service
Replies: 3
Views: 4779
 
Jump to post

Updater calls built into service

Im trying to set up the updater for one of our installers and am running into some issues The installer im making installs a windows services (under local system), and the developer has made the call to the updater from his service, we can see the updater program being called, but the upgrade doesnt...
by FergusMurray
Thu Oct 18, 2012 11:37 am
Forum: Feature Requests
Topic: Suggestions for predefined prerequisites
Replies: 79
Views: 4800065
 
Jump to post

Re: Suggestions for predefined prerequisites

Can we get Support for detection of in launch conditions, and as a prequ check for Adobe Reader XI, seems its not allowing installation to continue with our installer that has it as a launch condition when Adobe Reader XI is installed
by FergusMurray
Tue Sep 18, 2012 10:23 am
Forum: Common Problems
Topic: IISBrowse https bindings blank
Replies: 23
Views: 29360
 
Jump to post

Re: IISBrowse https bindings blank

Thanks Bogdan, ill take a look at our VB scripts and see if this make our implementation easier, we had to base a lot of it on assumptions on range that the port numbers were in. I'm probably going to have to check that area anyway, since it looks like the format of the browseresult has changed, and...
by FergusMurray
Fri Aug 31, 2012 11:58 am
Forum: Common Problems
Topic: Added to "trusted sites" in Internet Explorer
Replies: 2
Views: 4357
 
Jump to post

Re: Added to "trusted sites" in Internet Explorer

Seems it just needs a registry entry to do that, so we can add it with AI anyway

HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\New Key = <name of site to add>

New DWORD = *
Value = 2
by FergusMurray
Tue Aug 28, 2012 10:54 am
Forum: Common Problems
Topic: Upgrade problem [SEH_AV_READ_BADPTR]
Replies: 11
Views: 13234
 
Jump to post

Re: Upgrade problem [SEH_AV_READ_BADPTR]

We are also seeing this on one of our installers, i had orignally put it down to a bad build, but a rebuild didnt fix it, will send our verbose log to support [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at address [0x004025bc] *** Stack Trace (x86) *** [0x004025bc] ----- [0x004c2abb] ----- [0...
by FergusMurray
Tue Aug 21, 2012 10:27 am
Forum: Common Problems
Topic: Added to "trusted sites" in Internet Explorer
Replies: 2
Views: 4357
 
Jump to post

Added to "trusted sites" in Internet Explorer

Is there anything in AI that is able to add a "trusted site" to internet explorer, seems a new installer im developing needs this functionality

Thanks,
Fergus.
by FergusMurray
Mon Jul 30, 2012 10:24 am
Forum: Common Problems
Topic: Upgrade removed a file but never replaced it
Replies: 15
Views: 23515
 
Jump to post

Re: Upgrade removed a file but never replaced it

Thanks Bogdan, its finally working in all scenarios! thanks for all the support on this
by FergusMurray
Fri Jul 27, 2012 12:57 pm
Forum: Common Problems
Topic: Installer that only creates shortcuts?
Replies: 9
Views: 8958
 
Jump to post

Re: Installer that only creates shortcuts?

Im essentially seeing this same behavior as this issue. We have 2 installers (1.) server installer that creates the folder and programs and puts the client installer in the same "programs" folder (2.) client installer that creates shortcuts to what was installed by (1.) - this client insta...
by FergusMurray
Fri Jul 27, 2012 9:42 am
Forum: Common Problems
Topic: Upgrade removed a file but never replaced it
Replies: 15
Views: 23515
 
Jump to post

Re: Upgrade removed a file but never replaced it

I need the VBS to run after the files have been removed from the "old version", running the script while the old files are there, is going to give the wrong result (basically the code is deciding whether the installation needs to put some "default" settings files out, and these d...
by FergusMurray
Fri Jul 20, 2012 3:56 pm
Forum: Common Problems
Topic: Upgrade removed a file but never replaced it
Replies: 15
Views: 23515
 
Jump to post

Re: Upgrade removed a file but never replaced it

The custom code needs to looks at a folder after the items have been uninstalled from it to determine if there is anything in it (if there is, the feature should be disabled) and before the new stuff goes on, thats why i moved the action after the remove resources
by FergusMurray
Thu Jul 19, 2012 11:18 am
Forum: Common Problems
Topic: Upgrade removed a file but never replaced it
Replies: 15
Views: 23515
 
Jump to post

Re: Upgrade removed a file but never replaced it

I've moved it to after "remove resources" and before "add resources", since it needs to decide after removing the "old release", however it looks like i dont have access to the feature states since this line: Const msiInstallStateAbsent = 2 Const msiInstallStateLocal = ...
by FergusMurray
Wed Jul 18, 2012 3:20 pm
Forum: Common Problems
Topic: Upgrade removed a file but never replaced it
Replies: 15
Views: 23515
 
Jump to post

Re: Upgrade removed a file but never replaced it

The custom action is calling this vbs function Function CheckForScreens() Dim fso, msg, objFSO, objFolder,colFiles,counted,temp, Installdir Installdir=Session.Property("APPDIR")&"Settings\Screens" Set fso = CreateObject("Scripting.FileSystemObject") counted=0 WriteT...
by FergusMurray
Mon Jul 16, 2012 11:15 am
Forum: Common Problems
Topic: Upgrade removed a file but never replaced it
Replies: 15
Views: 23515
 
Jump to post

Re: Upgrade removed a file but never replaced it

Looking over the aip file I noticed that the three XML files which were not installed were in the feature "DefaultScreens" which is set by default to not install. You can change this default from Organization page. Regards, Bogdan That feature is controlled using a customaction (and then ...
by FergusMurray
Mon Jun 25, 2012 1:09 pm
Forum: Common Problems
Topic: Upgrade removed a file but never replaced it
Replies: 15
Views: 23515
 
Jump to post

Re: Upgrade removed a file but never replaced it

We had a new build to see if this approach worked, but unfortunately the files and folder are still missing

have sent the install log to support

Go to advanced search