Search found 77 matches

Go to advanced search

by valiot
Tue Feb 19, 2013 9:30 pm
Forum: Common Problems
Topic: Error while creating scheduled task
Replies: 7
Views: 5969
 
Jump to post

Re: Error while creating scheduled task

Hmm, I tried this configuration but it didn't solve the problem. This is related to the task scheduled for the updater if that makes a difference.
by valiot
Mon Feb 18, 2013 10:36 pm
Forum: Common Problems
Topic: Error while creating scheduled task
Replies: 7
Views: 5969
 
Jump to post

Re: Error while creating scheduled task

This happened on: Win7 64. My app is 32bit app. This also happened on Win8 Pro x64. English OS in both cases. I'll attach my aip file offline through email support. This was on a customer machine so it's hard to get more info. I cannot reproduce it myself, but the customer can reproduce it on both s...
by valiot
Sat Feb 16, 2013 12:44 am
Forum: Common Problems
Topic: Error Applying security settings on French installation
Replies: 7
Views: 7761
 
Jump to post

Re: Error Applying security settings on French installation

I decided to use the Everyone username to avoid this problem all together. I don't have time to figure it out. I suggest you include Authenticated Users as a localized account to make it easier in the future.
by valiot
Sat Feb 16, 2013 12:42 am
Forum: Common Problems
Topic: How to do partial match?
Replies: 4
Views: 3269
 
Jump to post

Re: How to do partial match?

I don't know. It works now. Not sure what I was doing before. So never mind.
by valiot
Sat Feb 16, 2013 12:41 am
Forum: Building Installers
Topic: Write to Registry on uninstall
Replies: 9
Views: 7627
 
Jump to post

Re: Write to Registry on uninstall

I created an exe to do this and it works great thanks.
by valiot
Thu Feb 14, 2013 10:52 pm
Forum: Building Installers
Topic: how to Abort the Install on message box response
Replies: 9
Views: 11828
 
Jump to post

Re: how to Abort the Install on message box response

Thanks! That was the problem. It works now.
by valiot
Thu Feb 14, 2013 3:18 am
Forum: Common Problems
Topic: How to do partial match?
Replies: 4
Views: 3269
 
Jump to post

Re: How to do partial match?

Actually I'm doing the following:

USERDEFINEDPROP << "81"

Where userdefinedprop is: 8178945A8956372A0AAA

Doesn't work.
by valiot
Thu Feb 14, 2013 3:13 am
Forum: Building Installers
Topic: how to Abort the Install on message box response
Replies: 9
Views: 11828
 
Jump to post

Re: how to Abort the Install on message box response

Doesn't seem to work.
Here's the dialog text:
2013-02-13_1811.png
2013-02-13_1811.png (24.18 KiB) Viewed 11816 times
Here's your suggestion:
2013-02-13_1812.png
2013-02-13_1812.png (107.04 KiB) Viewed 11816 times
by valiot
Wed Feb 13, 2013 2:57 am
Forum: Building Installers
Topic: how to Abort the Install on message box response
Replies: 9
Views: 11828
 
Jump to post

how to Abort the Install on message box response

I've created a custom action to display a message box during the install. It's a YES/NO message box. I've assigned the response to a User Defined property. Now the big question:
If the user clicks the NO button, how do I abort the install?
by valiot
Wed Feb 13, 2013 1:34 am
Forum: Common Problems
Topic: How to do partial match?
Replies: 4
Views: 3269
 
Jump to post

How to do partial match?

I'm developing a conditional action in my installer and using the following bitwise comparison:

ABCDEF<<AB

But the above fails, is not TRUE.
However, the following works (is TRUE):

ABCDEF<<ABCDEF

So it seems it's doing an equal operation? What am I doing wrong?
by valiot
Mon Feb 11, 2013 7:50 pm
Forum: Common Problems
Topic: Error while creating scheduled task
Replies: 7
Views: 5969
 
Jump to post

Error while creating scheduled task

My installer is a 32bit installer. Not sure if this matters. I'm installing a scheduled task as part of my install.
Recently a user received this error message while installing on a 64bit system:
original.gif
original.gif (25.06 KiB) Viewed 5969 times
Any idea what I'm doing wrong?
by valiot
Tue Feb 05, 2013 10:12 pm
Forum: Building Installers
Topic: Please explain "Categorized updates" feature
Replies: 7
Views: 6143
 
Jump to post

Re: Please explain "Categorized updates" feature

The reason I am using the same updater location is because I want to avoid duplicate update apps. I'm trying to use a common updater tool for all my products. Similar to how Apple Updater works on Windows.
by valiot
Sat Feb 02, 2013 2:07 am
Forum: Building Installers
Topic: Please explain "Categorized updates" feature
Replies: 7
Views: 6143
 
Jump to post

Re: Please explain "Categorized updates" feature

I think I understand, Thank you. One more question.
Each of my applications A and B will include installation info for the update.exe in the same location. If I uninstall application B, will the update.exe be removed?
by valiot
Thu Jan 31, 2013 12:47 am
Forum: Building Installers
Topic: Write to Registry on uninstall
Replies: 9
Views: 7627
 
Jump to post

Re: Write to Registry on uninstall

Well, my main use-case is: I have an application A with specific file associations. When I install application B, I need to replace the file associations with App B. After I uninstall App B, I want to restore the file associations from App A.
by valiot
Thu Jan 31, 2013 12:34 am
Forum: Building Installers
Topic: Please explain "Categorized updates" feature
Replies: 7
Views: 6143
 
Jump to post

Re: Please explain "Categorized updates" feature

With the new categorized updates. Is it possible to have two installed applications share the same updater? For example, I want the updater to run on a schedule and show updates for both apps in the list.

Go to advanced search