Search found 41 matches

Go to advanced search

by jfuhr
Fri Apr 10, 2015 4:52 pm
Forum: Common Problems
Topic: Upgraded files being replaced with previous version
Replies: 1
Views: 2243
 
Jump to post

Upgraded files being replaced with previous version

I am having an issue with the installer replacing the new versions of some files with the previous.

The project was originally created with a version of AI from about 5 years ago. Currently running 11.5.1.

After running a major upgrade, some files were not replaced with the new version. I verified ...
by jfuhr
Mon Mar 30, 2015 4:45 pm
Forum: Common Problems
Topic: Uninstall says "Unverified Publisher" with digital signature
Replies: 1
Views: 2444
 
Jump to post

Uninstall says "Unverified Publisher" with digital signature

I am digitially signing the installer and this works fine when installing for the first time.

However, when uninstalling from Control Panel, it says "Unverfiied publisher".

Any ideas on this one?
by jfuhr
Tue Dec 03, 2013 3:26 pm
Forum: Common Problems
Topic: How to edit .NET config file in 10.7
Replies: 17
Views: 13952
 
Jump to post

Re: How to edit .NET config file in 10.7

Well this is strange.

I still kept getting "filename already exists" so I changed it to the same name, but with a lower case letter. i.e. ARImport.exe.config is the existing file, so I used arimport.exe.config and it accepted it.

It then let me change it to ARImport.exe.config.

I'll try creating ...
by jfuhr
Mon Dec 02, 2013 5:57 pm
Forum: Common Problems
Topic: How to edit .NET config file in 10.7
Replies: 17
Views: 13952
 
Jump to post

How to edit .NET config file in 10.7

In earlier versions of AdvancedInstaller, I was able to update an installed web.config file by creating a new XML file and giving it the same filename.

However, after upgrading to 10.7.1, if I try to rename the XML file to 'web.config' the UI gives me an error stating that the file already exists ...
by jfuhr
Mon Feb 25, 2013 5:57 pm
Forum: Common Problems
Topic: Creating a help button
Replies: 1
Views: 2563
 
Jump to post

Creating a help button

On one of my dialogs, I want to add a help button to provide the user with more information.

I thought I could use the MessageBox custom action, but I can't figure out how to get this to work.

The tutorial says to add the message string to "Action Data", but I do not see this field in the DoAction ...
by jfuhr
Mon Nov 05, 2012 2:59 pm
Forum: Common Problems
Topic: Digital Signature
Replies: 3
Views: 4347
 
Jump to post

Re: Digital Signature

8.8.1

I've attached a screenshot of my settings.
by jfuhr
Sat Nov 03, 2012 4:01 am
Forum: Common Problems
Topic: Digital Signature
Replies: 3
Views: 4347
 
Jump to post

Digital Signature

I purchased a Code Signing Certificate so that we can sign our files and get rid of the "Unverified publisher" message that Windows will display.

In my project, I chose "Use File from Disk" and linked to the certificate and private key. Everything good so far.

When I compile the project, it wants ...
by jfuhr
Fri May 18, 2012 3:52 pm
Forum: Common Problems
Topic: How to verify MDAC is installed
Replies: 1
Views: 2508
 
Jump to post

Re: How to verify MDAC is installed

I figured this out.

You have to create a new prerequisite and click cancel. It creates the prereq anyway. Then edit, go to Install Conditions and create a new Registry Search. Then delete the file based criteria.
by jfuhr
Fri May 18, 2012 2:02 pm
Forum: Common Problems
Topic: How to verify MDAC is installed
Replies: 1
Views: 2508
 
Jump to post

How to verify MDAC is installed

I need to add a prerequisite to check that MDAC 2.7 or higher is installed.

I found an article in here from 2004 that mentions that this would be added in a later release, but it doesn't look like that ever happened. The article also says that you can create a custom prereq by searching the ...
by jfuhr
Sun Jan 29, 2012 8:29 pm
Forum: Common Problems
Topic: Is it possible to create installer script from msi?
Replies: 1
Views: 3123
 
Jump to post

Is it possible to create installer script from msi?

We had a server crash and have lost our installer script source code.

Is it possible to:

1. Rebuild the installer script from an MSI file?

2. Is there a way to extract the SQL script that was included in the SQL connections section of the install script?
by jfuhr
Thu Dec 15, 2011 2:54 pm
Forum: Common Problems
Topic: Not uninstall IIS during upgrade
Replies: 1
Views: 2290
 
Jump to post

Not uninstall IIS during upgrade

Is there a way to prevent the installer from not uninstalling the IIS virtual directory and website when a new version is applied?

When we release a product update, we change the product code so that the old version is replaced. However, this also recreates the IIS settings which blows away changes ...
by jfuhr
Fri Sep 23, 2011 8:01 pm
Forum: Common Problems
Topic: Persistent User Data Wizard
Replies: 3
Views: 4697
 
Jump to post

Re: Persistent User Data Wizard

Thanks, I tried deleting the file, adding it back and then rebuilding but it still persisted the file.

Can I manually edit something to remove the flag?

Also, when I added the file back, it stayed under the same component. Do I need to move it to a new component?

I ran into an issue previously ...
by jfuhr
Fri Sep 23, 2011 5:38 pm
Forum: Common Problems
Topic: Persistent User Data Wizard
Replies: 3
Views: 4697
 
Jump to post

Persistent User Data Wizard

When you use the Persisent User Data wizard to persist a file, where are these settings saved in the project?

I set a file to be persisted and it no longer shows in the wizard. However, running the installer does the persist the data file.
by jfuhr
Mon Aug 22, 2011 7:00 pm
Forum: Common Problems
Topic: Update not installing root APPDIR files
Replies: 4
Views: 4567
 
Jump to post

Re: Update not installing root APPDIR files

I thought I would post Cosmin's resolution in case somebody else runs into this issue.

To summarize, when I used the Persist User Data feature, it moved the target file into it's own component and designated another file to be the key member of the original group. This was because the file that was ...
by jfuhr
Wed Aug 17, 2011 1:53 pm
Forum: Common Problems
Topic: Update not installing root APPDIR files
Replies: 4
Views: 4567
 
Jump to post

Re: Update not installing root APPDIR files

Thanks for the response.

I checked the GUID for the Component and it was different. I changed the GUID to match the previous version, but it is still deleting the component files.

Also, the "Do not register this component with Windows Installer" is not checked.

Is there anything else I can check ...

Go to advanced search