Search found 12 matches

Go to advanced search

by kiv
Thu Nov 30, 2006 4:12 pm
Forum: Common Problems
Topic: Use different source files with same .aip file
Replies: 4
Views: 5505
 
Jump to post

Same binary names, same folder structure, just build differently (feature-locked for example)

Here is example folder structure

install
--installer.AIP
out
--trial
----executable.exe
----dll1.dll
----dll2.dll
--pro
----executable.exe
----dll1.dll
----dll2.dll
--ent
----executable.exe
----dll1.dll ...
by kiv
Thu Nov 30, 2006 11:44 am
Forum: Common Problems
Topic: Use different source files with same .aip file
Replies: 4
Views: 5505
 
Jump to post

Use different source files with same .aip file

I have several build configurations (lets say trial, profesional, enterprise), which are installed exactly the same way. My build output goes into different folders - e.g. out\trial, out\pro, out\ent

I want to have a single .aip file and from a batch file instruct it which source folder to use, so ...
by kiv
Mon Nov 27, 2006 6:30 pm
Forum: Common Problems
Topic: Advanced Installer on Windows XP 64
Replies: 4
Views: 5831
 
Jump to post

I found the problem to be that I forgot to check the "64-bit component" check-box in the "Organization" page for the service.

Thanks Ionut for pointing that out
by kiv
Wed Nov 22, 2006 5:05 pm
Forum: Common Problems
Topic: Advanced Installer on Windows XP 64
Replies: 4
Views: 5831
 
Jump to post


The third issue is probably a consequence of the second and we could not reproduce it - since the service has not been stopped on your system, its files cannot be removed.


Hi Ionut,

I am testing on a clean system here also. Even if I stop the service manually and then execute the uninstall ...
by kiv
Tue Nov 21, 2006 8:35 am
Forum: Common Problems
Topic: Advanced Installer on Windows XP 64
Replies: 4
Views: 5831
 
Jump to post

Any update on that problem?
by kiv
Fri Nov 17, 2006 6:35 pm
Forum: Common Problems
Topic: Advanced Installer on Windows XP 64
Replies: 4
Views: 5831
 
Jump to post

Advanced Installer on Windows XP 64

Hi,

I have been using advanced installer to deploy our applications on Windows 2003/XP for a while and I am very happy with it. :)

Recently we ported our application to Windows XP 64 and ran into some installer problems. Following is a brief summary of the problems I am having.

1. Installing ...
by kiv
Sat Oct 21, 2006 2:24 pm
Forum: Common Problems
Topic: Prerequisite check for a file with no version
Replies: 3
Views: 4107
 
Jump to post

Hi,

Thanks, I used the Launch condition wizard and it works fine for me know. Just one question - with the condition wizard that I get is a pop-up message with just text. I really would like to link to a URL from there, to get the user to the readme with instructions what to do.

Any suggestions ...
by kiv
Fri Oct 13, 2006 7:17 pm
Forum: Common Problems
Topic: Prerequisite check for a file with no version
Replies: 3
Views: 4107
 
Jump to post

Prerequisite check for a file with no version

My installation needs to check for a DLL before being installed, so I added the DLL to the prerequisites. The problem I have is that even if the DLL exists, advanced installer-created installation claims it does not exist. I have this problem with one particular DLL, it works well for other DLL's ...
by kiv
Mon Sep 25, 2006 6:53 pm
Forum: Common Problems
Topic: Problem with prerequisites - QuickTime
Replies: 2
Views: 4126
 
Jump to post

Extracted the files from the installer and that works fine, thank you :)
by kiv
Sat Sep 23, 2006 8:18 am
Forum: Common Problems
Topic: Problem with prerequisites - QuickTime
Replies: 2
Views: 4126
 
Jump to post

Problem with prerequisites - QuickTime

Hi,

I am using advanced installer to create an installation, which has Apple QuickTime as a pre-requisite (I have other prerequisites also, no problem with them).

The problem I am having (using QuickTimeInstaller.exe that is downloaded from http://www.apple.com/quicktime) is that I get the ...
by kiv
Mon May 22, 2006 1:51 pm
Forum: Common Problems
Topic: Passing parameters to a DLL function
Replies: 2
Views: 4748
 
Jump to post

Thanks, this was all I was looking for.
Keep up the good work with this wonderfull product :)
by kiv
Sat May 20, 2006 4:19 pm
Forum: Common Problems
Topic: Passing parameters to a DLL function
Replies: 2
Views: 4748
 
Jump to post

Passing parameters to a DLL function

I am creating a custom action in which I want to call a function from a DLL I am creating. I want to pass some parameters to it, like destination folder. I can edit the custom action prarameters, but can't figure out the parameter types in the DLL function.

Any help will be greatly appreciated.

Go to advanced search