Search found 4 matches

Go to advanced search

by finnegerd
Thu Dec 14, 2023 8:44 am
Forum: Common Problems
Topic: Setting registry location using custom property
Replies: 1
Views: 5215
 
Jump to post

Setting registry location using custom property

Hi,

I want to set a node of registry location using a custom property as below. A powershell script captures the version of Office application and sets it to a custom property after the Searches execution. Works fine up to here. Is there any way using a custom property to set a part of the ...
by finnegerd
Thu Dec 07, 2023 8:40 am
Forum: Common Problems
Topic: Auto numbering registry value if same already exists
Replies: 3
Views: 18295
 
Jump to post

Re: Auto numbering registry value if same already exists

Thank you for your prompt reply Catalin.

Using powershell script, I succeeded to determine whether there is already "OPEN" or not and set it to a property as you describe.

And placed this custom action after "Searches" action group as below.

install_execution_stage.jpg



Then I assigned my ...
by finnegerd
Mon Dec 04, 2023 10:02 pm
Forum: Common Problems
Topic: How to name registry value if already exists
Replies: 1
Views: 14441
 
Jump to post

How to name registry value if already exists

Hi,

I try to create a registry entries for my Excel UDF. How can I dynamically/automatically rename my registry entry named OPEN to OPEN1 if "OPEN" already exist in the directory? Of course, the installer must remember that dynamically created new value to use it during uninstallation.

Thanks.
by finnegerd
Mon Dec 04, 2023 9:06 pm
Forum: Common Problems
Topic: Auto numbering registry value if same already exists
Replies: 3
Views: 18295
 
Jump to post

Auto numbering registry value if same already exists

Hi,

I try to create an installer for my Excel-Dna UDF. In the current situation, if I set my registry value as OPEN (I have to name it like this according to Microsoft registration rules) and if there is already a value having the same name (another OPEN), my registry file overwrites it.

How can I ...

Go to advanced search