Search found 12 matches

Go to advanced search

by cuthbe
Fri Mar 10, 2006 2:10 pm
Forum: Common Problems
Topic: searching for java.dll
Replies: 3
Views: 4615
 
Jump to post

But if you search the registry how do i check if 1.5 is installed i don't want to have to list all the keys it could be under HKLM/Software/Javasoft/JRE

Liek

1.5_05_1

etc etc
by cuthbe
Fri Mar 10, 2006 9:04 am
Forum: Common Problems
Topic: check if a registry key is installed
Replies: 1
Views: 3030
 
Jump to post

check if a registry key is installed

All

How do a check if a registry key is installed before the application starts.
by cuthbe
Thu Mar 09, 2006 5:30 pm
Forum: Common Problems
Topic: searching for java.dll
Replies: 3
Views: 4615
 
Jump to post

searching for java.dll

All i setup custom search to check if the sun java 1.5 is installed on the current machine. so i search for java.dll and then in the min version i put in 5.0 as the file version on my desktop says 5.0.50.5 but when i run the installer and put in the custom action alert msg box MsgBox Session.Propert...
by cuthbe
Thu Mar 09, 2006 5:20 pm
Forum: Common Problems
Topic: Setting file with administrator run as permissions
Replies: 2
Views: 3414
 
Jump to post

Found a quick way around this with using custom actions and setacl.exe
by cuthbe
Thu Mar 09, 2006 3:36 pm
Forum: Common Problems
Topic: Setting file with administrator run as permissions
Replies: 2
Views: 3414
 
Jump to post

What i really need is the ability for my exe in the installer to be able to change certain registry keys. Is there a way to set this on install, that way my exe would not require admin privs to run.
by cuthbe
Thu Mar 09, 2006 9:01 am
Forum: Common Problems
Topic: Setting file with administrator run as permissions
Replies: 2
Views: 3414
 
Jump to post

Setting file with administrator run as permissions

All

How do i set an exe file in the installer with administrator run as privilages.
by cuthbe
Wed Mar 08, 2006 6:32 pm
Forum: Common Problems
Topic: remove folder on uninstall
Replies: 1
Views: 2668
 
Jump to post

remove folder on uninstall

All how do i remove a folder on uninstall
by cuthbe
Wed Mar 08, 2006 3:15 pm
Forum: Common Problems
Topic: Finding dll and reporting error
Replies: 1
Views: 4739
 
Jump to post

Finding dll and reporting error

All

I haved used the search function to find a dll file that is on the system. How do i set it up that the application will stop if it does find the DLL like a custom error window
by cuthbe
Tue Mar 07, 2006 5:00 pm
Forum: Common Problems
Topic: Running pre installation checks
Replies: 3
Views: 4488
 
Jump to post

Does the search support regex, as i want to be able to search the registry for the following beginning of the key. Ie show me if there is any Java 1.5 installed on the system. HKEY_CLASSES_ROOT\CLSID\{CAFEEFAC-0015 You can use one or more Registry Searches. For this purpose, switch to the Search pag...
by cuthbe
Tue Mar 07, 2006 10:55 am
Forum: Common Problems
Topic: Running pre installation checks
Replies: 3
Views: 4488
 
Jump to post

Running pre installation checks

How does one use the installer to check for certain registry keys before installed. Is this is condition
by cuthbe
Wed Mar 01, 2006 12:47 pm
Forum: Common Problems
Topic: checking user has admin privilages
Replies: 3
Views: 4559
 
Jump to post

So how do i setup this in the installer. Do i need to setup and Launch Conditions
Ionut wrote:Hi,

Use the "AdminUser" Property. See the following page for details:
http://msdn.microsoft.com/library/defau ... inuser.asp

Regards,
Denis
by cuthbe
Thu Feb 23, 2006 12:06 pm
Forum: Common Problems
Topic: checking user has admin privilages
Replies: 3
Views: 4559
 
Jump to post

checking user has admin privilages

All

How do i set the installer to check if user has admin privilages on the local machine.

Go to advanced search