Search found 76 matches

Go to advanced search

by adamdc78
Wed Feb 06, 2019 11:43 pm
Forum: Common Problems
Topic: Error calling MSI API: 1627 Method: MSIDataBaseImport Table: InstallExecuteSequence
Replies: 16
Views: 18318
 
Jump to post

Re: Error calling MSI API: 1627 Method: MSIDataBaseImport Table: InstallExecuteSequence

A new change and back to the same error. I feel like something's not getting stored properly in the DB under some circumstances.
by adamdc78
Tue Jan 08, 2019 9:00 pm
Forum: Common Problems
Topic: [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at address [0x00ff7f05]
Replies: 1
Views: 3820
 
Jump to post

[SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at address [0x00ff7f05]

I discovered the issue when our build server tried to run the following command: Advancedinstaller.com /edit setup.aip /SetProductCode -langid 1033 -guid {0A0B3D65-C1B5-4B21-A327-37F6F18BF19F} either in the Advanced Installer GUI, an elevated command prompt or through our CI scripting (Atlassian Bam...
by adamdc78
Tue Jan 08, 2019 8:46 pm
Forum: Common Problems
Topic: Error calling MSI API: 1627 Method: MSIDataBaseImport Table: InstallExecuteSequence
Replies: 16
Views: 18318
 
Jump to post

Re: Error calling MSI API: 1627 Method: MSIDataBaseImport Table: InstallExecuteSequence

Well, I reverted and manually re-applied my changes and everything builds fine on both machines, however my build script is failing when trying to edit the product code now. I'll start a new thread for that.
by adamdc78
Mon Jan 07, 2019 5:58 pm
Forum: Common Problems
Topic: Error calling MSI API: 1627 Method: MSIDataBaseImport Table: InstallExecuteSequence
Replies: 16
Views: 18318
 
Jump to post

Re: Error calling MSI API: 1627 Method: MSIDataBaseImport Table: InstallExecuteSequence

I think you may be on to something there; I believe there's a mismatch between the repository version of the dialog and the project version of the dialog. Will investigate further and update.
by adamdc78
Sat Jan 05, 2019 12:42 am
Forum: Common Problems
Topic: Error calling MSI API: 1627 Method: MSIDataBaseImport Table: InstallExecuteSequence
Replies: 16
Views: 18318
 
Jump to post

Re: Error calling MSI API: 1627 Method: MSIDataBaseImport Table: InstallExecuteSequence

Going to zombify this thread: Error calling MSI API: 1627 Method: MsiDatabaseImport Table: Control. Extended Error: 1: 2216 2: C:\Path\To\MSI\setup.msi 3: Control.idt 4: 25 . Advanced Installer 15.2 build 30c2e84376 *** Stack Trace (x86) *** [0x771dc54f] RaiseException() [0x028f8ded] ----- [0x018b31...
by adamdc78
Sat Apr 22, 2017 1:18 am
Forum: Common Problems
Topic: FileCopy: Error 1310. System error 0.
Replies: 3
Views: 4935
 
Jump to post

Re: FileCopy: Error 1310. System error 0.

That is not the system Program Files and does NOT require elevation. %WINDIR% is C: Our custom bootstrapper actually attempts to create a file in the installation path and re-launches with administrative privileges if the write is denied. I can create and delete files and folders in E:\Program Files...
by adamdc78
Thu Apr 20, 2017 11:33 pm
Forum: Common Problems
Topic: FileCopy: Error 1310. System error 0.
Replies: 3
Views: 4935
 
Jump to post

FileCopy: Error 1310. System error 0.

MSI (s) (F8:4C) [17:22:23:138]: Executing op: FileCopy(SourceName=filena~2.DLL|filename.dll,SourceCabKey=filename.dll,DestName=filename.dll,Attributes=0,FileSize=10752,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=8.5.1.7136,Language=0,InstallMode=58982400,,,,,,,) MSI (s) (F8:4C) [17:22:23:13...
by adamdc78
Thu Mar 09, 2017 3:09 pm
Forum: Common Problems
Topic: Hidden properties logged in plain text when passed as CustomActionData
Replies: 17
Views: 2546374
 
Jump to post

Re: Hidden properties logged in plain text when passed as CustomActionData

Let's assume that adding CustomActionData to MsiHiddenProperties works. That still doesn't stop it from being logged by CustomActionSchedule.
by adamdc78
Wed Mar 08, 2017 10:44 pm
Forum: Common Problems
Topic: Hidden properties logged in plain text when passed as CustomActionData
Replies: 17
Views: 2546374
 
Jump to post

Hidden properties logged in plain text when passed as CustomActionData

I have a property marked as hidden which stores a password needed by a deferred custom action, however I cannot get that data TO the custom action without exposing it in plain text to the logging! The log lines in question are: MSI (s) (10:7C) [15:01:05:803]: PROPERTY CHANGE: Adding MyCustomAction p...
by adamdc78
Tue Dec 15, 2015 1:58 am
Forum: Common Problems
Topic: ExecuteAction: MainEngineThread is returning 1603
Replies: 3
Views: 5915
 
Jump to post

ExecuteAction: MainEngineThread is returning 1603

I have a single user failing on a product upgrade during ExecuteAction: MSI (c) (D4:4C) [13:04:42:038]: Doing action: ExecuteAction Action start 13:04:42: ExecuteAction. MSI (c) (D4:4C) [13:04:42:044]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (c) (D4:4C) [13:04:42:044]:...
by adamdc78
Fri Nov 20, 2015 4:13 am
Forum: Common Problems
Topic: AI_SetLogOnAsService failure
Replies: 3
Views: 5610
 
Jump to post

Re: AI_SetLogOnAsService failure

This was indeed the fix. Thank you!
by adamdc78
Fri Nov 20, 2015 4:12 am
Forum: Common Problems
Topic: Per machine if admin, per-user otherwise not working for non-admins
Replies: 9
Views: 9897
 
Jump to post

Re: Per machine if admin, per-user otherwise not working for non-admins

That implies that every single bootstrapped installer must run per machine, which makes no sense as the built-in bootstrapper offers this as an option. Is the option invalid or is there a way to make it work (setting AI_InstallPerUser and running AI_AuthorSinglePackage manually, for instance)?
by adamdc78
Fri Nov 20, 2015 4:07 am
Forum: Building Installers
Topic: MSIINTERNALINSTALLEDPERUSER
Replies: 2
Views: 4139
 
Jump to post

Re: MSIINTERNALINSTALLEDPERUSER

I'm looking for a way to tell, on uninstall, whether the MSI was installed per machine or per user. This property seems to be the way to do that, however I would like to confirm it before releasing it into the wild.
by adamdc78
Wed Nov 04, 2015 3:02 am
Forum: Common Problems
Topic: AI_SetLogOnAsService failure
Replies: 3
Views: 5610
 
Jump to post

AI_SetLogOnAsService failure

In our .aip we're assigning this same user to two WCF services, however we get a failure any time we try to do so whether or not the user already has the Log on as a service right: MSI (c) (78:1C) [17:50:19:165]: Product installation will be elevated because user is admin and product is being instal...
by adamdc78
Thu Oct 22, 2015 8:47 pm
Forum: Building Installers
Topic: MSIINTERNALINSTALLEDPERUSER
Replies: 2
Views: 4139
 
Jump to post

MSIINTERNALINSTALLEDPERUSER

There doesn't seem to be much anywhere on this property, but it SEEMS as though it persists the per user or per machine status in order to make it available on uninstallation. Is this accurate? Can I safely query it on uninstallation and know that the value will tell me whether the installation was ...

Go to advanced search