Search found 47 matches

Go to advanced search

by Andrey
Fri Mar 13, 2015 11:37 am
Forum: Common Problems
Topic: 4106 error when creating scheduled task
Replies: 6
Views: 11853
 
Jump to post

Re: 4106 error when creating scheduled task

Hi, Daniel, I've managed to solve my problem. The reason was my custom action which manually deletes scheduled task on uninstall (regular uninstall and upgrade). This custom action was added because of issue in AI: http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=29388. I've realized ...
by Andrey
Wed Mar 11, 2015 5:11 pm
Forum: Common Problems
Topic: 4106 error when creating scheduled task
Replies: 6
Views: 11853
 
Jump to post

Re: 4106 error when creating scheduled task

Where can I find the source code of the AI_ScheduleTasks custom action if its free to read?

best regards,
Andrey
by Andrey
Wed Mar 11, 2015 3:41 pm
Forum: Common Problems
Topic: 4106 error when creating scheduled task
Replies: 6
Views: 11853
 
Jump to post

4106 error when creating scheduled task

Hi, When installer creates scheduler task "4106 error" appears. Please give me the clue what caused this problem? And how can I debug it? MSI (s) (34:DC) [16:20:35:973]: Executing op: CustomActionSchedule(Action=AI_ScheduleTasks,ActionType=11265,Source=BinaryData,Target=**********,CustomAc...
by Andrey
Tue Feb 17, 2015 10:32 am
Forum: Common Problems
Topic: Forbid upgrade from New version to Old version
Replies: 5
Views: 5062
 
Jump to post

Re: Forbid upgrade from New version to Old version

Hi, Dan,
Thanks for your reply!
Thats very confusing limitation of Windows Installer.

Best regards,
Andrey.
by Andrey
Thu Feb 12, 2015 1:14 pm
Forum: Common Problems
Topic: Forbid upgrade from New version to Old version
Replies: 5
Views: 5062
 
Jump to post

Re: Forbid upgrade from New version to Old version

Hi,
May be the problem description above is too complex and I should find more simple example?

Best regards,
Andrey
by Andrey
Wed Jan 28, 2015 3:11 pm
Forum: Common Problems
Topic: Launch application checkbox at the end of maintenance
Replies: 3
Views: 3447
 
Jump to post

Re: Launch application checkbox at the end of maintenance

Thank you Dan,

That's exactly what I need!
Didn't found this topic with google, because I've search for maintenance keyword.

Best regards,
Andrey.
by Andrey
Wed Jan 28, 2015 1:22 pm
Forum: Common Problems
Topic: Launch application checkbox at the end of maintenance
Replies: 3
Views: 3447
 
Jump to post

Launch application checkbox at the end of maintenance

Hello,

In Dialog Editor I've checked "Launch application at the end of installation". Launch application checkbox appears after regular installation finished.
But when I'm running maintenance the checkbox is not displayed. How can I fix this?

Best regards,
Andrey
by Andrey
Fri Jan 23, 2015 4:31 pm
Forum: Common Problems
Topic: Forbid upgrade from New version to Old version
Replies: 5
Views: 5062
 
Jump to post

Re: Forbid upgrade from New version to Old version

Hello Dan, 1. Indeed if I install Per-machine version 2.0.0 then run 1.0.0 it fails to run as expected. By default, a Per-machine installation type is selected and this is why you are allowed to install a lower version. 1,2: Can you please give me more details about your scenario? My goal is to allo...
by Andrey
Thu Jan 22, 2015 5:25 pm
Forum: Common Problems
Topic: Forbid upgrade from New version to Old version
Replies: 5
Views: 5062
 
Jump to post

Forbid upgrade from New version to Old version

Hello AI team, 1. Please give me some clue. Why does my installer allows installation of Old product, when New one is already installed? 2. Not related question. I have Installer which installs per-machine if user is administrator and per-user otherwise. And it is possible to install both types in p...
by Andrey
Tue Jan 13, 2015 2:39 pm
Forum: Common Problems
Topic: Win7. 1723 Dll error when executing AI_DpiContentScale
Replies: 3
Views: 7841
 
Jump to post

Re: Win7. 1723 Dll error when executing AI_DpiContentScale

Thanks guys,
After user have added full permissions to the Temp folder, msi was installed successfully.

Best regards,
Andrey
by Andrey
Thu Dec 25, 2014 10:21 am
Forum: Common Problems
Topic: UAC for per user installation on Windows Vista
Replies: 1
Views: 2900
 
Jump to post

UAC for per user installation on Windows Vista

Hi, Advanced installer team, Here are two simple AIP projects in attachment: (1) Installs per user. per_user.aip (2) Installs per machine if user is admin, otherwise installs per user. Added Install type selection dialog. per_machine_or_per_user.aip After both msi are built, they are signed with tru...
by Andrey
Thu Dec 25, 2014 10:00 am
Forum: Common Problems
Topic: Uninstallation prompts UAC after silent PerUser installation
Replies: 6
Views: 8586
 
Jump to post

Re: Uninstallation prompts UAC after silent PerUser installa

Hi, I have tested on xp, so as written in article this parameters will not work. Correct combination for Windows 7 and higher: Current User: ALLUSERS=2 MSIINSTALLPERUSER=1 Local Machine: ALLUSERS=2 MSIINSTALLPERUSER="" For Vista and lower: Current User: ALLUSERS="" Local Machine:...
by Andrey
Wed Dec 10, 2014 3:46 pm
Forum: Common Problems
Topic: Win7. 1723 Dll error when executing AI_DpiContentScale
Replies: 3
Views: 7841
 
Jump to post

Win7. 1723 Dll error when executing AI_DpiContentScale

Hi Advanced Installer team! My users expect error 1723 when trying to open installer (on AI_DpiContentScale). OS: Win 7 (WindowsBuild = 7601) Sorry, but logs contain russian symbols. MSI (c) (F8:48) [14:26:30:883]: Doing action: AI_DpiContentScale Действие 14:26:30: AI_DpiContentScale. Начало действ...
by Andrey
Wed Dec 10, 2014 12:03 pm
Forum: Common Problems
Topic: Run scheduled task as system
Replies: 4
Views: 34885
 
Jump to post

Re: Run scheduled task as system

I've found the solution. May be it might be helpful for someone else :) http://msdn.microsoft.com/en-us/library/windows/desktop/bb736357(v=vs.85).aspx /RU username A value that specifies the user context under which the task runs. For the system account, valid values are "", "NT AUTHO...
by Andrey
Wed Dec 10, 2014 11:51 am
Forum: Common Problems
Topic: Run scheduled task as system
Replies: 4
Views: 34885
 
Jump to post

Run scheduled task as system

Hi Advanced Installer team,

Is it possible to create scheduled task which should run by LocalSystem user account?
I've tried .\LocalSystem, but during installation got 4106 error (cannot verify useraccount)
Best regards,
Andrey

Go to advanced search