Search found 26 matches

by gibbie99
Thu Sep 17, 2015 2:09 pm
Forum: Technical Support
Topic: Automatic updates task not being generated
Replies: 1
Views: 2588

Automatic updates task not being generated

We have a installer with auto updates enabled. We have it installed on 4 sites without issue, but on the 5th site, running Server 2008 R2, the scheduled task was not created to run updates. I do not have access to the site, nor was I able to investigate the nature of the issue. What are the reasons ...
by gibbie99
Thu Aug 06, 2015 1:28 pm
Forum: Technical Support
Topic: Using SYSTEM account for automatic updates
Replies: 0
Views: 7084

Using SYSTEM account for automatic updates

This took me a while. Basically you remove the user /password in the Schedule Task command in IA, and set the program option to be /s /update, and uncheck "Interactive task". What this does is use the SYSTEM user to run the update non-interactively (the /s command and unchecking the 'inter...
by gibbie99
Thu Aug 06, 2015 1:24 pm
Forum: Technical Support
Topic: Silent updates not working
Replies: 7
Views: 6230

Re: Silent updates not working

Feel free to skype me - robert.medfusion

I put it in the Perform Uninstallation block.


~InstallAware Clipboard Data~
~Delete Files~
~{F53F7F0E-63EC-4291-894E-53F0B7FE2770}~
~$ENGINECACHE$~
~installedupdates.dat~
~TRUE~
~TRUE~

this is before the red "Apply uninstall" command.
by gibbie99
Fri Jul 31, 2015 2:11 pm
Forum: Technical Support
Topic: Reading a value from an XML
Replies: 11
Views: 13442

Re: Reading a value from an XML

This is probably not ideal to parse the string if you dont have to. this works. Basically pull in the attribute @value then under result type use node value. ~InstallAware Clipboard Data~ ~MessageBox~ ~{4D9F8B1B-AA2F-448A-A504-C81D683C5D3A}~ ~~ ~port is $PORTONE$~ ~0~ ~1~ ~~ ~Evaluate XPath Query~ ~...
by gibbie99
Tue Jun 30, 2015 1:51 pm
Forum: Technical Support
Topic: Silent updates not working
Replies: 7
Views: 6230

Re: Silent updates not working

I found the issue, it appears that the installedupdates.dat file was not being removed properly on uninstall / upgrade. Not sure why. The solution is to delete the file during install - it's in $ENGINECACHE$ directory.
by gibbie99
Thu Jun 25, 2015 9:30 am
Forum: Technical Support
Topic: Error initializing msi database
Replies: 16
Views: 17557

Re: Error initializing msi database

I was able to fix this by setting the folder permissions of "Creater Owner" to full access. Very annoying but straightforward. It always went away when I reloaded the UI or reloaded the project, but will fail upon build the second time. (First build always works).
by gibbie99
Mon Jun 22, 2015 3:39 pm
Forum: Technical Support
Topic: Silent updates not working
Replies: 7
Views: 6230

Re: Silent updates not working

I troubleshot a bit further. Starting with a clean install of windows 7, I can generate silent installs from version 1 -> version 2. But when I uninstall version 2, then reinstall version 1, silent installs (to version 2) no longer work. I added code to the script to write to a file at various point...
by gibbie99
Mon Jun 22, 2015 3:31 pm
Forum: Technical Support
Topic: Automatic configuration of the update wizard
Replies: 6
Views: 5365

Re: Automatic configuration of the update wizard

I was able to get this working very easily, thanks!
by gibbie99
Mon Jun 22, 2015 1:32 pm
Forum: Technical Support
Topic: Silent updates not working
Replies: 7
Views: 6230

Re: Silent updates not working

Probably yes, let me look. If i attach the .mia file is that sufficient for you or would you like the whole project? I ended up greatly modifying the project to handle just updates, so probably something went awry there. The problem is I can't really troubleshoot it, I'm not sure how far into the in...
by gibbie99
Fri Jun 19, 2015 1:33 pm
Forum: Technical Support
Topic: Silent updates not working
Replies: 7
Views: 6230

Silent updates not working

We have a product that uses the updating feature of IA (version X2 studio manager), and I am having issues with the silent part. If the user asks to be prompted for download and prompted for install, it updates just fine, from version 1 to version 2. But if the users selects 'do not prompt' for both...
by gibbie99
Thu Jun 11, 2015 3:38 pm
Forum: Technical Support
Topic: Automatic configuration of the update wizard
Replies: 6
Views: 5365

Re: Automatic configuration of the update wizard

Thanks! I'll take a look ASAP.
by gibbie99
Wed Jun 03, 2015 2:27 pm
Forum: Technical Support
Topic: Automatic configuration of the update wizard
Replies: 6
Views: 5365

Re: Automatic configuration of the update wizard

Thanks Francesco!
by gibbie99
Wed Jun 03, 2015 1:34 pm
Forum: Technical Support
Topic: Automatic configuration of the update wizard
Replies: 6
Views: 5365

Automatic configuration of the update wizard

I am using the web updates in version InstallAware X2 Studio Manager. Currently there is user feedback where they would like to disable the required logoff after install to set up the scheduled task to search for updates, is there any way I can script the generation of this task? Basically I'd like ...
by gibbie99
Wed Feb 25, 2015 10:10 am
Forum: Technical Support
Topic: Uninstall is not clean
Replies: 9
Views: 9380

Re: Uninstall is not clean

Thanks. I deleted the old data and re-tried the uninstall. Same result (there is still an icon in add/remove programs, still registry entries, etc.), but now I have an empty $TARGETDIR$.
by gibbie99
Wed Feb 25, 2015 9:12 am
Forum: Technical Support
Topic: Uninstall is not clean
Replies: 9
Views: 9380

Re: Uninstall is not clean

This is great. I think the issue is that $TARGETDIR$ has a bunch of stuff that was not in the install package. I'll delete it manually and wipe all traces from the registry, then retry it. So does this mean that $TARGETDIR$ must be clean to be removed, and otherwise the package does not uninstall co...

Go to advanced search