Search found 19 matches

Go to advanced search

by mchristianson
Sat Jan 11, 2014 12:33 am
Forum: Common Problems
Topic: Error 1923 installing a Service
Replies: 9
Views: 111671
 
Jump to post

Re: Error 1923 installing a Service

Finally I found what the problem was: The installer tried to install a service that already existed on the system. You don't expect to get the 1923 "insufficient privilege" error when the service already exists.

I just ran into this problem and only spent a few minutes rather than hours trying to ...
by mchristianson
Wed Nov 13, 2013 7:13 pm
Forum: Common Problems
Topic: Java Service Installation and hidden argument story.
Replies: 5
Views: 7639
 
Jump to post

Re: Java Service Installation and hidden argument story.

It's been almost three years, would someone at Caphyon comment and let us know if this has been fixed and in which version?

Thanks
by mchristianson
Tue Nov 12, 2013 7:20 pm
Forum: Common Problems
Topic: Wildcard classpath specification
Replies: 5
Views: 6560
 
Jump to post

Re: Wildcard classpath specification

It's been almost three years, would someone at Caphyon comment and let us know if this feature has been added and in which version?

Thanks
by mchristianson
Wed Dec 12, 2012 2:04 am
Forum: Common Problems
Topic: Please help me understand "default" Components
Replies: 1
Views: 6264
 
Jump to post

Please help me understand "default" Components

I just ran into a problem where my application shortcuts were not being installed because their Components were set to an optional Prerequisite that had not been installed. Luckily for me, I found and solved the problem without too much time wasted. But it did cause me to wonder about Components ...
by mchristianson
Wed Nov 21, 2012 10:22 pm
Forum: Common Problems
Topic: Warning 4154 Adobe Flash Player prerequisite
Replies: 4
Views: 6079
 
Jump to post

Re: Warning 4154 Adobe Flash Player prerequisite

Thanks, I decided to use a registry search instead.
by mchristianson
Tue Nov 20, 2012 5:45 pm
Forum: Common Problems
Topic: Warning 4154 Adobe Flash Player prerequisite
Replies: 4
Views: 6079
 
Jump to post

Warning 4154 Adobe Flash Player prerequisite

The built-in Adobe Flash Player prerequisite no longer works for me, resulting in Warning 4154. Apparently, the NPSWF32.dll file referenced in the search has been renamed to include its version number as part of the file name (e.g., NPSWF32_11_5_502_110.dll).

I've been unsuccessful in using ...
by mchristianson
Wed Aug 17, 2011 12:23 am
Forum: Common Problems
Topic: synchronized folder does not exclude .svn
Replies: 3
Views: 4478
 
Jump to post

Re: synchronized folder does not exclude .svn

Hmmm, it seems to happen when I turn on Synchronize after using Add Folder but not after using New Folder. I guess that's the solution, then.

Perhaps, in the future, you could add an option for "Add Synchronized Folder" so it's a little more intuitive?

Windows 2003 Server, Advanced Installer ...
by mchristianson
Mon Aug 15, 2011 9:16 pm
Forum: Common Problems
Topic: synchronized folder does not exclude .svn
Replies: 3
Views: 4478
 
Jump to post

synchronized folder does not exclude .svn

Can anyone help me understand why the .svn folder is included in a synchronized folder even though it's specifically excluded by default? Please see this screenshot:

Image
by mchristianson
Thu Sep 10, 2009 6:46 pm
Forum: Common Problems
Topic: How do I install user specific folders?
Replies: 5
Views: 6815
 
Jump to post

Re: How do I install user specific folders?

Hi again, thanks for your continuing help.

I tried your idea of the replacement files with newer dates, but it did not work. Would you be able to create a working example?
by mchristianson
Wed Aug 26, 2009 6:32 pm
Forum: Common Problems
Topic: How do I install user specific folders?
Replies: 5
Views: 6815
 
Jump to post

Re: How do I install user specific folders?

Hi Gabriel, thanks for your help. Your method works well. Do you know if it's possible to have File Copy/Move overwrite a pre-existing file? My installer contains a default file which I'd like to overwrite with a user-specific custom file using File Copy/Move.

Thanks
by mchristianson
Wed Aug 26, 2009 12:34 am
Forum: Common Problems
Topic: How do I install user specific folders?
Replies: 5
Views: 6815
 
Jump to post

How do I install user specific folders?

Hello,

Like many other users of Advancd Installer, I wish to copy some user-specific files placed next to the MSI. The process outlined in the user guide documentation on installing a user specific file using File Copy/Move works well but does not address the case where the user-specific file is in ...
by mchristianson
Fri Feb 13, 2009 4:42 am
Forum: Common Problems
Topic: Advanced Licensing from within a Java application
Replies: 7
Views: 10690
 
Jump to post

Re: Advanced Licensing from within a Java application

Hi everyone,

Great news. I figured it out! Have a look at my post for details and code example. Thanks for your help, Cosmin.

http://codeaweso.me/2009/02/use-advance ... plication/

Hope others find this useful.
by mchristianson
Tue Feb 03, 2009 11:00 pm
Forum: Common Problems
Topic: Automate Advanced Installer with Ant
Replies: 6
Views: 11391
 
Jump to post

Re: Automate Advanced Installer with Ant

Thanks, Kalle, that's an interesting approach. I think I will keep our current date-version scheme since only a glance is required to determine the build date. :lol:

We, too, had problems with constantly modified .aip files. I cannot count the number of times our build broke due to conflicts on ...
by mchristianson
Mon Feb 02, 2009 8:28 pm
Forum: Common Problems
Topic: Automate Advanced Installer with Ant
Replies: 6
Views: 11391
 
Jump to post

Re: Automate Advanced Installer with Ant

Hi Cosmin,

Thanks for pointing out my use of "-noprodcode." I do this in order to " ensure that only one version of the product can be installed on the computer. " In order to keep things closer to normal usage, I will remove "-noprodcode" from my blog post. Perhaps I should reconsider my own use ...
by mchristianson
Thu Jan 29, 2009 7:47 pm
Forum: Common Problems
Topic: Automate Advanced Installer with Ant
Replies: 6
Views: 11391
 
Jump to post

Automate Advanced Installer with Ant

I've written a short post about how I use Ant to automate Advanced Installer builds . I based my Ant script on the AI user guide ; I hope others find my addition useful.

http://codeaweso.me/2009/01/automate-advanced-installer-with-ant/

If anyone has other Ant scripts or tricks, I'd love to know ...

Go to advanced search