Search found 30 matches

Go to advanced search

by cminorm
Wed Apr 08, 2015 2:04 pm
Forum: Common Problems
Topic: Windows Features not working?
Replies: 6
Views: 8867
 
Jump to post

Re: Windows Features not working?

I'm getting the error as well.

I find that if I use a single bundle, everything works fine. When I add a second windows feature bundle, it does not work. I have separated the bundle into a separate install and that does not fix my issue. The only work around I can think of at this time is create ...
by cminorm
Tue Jan 06, 2015 10:32 pm
Forum: Common Problems
Topic: Why does the Installer randomly hit content sites?
Replies: 1
Views: 2666
 
Jump to post

Why does the Installer randomly hit content sites?

I created a basic installer for our product for our high security client. When they tried to install our product, the installer started accessing Yahoo.com, Google.com and other content sites. Our client is very nervous about this behavior. The installer does make a call to our website to check if ...
by cminorm
Wed Dec 11, 2013 5:54 pm
Forum: Common Problems
Topic: Bad Formated XML file
Replies: 1
Views: 2587
 
Jump to post

Bad Formated XML file

On some computers I get a bad formatted XML document after the install. What could cause the multiple closing tags </LocalSettings>?


<?xml version="1.0" encoding="utf-16"?>
<LocalSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Server ...
by cminorm
Wed Aug 21, 2013 1:24 pm
Forum: Common Problems
Topic: Does Advanced Installer Patch allowing the adding of files?
Replies: 10
Views: 10103
 
Jump to post

Re: Does Advanced Installer Patch allowing the adding of fil

Hi Eusebiu,

The files I send you were for the server side installation of our product. When I changed the CAB option to one CAB file for all installation files, that took care of this issue.

The client side installation files still appear to have a sequence file issue, but it is limited to the ...
by cminorm
Mon Aug 19, 2013 1:11 pm
Forum: Common Problems
Topic: Does Advanced Installer Patch allowing the adding of files?
Replies: 10
Views: 10103
 
Jump to post

Re: Does Advanced Installer Patch allowing the adding of fil

Eusebiu,

I sent all the files you asked for. I hope you can determine why my patch does not allow the adding of files.

Thanks,

Norm
by cminorm
Thu Aug 15, 2013 2:46 pm
Forum: Common Problems
Topic: Does Advanced Installer Patch allowing the adding of files?
Replies: 10
Views: 10103
 
Jump to post

Does Advanced Installer Patch allowing the adding of files?

I'm currently using version 10.3 to create a patch. Everything works fine if I only update files, but when I add a file, I get sequence errors. If I try to apply the patch that has the sequence errors I get an error that says "the file cannot be found in cabinet file". Following instructions from ...
by cminorm
Tue Aug 13, 2013 1:20 pm
Forum: Common Problems
Topic: The file cannot be found in cabinet file.
Replies: 6
Views: 14299
 
Jump to post

Re: The file cannot be found in cabinet file.

I'm currently using version 10.3 and when I add a file, it puts it right in the middle of the project. This offsets most of the files and causes a series of mismatch errors when I generate the patch. I tried adding a new feature and place the files there, but I still get the errors. If I try and ...
by cminorm
Mon Aug 12, 2013 7:15 pm
Forum: Common Problems
Topic: The file cannot be found in cabinet file.
Replies: 6
Views: 14299
 
Jump to post

Re: The file cannot be found in cabinet file.

I started over and was able to identify what is causing the patch to fail. Everything works perfectly until I added some SQL script files.

Is there a special way new files need to be added when using a patch?
by cminorm
Mon Aug 12, 2013 4:17 pm
Forum: Common Problems
Topic: Patch does not update any files.
Replies: 1
Views: 2956
 
Jump to post

Patch does not update any files.

I create patch and it does not update any of the files. I have a target dll that is version 0.9.2 and I want to upgrade it to 0.9.3. Also I added a text file that does not get applied.

Any one have any suggestions why the patch does not apply any changes?
by cminorm
Mon Aug 12, 2013 1:38 pm
Forum: Common Problems
Topic: The file cannot be found in cabinet file.
Replies: 6
Views: 14299
 
Jump to post

Re: The file cannot be found in cabinet file.

After reviewing that thread, my understanding is that I have to replace all the files in the project?

I replaced all the offending folders, and the patch now runs, the problem i'm having now is that none of the files in the patch are being updated.
by cminorm
Thu Aug 08, 2013 7:27 pm
Forum: Common Problems
Topic: The file cannot be found in cabinet file.
Replies: 6
Views: 14299
 
Jump to post

The file cannot be found in cabinet file.

When I try to install my patch file I get the following error:

The file 'invoice_report.htm" cannot be installed because the file cannot be found in cabinet file "PCW_CAB_PB3". This could indicate a network error, an error reading from the CD-ROM, or a problem with the package.

The only different ...
by cminorm
Thu Aug 08, 2013 7:20 pm
Forum: Common Problems
Topic: Custom Action not called during a Patch
Replies: 2
Views: 4021
 
Jump to post

Re: Custom Action not called during a Patch

It turns out that I needed to refresh the image files in the patch project before rebuilding the patch.
by cminorm
Wed Aug 07, 2013 9:39 pm
Forum: Common Problems
Topic: Custom Action not called during a Patch
Replies: 2
Views: 4021
 
Jump to post

Custom Action not called during a Patch

I have a custom action that calls an installed exe that is not getting called from the patch. The custom action (launch Installed File) is in the FINISH DIALOGS STAGE with condition set to PATCH.

What am I missing?
by cminorm
Tue Aug 14, 2012 9:20 pm
Forum: Building Installers
Topic: Updater License Check
Replies: 1
Views: 16496
 
Jump to post

Updater License Check

I'm creating an update project that uses License Check URL. When i checked the data received at the server I get the following:
licenseid=25
languageid=1033
version=2.1

My product version is 1.0.0.0 and my update is 1.1.0.0. Where is this 2.1 coming from? The only thing I could find was that the ...
by cminorm
Thu Apr 26, 2012 3:14 pm
Forum: Common Problems
Topic: How do I copy a file called Replisapi.dll?
Replies: 4
Views: 17564
 
Jump to post

Re: How do I copy a file called Replisapi.dll?

It looks like when you use a property as a Folder, it adds the \ at the end. Once i removed the property as a folder, the slash disappeared.

Go to advanced search