Search found 57 matches

Go to advanced search

by Ruben
Fri Dec 28, 2018 1:39 pm
Forum: Common Problems
Topic: File Copy Operation fails with Error 1310 and System Error 131
Replies: 1
Views: 2218
 
Jump to post

File Copy Operation fails with Error 1310 and System Error 131

Hello installer team and community, for one of our customers, the MSI update installation failed. Reason was our "File Copy Operation". One specific file is always copied while installation (we backup a database this way) -- usually without problems. We followed this manual: https://www.ad...
by Ruben
Thu Oct 05, 2017 6:48 am
Forum: Building Installers
Topic: When are files of a Synchronized Folder installed ?
Replies: 1
Views: 2174
 
Jump to post

When are files of a Synchronized Folder installed ?

Hallo Team, This is about Synchronized Folders (http://www.advancedinstaller.com/user-guide/folder-synchronize.html). We know, the files under "Files And Folders" are installed in some defined order. That order depends on the Sequence Number, and I assume all these files are installed whil...
by Ruben
Wed Oct 04, 2017 2:15 pm
Forum: Common Problems
Topic: MSI error 2602: File has no associated entry in Media Table
Replies: 1
Views: 3821
 
Jump to post

MSI error 2602: File has no associated entry in Media Table

Hello Community and Team, the above error stops our installation. And we know why: I've manually modified the Sequence Number of that file in the "File" table. (No, not just for fun. I set the Sequence Number up to 32000, to be sure the file is installed at last.) :?: Obviously, it is wron...
by Ruben
Wed Aug 30, 2017 2:31 pm
Forum: Building Installers
Topic: Scheduled Task for All Users
Replies: 8
Views: 29581
 
Jump to post

Re: Scheduled Task for All Users

Thank you, Sorin.
We need a GUI and your second way seems simple and robust. We'll do that.

Warm Regards,
Ruben
by Ruben
Tue Aug 29, 2017 9:00 am
Forum: Building Installers
Topic: Scheduled Task for All Users
Replies: 8
Views: 29581
 
Jump to post

Scheduled Task for All Users

Hallo Team and Users, wen need a scheduled task that is started everytime a users logs on. This must work for all users on the machine. We tried these settings: (Screenshot) Result: The task is assigned only to the user running the installer. But not for other users. Could the task start for any use...
by Ruben
Wed Aug 09, 2017 1:20 pm
Forum: Building Installers
Topic: Documentation for Search Value Ranges
Replies: 1
Views: 2140
 
Jump to post

Documentation for Search Value Ranges

Hello Advancedinstaller, we use different searches on the Search Page. [img] search.png [/img] A Search is created quickly. And all the searches end up with some RESULT_PROPERTY. But to use the result, I often had a painful time with trial and error. I always wonder: - Is the result property a Strin...
by Ruben
Wed Aug 09, 2017 12:58 pm
Forum: Building Installers
Topic: Are all searches run twice ?
Replies: 1
Views: 2020
 
Jump to post

Are all searches run twice ?

Hello Community, This is an understanding question. According to: http://www.advancedinstaller.com/user-guide/standard-actions.html the searches from the "Search page" run in both the Wizard Stage, as well as in Install Execution Stage - provided we run in UI mode. Is it correct that all s...
by Ruben
Wed Jun 28, 2017 3:28 pm
Forum: Common Problems
Topic: Run WMIC from Custom Action before RemoveFiles
Replies: 3
Views: 3358
 
Jump to post

Re: Run WMIC from Custom Action before RemoveFiles

Hello Sorin, Sorry. I still can't see a satisfying solution. a) The "Terminate Process" action does not work since it stops processes by name only. Our process is "javaw.exe" - this is far too unspecific. b) The temporary files concept is great. I tested and it does nearly succee...
by Ruben
Wed Jun 28, 2017 1:23 pm
Forum: Common Problems
Topic: Run WMIC from Custom Action before RemoveFiles
Replies: 3
Views: 3358
 
Jump to post

Run WMIC from Custom Action before RemoveFiles

Hello Team and Users, In our MSI installer, we try to run that WMIC command early, before RemoveFiles happens: wmic Path win32_process Where "Caption Like '%%java%%.exe%%' AND CommandLine Like '%%OurProgramName%%'" Call Terminate The purpose is to kill instances of our software. Otherwise,...
by Ruben
Mon May 22, 2017 9:43 am
Forum: Common Problems
Topic: Can't uninstall without original MSI
Replies: 3
Views: 12425
 
Jump to post

Re: Can't uninstall without original MSI

We assume the user optimized the system with a 3rd party tool. The failure happened nowhere else, and we could not reproduce it. We successfully deinstalled with the Microsoft Uninstall Tool: http://support.microsoft.com/mats/Program_Install_and_Uninstall (Link is from May 2017) Sorin, Thank you ver...
by Ruben
Wed May 10, 2017 9:19 am
Forum: Common Problems
Topic: Can't uninstall without original MSI
Replies: 3
Views: 12425
 
Jump to post

Can't uninstall without original MSI

Hello Team and users, Is it possible that a project, by accident, depends on the downloaded MSI file ? One of our customers could not deinstall because the MSI was missing. The MSIEXEC log contains some interesting lines with "SOURCEMGMT", as shown below. Must we have done something terrib...
by Ruben
Fri Mar 03, 2017 3:32 pm
Forum: Building Installers
Topic: SetProductCode for multiple languages
Replies: 1
Views: 2095
 
Jump to post

SetProductCode for multiple languages

There is a command line switch /SetProductCode with --langid and optional --guid:

http://www.advancedinstaller.com/user-g ... tcode.html

What is the syntax to set a guid for two languages -- or even for all languages ?

Many thanks,
Ruben
by Ruben
Tue Feb 14, 2017 9:48 am
Forum: Common Problems
Topic: Why can a reboot destroy the installation ?
Replies: 1
Views: 2065
 
Jump to post

Why can a reboot destroy the installation ?

It happened that our customers installation obviously was destroyed -- by the first machine reboot after the installation. Before reboot, it worked. It was an MSI based update installation. Two of the 4000 installed files got lost. Remarks: - The installation was repaired successfully from the Repai...
by Ruben
Thu Jan 26, 2017 11:36 am
Forum: Building Installers
Topic: Browse for Folder Dialog needs to show files
Replies: 1
Views: 2100
 
Jump to post

Browse for Folder Dialog needs to show files

This is about browsing for a folder, as described here: http://www.advancedinstaller.com/user-guide/qa-browse-for-folder.html Example project: http://www.advancedinstaller.com/examples/browseforfolder.zip The problem: The browse dialog shows folders only. Why show files ? To select the right folder,...
by Ruben
Mon Jan 23, 2017 4:58 pm
Forum: Building Installers
Topic: Add environment variable by condition
Replies: 3
Views: 3350
 
Jump to post

Re: Add environment variable by condition

That's what I did today. Goto Component (F8) revealed that the new variable was assigned automatically to the component "deployJava1.dll". This is some component inside the JRE bundle. 1. I wonder why this component was choosen. It seems arbitrary. 2. More important, what happens when the ...

Go to advanced search