Search found 12 matches

Go to advanced search

by vakbijevs
Thu Jan 18, 2007 5:01 pm
Forum: Common Problems
Topic: Customs actions with .vbs files
Replies: 17
Views: 33726
 
Jump to post

Hi,

Another point is that I want to show a dialog with a customized warning text before installing the prerequisites. Is it possible to do that?
This can not be done, but please tell me why you need that?

Regards,
Gigi


Gigi,

It is possible to run an VBS script "prerequisites" (java version ...
by vakbijevs
Wed Jan 17, 2007 6:31 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 41975
 
Jump to post

APPDIR - installation folder

Function removeDir()
Dim pathToFolder, smallPath
Set objFS = CreateObject("Scripting.FileSystemObject")
pathToFolder = Session.Property("APPDIR")
smallPath=Left(pathToFolder,Len(pathToFolder)-1)
If (objFS.FolderExists(smallPath)) then
objFS.DeleteFolder ...
by vakbijevs
Wed Dec 13, 2006 1:22 pm
Forum: Common Problems
Topic: Can not uninstall application if it's running at the moment
Replies: 4
Views: 5168
 
Jump to post

Q2: How I can check running application (i don't ask about Lotus Notes) and close it before uninstall? An VBScripts?
A custom action can be done, but there is no guaranties that any application can be closed correctly (by sending a WM_CLOSE message to it's main window). For example an application ...
by vakbijevs
Wed Dec 13, 2006 10:09 am
Forum: Common Problems
Topic: Can not uninstall application if it's running at the moment
Replies: 4
Views: 5168
 
Jump to post


If your application is running on uninstall then windows installer pups up with "FilesInUse" dialog asking you to close that application. This is the normal behavior.


:roll:
Q1: Dialog ask to close Lotus Notes only if our appilcation (Java based) is running. Are you sure that it is normal ...
by vakbijevs
Mon Dec 11, 2006 2:35 pm
Forum: Common Problems
Topic: Can not uninstall application if it's running at the moment
Replies: 4
Views: 5168
 
Jump to post

Can not uninstall application if it's running at the moment

I would guess, it should be able to check it's running and close it. Or to display an apropriate error. At the moment, if trying to install the aplication while it's running, it will give error that should quit "Lotus Notes" before continuing and would not let you go any further. If you actually ...
by vakbijevs
Wed Nov 29, 2006 4:47 pm
Forum: Feature Requests
Topic: How to add into Info.plist (MacOS x) add custom key values
Replies: 12
Views: 23400
 
Jump to post

gigi wrote:You can try with 7-Zip.
Tested with IZarc, looks ok! 10x!
gigi wrote:This feature is scheduled for 4.7 release of Advanced Installer.
Can you provide an date?
by vakbijevs
Mon Nov 27, 2006 1:37 pm
Forum: Feature Requests
Topic: How to add into Info.plist (MacOS x) add custom key values
Replies: 12
Views: 23400
 
Jump to post

Hi,

Hi,

OK, but if we try modify zip file, we lose execution flag/bit on JavaApplicationStab file. Can you provide an solution?
You should use an archiving tool that is able to extract/add individual files from/to the ZIP archive.
Regards,
Ionut

Works for manual builds (WinZIP, PowerArchiver ...
by vakbijevs
Tue Nov 21, 2006 5:56 pm
Forum: Feature Requests
Topic: How to add into Info.plist (MacOS x) add custom key values
Replies: 12
Views: 23400
 
Jump to post

OK, but if we try modify zip file, we lose execution flag/bit on JavaApplicationStab file. Can you provide an solution?

Best way to have possible add n key`s via some form (for example "MacOS X" tab -> "Custom key" list + add, remove, edit buttons)

P.S. any ETA for next AI version?
by vakbijevs
Thu Nov 16, 2006 3:56 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 41975
 
Jump to post

Cool! Thanks! :oops:
by vakbijevs
Thu Nov 16, 2006 2:40 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 41975
 
Jump to post

Not clear!

Ok, I have "InstallFinalize" what I should add next?
New attached custom action or New custom Action -> Script inline?

Can you describe step by step? :?
by vakbijevs
Wed Nov 15, 2006 5:44 pm
Forum: Feature Requests
Topic: How to add into Info.plist (MacOS x) add custom key values
Replies: 12
Views: 23400
 
Jump to post

How to add into Info.plist (MacOS x) add custom key values

We want to add custom key in this file, but this is not a an JVM key, how we can add it?

For example
key -> LSUIElement
string->1
by vakbijevs
Wed Nov 15, 2006 3:47 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 41975
 
Jump to post

How to remove non-empty application folder after uninstall?

I have one question, how i can remove folder if after uninstall folder not removed because not empty (some application runtime files still in folder). Do you have an method to remove folder if not empty?

Go to advanced search