Search found 75 matches

Go to advanced search

by wyzerd
Thu Jul 09, 2015 10:15 pm
Forum: Building Installers
Topic: Patch Looking for source file
Replies: 8
Views: 11376
 
Jump to post

Re: Patch Looking for source file

Hi Daniel,

The most important part is that the 4th set is "Build Number" and has no effect on the process of patching, 1.00.00.0 is no different from 1.00.00.999999999999 as far as windows installer is concerned.

The third set is designated as Maintenance number. This is the set that would ...
by wyzerd
Wed Mar 18, 2015 7:42 pm
Forum: Common Problems
Topic: set control attribute visible=false
Replies: 3
Views: 4672
 
Jump to post

Re: set control attribute visible=false

Thanks, Dan. I have done a similar function with another checkbox on another dialog. I was unaware the ExitDialog controls were protected.
by wyzerd
Tue Mar 17, 2015 10:25 pm
Forum: Common Problems
Topic: set control attribute visible=false
Replies: 3
Views: 4672
 
Jump to post

set control attribute visible=false

I have been searching all day and haven't found it yet. The ExitDialog on my installation has the option to start an installed program (so the client may set up the license). While this is helpful after the installation of a full release, it is not needed for patches nor maintenance as I leave the ...
by wyzerd
Thu Dec 04, 2014 2:50 am
Forum: Common Problems
Topic: Patching Fails in 11.6.3
Replies: 1
Views: 3115
 
Jump to post

Patching Fails in 11.6.3

C:\Program Files (x86)\Caphyon\Advanced Installer\bin\x86>advancedinstaller.com /edit "I:\Monaco\Monaco.aip" /SetProperty RELEASEDIR="X:\CurrentReleases"

C:\Program Files (x86)\Caphyon\Advanced Installer\bin\x86>advancedinstaller.com /edit "I:\Monaco\Monaco.aip" /SetVersion 5.10.02

C:\Program ...
by wyzerd
Wed Oct 08, 2014 6:49 pm
Forum: Common Problems
Topic: Commandline [|ProductVersion] ignored.
Replies: 3
Views: 4538
 
Jump to post

Re: Commandline [|ProductVersion] ignored.

Ah! I see. I thought ProductVersion was just another property.

Thanks!

George
by wyzerd
Mon Oct 06, 2014 10:31 pm
Forum: Common Problems
Topic: Commandline [|ProductVersion] ignored.
Replies: 3
Views: 4538
 
Jump to post

Commandline [|ProductVersion] ignored.

Here is the output from a Jenkins job I am running. The ProductVersion is set to 5.10.00 in the installer itself as that is the main release we are currently working on. However, we also have another team starting on 5.20.00 as it will be an involved process with some major features added. While, I ...
by wyzerd
Tue Jun 17, 2014 8:25 pm
Forum: Common Problems
Topic: Exec command output using GetProperty Command Line
Replies: 3
Views: 5603
 
Jump to post

Re: Exec command output using GetProperty Command Line

This functionality is documented and supposed to be supported. I was looking for an answer to this as well since the documentation on how to call this is a little vague.

Here is the text from your help:

Advanced Installer 11.3

Usage:
advinst.exe <path_to_project_file>
advinst.exe /help ...
by wyzerd
Tue May 13, 2014 10:10 pm
Forum: Building Installers
Topic: Installing Prerequisites with passive or fullUI
Replies: 3
Views: 4832
 
Jump to post

Re: Installing Prerequisites with passive or fullUI

Thanks, Dan. Yes I am aware of that. Perhaps I should have provided an example of the process I described.

The aip I have added is a truncated version of an actual installation I am authoring.

The Prerequisite is installed in passive mode if the Directory is defined in the registry via the ...
by wyzerd
Tue May 13, 2014 5:37 pm
Forum: Building Installers
Topic: Installing Prerequisites with passive or fullUI
Replies: 3
Views: 4832
 
Jump to post

Installing Prerequisites with passive or fullUI

I have been tasked with installing a prerequisite where the run behavior can change depending upon the machine state.
1. If it is the first run, it must ask the user for the installation path.
2. If it has been installed, it should use the path defined in a previous installation
3. Optionally (and ...
by wyzerd
Mon Dec 23, 2013 9:16 pm
Forum: Common Problems
Topic: UI confusing
Replies: 1
Views: 2924
 
Jump to post

UI confusing

Organization->select Feature->Installation Behavior radio buttons are confusing. I spent almost an hour to determine what the intended function is. It is counter intuitive to have a radio button disable its text counterpart. It IS logically correct, however, it is also against every UI I have ever ...
by wyzerd
Wed Aug 21, 2013 11:47 pm
Forum: Common Problems
Topic: Extract time excessive
Replies: 2
Views: 4291
 
Jump to post

Re: Extract time excessive

Whoops, I though tthis was fixed once before. I guess it wasn't;
http://www.advancedinstaller.com/forums ... =2&t=23020
by wyzerd
Wed Aug 21, 2013 11:44 pm
Forum: Common Problems
Topic: Uninstallation causes missing NTLDR and no boot
Replies: 3
Views: 4905
 
Jump to post

Re: Uninstallation causes missing NTLDR and no boot

Sorry, I forgot about this. I wrote a custom action to resolve this issue (since it was already in the field), I copy the contents of C:\*.* to SystemSave and next copy them back to C:\. The problem occurs on XP64 systems only. The Installations I have included will produce the undesired effect even ...
by wyzerd
Wed Aug 21, 2013 11:29 pm
Forum: Common Problems
Topic: Extract time excessive
Replies: 2
Views: 4291
 
Jump to post

Extract time excessive

Ok, the package is extremely large. and yes it is exceeding 20 minutes to complete the installation which is mostly a file drop. However, this message box is enough for the average user to abort the installation;
TimeLeft.jpeg

Another problem I have with compression is the extract path defaulting ...
by wyzerd
Thu Aug 15, 2013 10:26 pm
Forum: Building Installers
Topic: Prerequisites are not installed from DVD
Replies: 7
Views: 8716
 
Jump to post

Re: Prerequisites are not installed from DVD

I found that my guess was correct. By making the prerequisites single EXE types the DVD started working again. Please have the developer who changed this function fix it.
by wyzerd
Thu Aug 15, 2013 9:46 pm
Forum: Building Installers
Topic: Prerequisites are not installed from DVD
Replies: 7
Views: 8716
 
Jump to post

Re: Prerequisites are not installed from DVD

I have also found this behavior in 10.3. Creating a package and running from the network location works fine, however, installing from DVD fails and does so so early, it does not even produce a log file.

It seems single file prereqs work but multi-file do not.

Tonight I am going to try converting ...

Go to advanced search