Search found 25 matches

Go to advanced search

by AI_New_User
Thu Mar 10, 2022 5:40 pm
Forum: Building Installers
Topic: Azure DevOps: Error calling MSI API: 161 Method: MsiRecordSetStream Table: _Streams.
Replies: 7
Views: 3745
 
Jump to post

Azure DevOps: Error calling MSI API: 161 Method: MsiRecordSetStream Table: _Streams.

When running AI 18.9 on Azure DevOps, I get this error message: Checking builds status Build required. [ AppSetup ] Building package: D:\a\1\a\MSI\AppSetup-20220310.5.msi Prepare build Detecting MSI incompatible resources Preparing files Creating CAB file(s) Creating MSI database Inserting CAB file(...
by AI_New_User
Wed Mar 09, 2022 6:03 pm
Forum: Building Installers
Topic: Azure DevOps, sync folder, and multiple projects
Replies: 5
Views: 3442
 
Jump to post

Re: Azure DevOps, sync folder, and multiple projects

For my needs, it was sufficient to create a folder in my repo use that as my sync folder for both projects.
by AI_New_User
Mon Jan 31, 2022 6:51 pm
Forum: Building Installers
Topic: Azure DevOps, sync folder, and multiple projects
Replies: 5
Views: 3442
 
Jump to post

Re: Azure DevOps, sync folder, and multiple projects

Is there a way to do this in Azure DevOps without a network folder? Just using DevOps?

All I need is all the files to go into 1 folder. It doesn't have to be a network folder. But a folder on DevOps that AI can access and build from.
by AI_New_User
Mon Jan 31, 2022 6:49 pm
Forum: Building Installers
Topic: Writing DB to another folder?
Replies: 7
Views: 3982
 
Jump to post

Re: Writing DB to another folder?

Project attached.
by AI_New_User
Thu Jan 27, 2022 5:42 pm
Forum: Building Installers
Topic: Azure DevOps, sync folder, and multiple projects
Replies: 5
Views: 3442
 
Jump to post

Azure DevOps, sync folder, and multiple projects

I have the following scenario: My installer synchronizes with a network folder. There are 2 projects. 1 project is the main app. The other project is a Custom Action and is run in the "Finish Dialogs Stage". The files for both apps go into the network folder. The installer build pulls from...
by AI_New_User
Thu Jan 27, 2022 5:01 pm
Forum: Building Installers
Topic: Writing DB to another folder?
Replies: 7
Views: 3982
 
Jump to post

Re: Writing DB to another folder?

create_db_error_4.PNG
create_db_error_4.PNG (63.24 KiB) Viewed 3957 times
And when I run the installer.
create_db_error_5.PNG
create_db_error_5.PNG (32.51 KiB) Viewed 3957 times
by AI_New_User
Thu Jan 27, 2022 4:58 pm
Forum: Building Installers
Topic: Writing DB to another folder?
Replies: 7
Views: 3982
 
Jump to post

Re: Writing DB to another folder?

I can send a zip of the project, if that would be easier.

Server > Sql Databases
create_db_error_1.PNG
create_db_error_1.PNG (13.92 KiB) Viewed 3957 times
create_db_error_2.PNG
create_db_error_2.PNG (41.98 KiB) Viewed 3957 times
create_db_error_3.PNG
create_db_error_3.PNG (38.18 KiB) Viewed 3957 times
by AI_New_User
Fri Jan 21, 2022 2:45 pm
Forum: Building Installers
Topic: Writing DB to another folder?
Replies: 7
Views: 3982
 
Jump to post

Writing DB to another folder?

When use AI to create a sqlite db, by using the "Create database if not exists" option, I get the error below. Is there a way to write the database file to a location that's not in Program Files? (ie. AppLocal) Using "Run as Administrator" option in Install Parameters is not an o...
by AI_New_User
Mon Dec 20, 2021 4:24 pm
Forum: Building Installers
Topic: Which condition to use when delete folder on uninstall?
Replies: 1
Views: 2406
 
Jump to post

Which condition to use when delete folder on uninstall?

If I check uninstall, do I also need to type in the condition too?
ai_remove2.PNG
ai_remove2.PNG (5.31 KiB) Viewed 2406 times
The right way or redundant? If the latter, then when do I need to type in a condition?

What I'm trying to accomplish is just deleting 2 custom folders on uninstall (not upgrade).
by AI_New_User
Mon Dec 20, 2021 4:03 pm
Forum: Building Installers
Topic: Format for Name in New File Removal
Replies: 1
Views: 2371
 
Jump to post

Format for Name in New File Removal

In the name section, is name right? Or do I need brackets?
ai_remove1.PNG
ai_remove1.PNG (8.83 KiB) Viewed 2371 times
by AI_New_User
Mon Dec 13, 2021 8:08 pm
Forum: Common Problems
Topic: What do the exit codes mean?
Replies: 8
Views: 12461
 
Jump to post

Re: What do the exit codes mean?

I got it working. I had to delete the older updates and pare it down to 3. (For others having this problem, it's probably best to just create a whole new updater file.) Also, the registry key was not set. I thought that was an automatic thing. I copied the generated registry keys to the HKCU section...
by AI_New_User
Mon Dec 13, 2021 1:09 pm
Forum: Common Problems
Topic: What do the exit codes mean?
Replies: 8
Views: 12461
 
Jump to post

Re: What do the exit codes mean?

Thank you.

And how do I know which entries are empty and need to fill?

Looking at this page - https://www.advancedinstaller.com/user- ... ation.html, I have Name, URL, Size, FilePath, and Version and they have the correct values (AFAIK).

Go to advanced search