Search found 111 matches

Go to advanced search

by thill
Wed May 18, 2016 8:17 pm
Forum: Common Problems
Topic: "change/Repair" does't run with the Admin privilege
Replies: 9
Views: 9264
 
Jump to post

Re: "change/Repair" does't run with the Admin privilege

Another question about this. If Run As Administrator is required, and Repair is enabled, we add a "Repair" program group shortcut to execute the installer accordingly with Run As Administrator set on the shortcut. However it fails if run from Programs & Features in Control Panel -- as ...
by thill
Wed May 18, 2016 12:58 am
Forum: Common Problems
Topic: Migrating from 12.3.1 to 12.8 has path problems
Replies: 5
Views: 4132
 
Jump to post

Re: Migrating from 12.3.1 to 12.8 has path problems

Had an idea and just tried it - was successful. The problem came from our Ant build.xml using a relative Basedir. To explain in case someone else runs across this problem ... Our Ant build.xml runs Advanced Installer in a procedure on TeamCity. The old line was: <property name="installer.dir&qu...
by thill
Wed May 18, 2016 12:10 am
Forum: Common Problems
Topic: Failed to marshal script action.
Replies: 26
Views: 27564
 
Jump to post

Re: Failed to marshal script action.

Encountered this today (17 May 2016).

The solution we found came from Microsoft: https://support.microsoft.com/en-us/kb/3020338

Hope it helps anyone else hitting their head on this particular rock :lol:
by thill
Mon May 16, 2016 3:26 pm
Forum: Common Problems
Topic: Migrating from 12.3.1 to 12.8 has path problems
Replies: 5
Views: 4132
 
Jump to post

Re: Migrating from 12.3.1 to 12.8 has path problems

I have confirmed the problem discussed above ... that the paths to things get changed to long ..\..\..\..\....... with 12.8.

Any thought on how to proceed?
by thill
Fri May 13, 2016 7:12 pm
Forum: Common Problems
Topic: Migrating from 12.3.1 to 12.8 has path problems
Replies: 5
Views: 4132
 
Jump to post

Re: Migrating from 12.3.1 to 12.8 has path problems

A little more information: Today I reverted to the project files used with 12.3.1 and got them to build successfully. Without changing a thing re-ran those builds with 12.8 and they all fail with: The source folder "D:\staging\docVue" of the synchronized folder "APPDIR" is missin...
by thill
Fri May 13, 2016 3:33 am
Forum: Common Problems
Topic: Migrating from 12.3.1 to 12.8 has path problems
Replies: 5
Views: 4132
 
Jump to post

Migrating from 12.3.1 to 12.8 has path problems

I'm upgrading several projects from 12.3.1 to 12.8, as well as a few other changes. It would appear there are migration problems. To do this work I created a gitHub feature branch and cloned it to a different path than the master project. So the path changed. But now I cannot get it to build. Questi...
by thill
Thu May 12, 2016 11:58 pm
Forum: Common Problems
Topic: Path to Advanced Installer exe
Replies: 6
Views: 5198
 
Jump to post

Re: Path to Advanced Installer exe

A related question: Should advinst.exe be used, or AdvancedInstaller.com ? What's the difference?
by thill
Tue Feb 23, 2016 9:18 pm
Forum: Common Problems
Topic: Upgrade doesn't
Replies: 2
Views: 2320
 
Jump to post

Re: Upgrade doesn't

Yes, that worked. Now I'm being asked why 3 other (and older) installers that are still being built with 12.3.1 work when we only change the 4th-place version number and generate a new Product Code? I assumed it was the different Product Code. We have an automated build system that runs several time...
by thill
Tue Feb 23, 2016 3:24 am
Forum: Common Problems
Topic: Upgrade doesn't
Replies: 2
Views: 2320
 
Jump to post

Upgrade doesn't

Using 12.7.2 with a project created on 12.3.1. Just now trying to get it to upgrade the previous version. However, it does not uninstall/reinstall although set to do that and results in 2 entries in Programs and Features. Our build process increments a build counter and edits the project with that v...
by thill
Tue Jan 12, 2016 4:44 pm
Forum: Building Installers
Topic: Set "Show icon and notifications" during install?
Replies: 3
Views: 2962
 
Jump to post

Re: Set "Show icon and notifications" during install?

That article makes it pretty clear ... you can't do that. The explanation makes sense to a point.

Thanks. Guess we'll just forget about that one :mrgreen:
by thill
Mon Jan 11, 2016 6:53 pm
Forum: Building Installers
Topic: Set "Show icon and notifications" during install?
Replies: 3
Views: 2962
 
Jump to post

Set "Show icon and notifications" during install?

Is there a way to set an application's system tray setting for "Show icon and notifications" during an installation?
by thill
Tue Jun 30, 2015 10:18 pm
Forum: Common Problems
Topic: SECUREREPAIR: Failed to CreateContentHash of the file
Replies: 11
Views: 18582
 
Jump to post

Re: SECUREREPAIR: Failed to CreateContentHash of the file

Here is a piece of log on this: MSI (s) (14:00) [16:44:27:889]: SECREPAIR: Hash Database: C:\Windows\Installer\SourceHash{9854DBF4-A807-413A-90BF-418D0DEE006B} MSI (s) (14:00) [16:44:27:889]: Note: 1: 2262 2: SourceHash 3: -2147287038 MSI (s) (14:00) [16:44:27:904]: SECREPAIR: New Hash Database crea...
by thill
Tue Jun 30, 2015 5:13 pm
Forum: Common Problems
Topic: SECUREREPAIR: Failed to CreateContentHash of the file
Replies: 11
Views: 18582
 
Jump to post

Re: SECUREREPAIR: Failed to CreateContentHash of the file

The Hash Files option is not enabled. And we do not digitally sign anything. Ours is a server-based product. Because we install a Windows service we have the "Run as Administrator" flag enabled and instruct people to also right-click the installer EXE and Run as Administrator. Not sure whe...
by thill
Sat Jun 27, 2015 12:15 am
Forum: Common Problems
Topic: SECUREREPAIR: Failed to CreateContentHash of the file
Replies: 11
Views: 18582
 
Jump to post

Re: SECUREREPAIR: Failed to CreateContentHash of the file

That KB does not appear to apply. We're running the installer logged-in and as Administrator. Yes, the install continues to success. But we get asked about those messages. Is there an option to disable checking the hash of the files? Or a way to create the hash and satisfy it? Thanks a lot. Have a g...
by thill
Thu Jun 25, 2015 3:20 pm
Forum: Common Problems
Topic: The specified account already exists
Replies: 3
Views: 5672
 
Jump to post

Re: The specified account already exists

This problem turned-out to be a custom script that was deleting too much too soon in the process.

Go to advanced search