Search found 16 matches

Go to advanced search

by borislaa
Thu Mar 30, 2006 4:14 pm
Forum: Common Problems
Topic: Install 1msi file- remove (uninstall) my other application!!
Replies: 2
Views: 5066
 
Jump to post

Thnak you

Thank you Ciprian,

You are right! Now it's ok :D

Best Regards
Alexandre
by borislaa
Wed Mar 29, 2006 6:59 pm
Forum: Common Problems
Topic: Install 1msi file- remove (uninstall) my other application!!
Replies: 2
Views: 5066
 
Jump to post

Install 1msi file- remove (uninstall) my other application!!

Hello guys,

I have a strange behaviour with 2 msi files generated with Advanced Installer:
The first one "NMDK" v.1.2.0 is installed on my PC and when I try to install the second one - "NMDK - solution 5210" v1.3.0 (this tool is different from the first one, it is not the newer version!), so ...
by borislaa
Thu Dec 08, 2005 3:47 pm
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 18703
 
Jump to post

Hello,

I will check the version of Windows Installer (I dont have access to the problematic PC every day ...), but normally I think that it might be 3.1.
The automatic upgrade of Windows is scheduled for all pc in the office, so I think that the version is 3.1, but I'm not sure ...

The problem ...
by borislaa
Thu Dec 08, 2005 1:38 pm
Forum: Common Problems
Topic: How to install an existing file (replace the existing one)
Replies: 6
Views: 10721
 
Jump to post

Hello Mike,

I schedule the Property Set with Formatted before RemoveFiles standard action in Begin section.
When I tried to put it in InstallInitialize as Directory Set with Formatted, there was an exception: Could not access network location Your Value ...
But I think the problem was that when I ...
by borislaa
Tue Dec 06, 2005 6:25 pm
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 18703
 
Jump to post

Not expected behaviour on a different target PC

Hello,

My msi file worked fine until today on all pc in the office. But today I tested on a pc where I observed strange behaviour:
On the target machine the expected env variables are present, but when the installation finish I haven't the files where I expect. Usual behaviour (on most pc): %XXX ...
by borislaa
Tue Dec 06, 2005 6:03 pm
Forum: Common Problems
Topic: How to install an existing file (replace the existing one)
Replies: 6
Views: 10721
 
Jump to post

Hi,

In fact the solution with RemoveFiles standard action is not good for my case, because I want to remove a file which directory path is stored in env variable. I think that when it try to remove the file, the folder is not known yet, and the file is not removed. (I take the folder name with ...
by borislaa
Thu Nov 17, 2005 5:24 pm
Forum: Common Problems
Topic: How to install an existing file (replace the existing one)
Replies: 6
Views: 10721
 
Jump to post

Thanks Mihai,

Very useful help, thanks a lot.
Just a little question:
With the Removal action in File and Folder page, is there any order to execute the different actions:
-First all removal items
-After all add items
because I want to remove a file that I will add in the same time, so the order ...
by borislaa
Thu Nov 17, 2005 11:49 am
Forum: Common Problems
Topic: How to install an existing file (replace the existing one)
Replies: 6
Views: 10721
 
Jump to post

How to install an existing file (replace the existing one)

Hello,

I have to put an existing file on the target PC. Even if the file exists or not I must replace the existing one with the one in my msi file.
I put this file in a separate component and I check the Permanent checkbox to be not deleted on uninstall.
But I see that the existing file is not ...
by borislaa
Thu Oct 13, 2005 1:06 pm
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 18703
 
Jump to post

Ok , thanks
In fact if the env variable is not found the empty string is affected to my XXX_HOME variable. So
XXX_HOME="Your Value" OR XXX_HOME=""
is the condition that works fine.

Thank you so much :D
by borislaa
Wed Oct 12, 2005 5:03 pm
Forum: Common Problems
Topic: Install/Uninstall takes very long - Performance
Replies: 10
Views: 13356
 
Jump to post

Hello,

I have a similar problem - my project contains a lot of files ....
I have one suggestion:
You put all files (or a part of them) in one Zip archive file and after copy this zip file on the target computer, you can try to run a script that will unzzip this file and remove the zip file ....
I ...
by borislaa
Wed Oct 12, 2005 4:03 pm
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 18703
 
Jump to post

Hi,

I justed saw on the Microsoft web site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/conditional_statement_syntax.asp
I tried with entering in the condition field:
NOT %XXX_HOME
but it still not working ... I havn't an error but when the variable XXX_HOME is ...
by borislaa
Wed Oct 12, 2005 1:39 pm
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 18703
 
Jump to post

Hi Mihai,

My company is finally bought your product and I am very satisfied of the result of the installer that I created with! :)

I would like to perform an action now but I am not sure to can do it:
I must display an error message if the env variable that I need is not present in the target ...
by borislaa
Fri Oct 07, 2005 12:23 pm
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 18703
 
Jump to post

Thank you so much. It's working now.
Its powerfull this tool :)
by borislaa
Thu Oct 06, 2005 12:50 pm
Forum: Common Problems
Topic: Copy a File in directory that is a Target Env Variable
Replies: 12
Views: 18703
 
Jump to post

Hello Mike and thanks a lot for your answer :))

I tried to make all of your instructions, but I think I do something wrong:
1. I created a new propery in "Install Parameters" called MyDir, but I must associated a value to this property ... so tried to put [%JAVA_HOME],
a string "a", [%JAVA_HOME ...
by borislaa
Thu Oct 06, 2005 12:10 am
Forum: Feature Requests
Topic: Possibility to put files into ENV Variables folders
Replies: 1
Views: 5424
 
Jump to post

Possibility to put files into ENV Variables folders

It will be great if in the Files section you add the possibility
to put files in Env variables. It will be the responsability of the install maker to use the env variables that are folders in tne target computer.

For exemple:
If I want to put some files into %JAVA_HOME% directory

Go to advanced search