Search found 4513 matches

Go to advanced search

by Dan
Tue May 14, 2013 2:34 pm
Forum: Common Problems
Topic: Can REBOOT Property Be Set From A Merge Module
Replies: 7
Views: 15637
 
Jump to post

Re: Can REBOOT Property Be Set From A Merge Module

Hello Scott,

I used a “Set installer property” custom action.

Best regards,
Dan
by Dan
Tue May 14, 2013 2:19 pm
Forum: Common Problems
Topic: Automatic addition/deletion of web files to installer?
Replies: 1
Views: 7169
 
Jump to post

Re: Automatic addition/deletion of web files to installer?

Hello,

For this you can use our synchronize folder support.

Let us know if this helped, otherwise give us more details about your scenario. 

Best regards,
Dan
by Dan
Tue May 14, 2013 12:52 pm
Forum: Building Installers
Topic: Cant get condition to work, very simple
Replies: 2
Views: 6501
 
Jump to post

Re: Cant get condition to work, very simple

Hello,

I'm glad you got this working.

Best regards,
Dan
by Dan
Tue May 14, 2013 12:01 pm
Forum: Common Problems
Topic: Can REBOOT Property Be Set From A Merge Module
Replies: 7
Views: 15637
 
Jump to post

Re: Can REBOOT Property Be Set From A Merge Module

Hello, I've tested your scenario, by adding a custom actions that sets the REBOOT property to "Force" in a Merge Module project and it worked for me. Please note that this property will always prompt for a restart at the end of the installation. Also, you can see other REBOOT types. Best r...
by Dan
Tue May 14, 2013 10:43 am
Forum: Common Problems
Topic: Order of multiple identical search locations
Replies: 12
Views: 20524
 
Jump to post

Re: Order of multiple identical search locations

Hello Jürgen Bauer, In order to achieve this, you need to add another custom action “Set Property” which will set your “APPDIR” (this holds your path to your installation package) to the value of MAX. For that you can edit the “Installer Property” of the custom action, in the “Property” field add th...
by Dan
Tue May 14, 2013 9:30 am
Forum: Building Installers
Topic: Schedule Task with created user
Replies: 3
Views: 9407
 
Jump to post

Re: Schedule Task with created user

Hello, First of all I apologize because I misunderstood your question. I'm afraid we don't have predefined support for setting the "SeBatchLogonRight" policy for a specific user account. However, in order to achieve what you want you can try to create a custom action which will set the &qu...
by Dan
Tue May 14, 2013 8:07 am
Forum: Feature Requests
Topic: Configuration Manager change Media Output
Replies: 1
Views: 7299
 
Jump to post

Re: Configuration Manager change Media Output

Hello,

We'll consider your suggestion for adding this feature, but for the moment there are not immediate plans.

Thank you for your suggestion.

Best regards,
Dan
by Dan
Mon May 13, 2013 4:19 pm
Forum: Common Problems
Topic: Order of multiple identical search locations
Replies: 12
Views: 20524
 
Jump to post

Re: Order of multiple identical search locations

Hi Jürgen Bauer,

I'm afraid I don't fully understand what you are trying to achieve.

Can you give me a more detailed scenario?

Best regards,
Dan
by Dan
Mon May 13, 2013 3:28 pm
Forum: Building Installers
Topic: Schedule Task with created user
Replies: 3
Views: 9407
 
Jump to post

Re: Schedule Task with created user

Hello, You can achieve that if you create a separate installation project that will create your user account. Then you can add the above package as a pre-install prerequisite to your main installation project and also add (in the main project) a scheduled task for the user account created by the pre...
by Dan
Mon May 13, 2013 7:14 am
Forum: Common Problems
Topic: Prerequisite does not work and wants to install my software
Replies: 3
Views: 8228
 
Jump to post

Re: Prerequisite does not work and wants to install my softw

Hello, In order to achieve that, to search for a file, go to the “Prerequisites” page, “Install Conditions” tab and add a new “Install Conditions”. In the “Criteria” field for your new search use “File Version”, in the “File To Find” field specify your location (e.g. C:\Program Files\Wireshark\wires...
by Dan
Fri May 10, 2013 9:00 am
Forum: Common Problems
Topic: Prerequisite does not work and wants to install my software
Replies: 3
Views: 8228
 
Jump to post

Re: Prerequisite does not work and wants to install my softw

Hello, The version you set in the “Properties” tab, “Minimum version” field is only informative. In order to achieve what you want, you can go in the “Install Conditions” tab, double click on the already created “Registry value containing a version” criteria and in the “Minimum” field write your ver...
by Dan
Fri May 10, 2013 6:48 am
Forum: Building Installers
Topic: Permission to deploy SharePoint Solution
Replies: 4
Views: 10679
 
Jump to post

Re: Permission to deploy SharePoint Solution

You're welcome!

Best regards,
Dan
by Dan
Thu May 09, 2013 4:17 pm
Forum: Building Installers
Topic: Permission to deploy SharePoint Solution
Replies: 4
Views: 10679
 
Jump to post

Re: Permission to deploy SharePoint Solution

Hello, I am not sure why you encountered this behaviour. The message that you receive: “...cannot be installed because the current user does not have enough permissions to deploy SharePoint solutions” is triggered by a “LaunchCondtion”: “Run only if user has permissions for deploying SharePoint solu...
by Dan
Thu May 09, 2013 10:09 am
Forum: Common Problems
Topic: Order of multiple identical search locations
Replies: 12
Views: 20524
 
Jump to post

Re: Order of multiple identical search locations

Hello, You can skip doing your own custom action because a new search doesn't use the result of another search, but you will have to add several custom actions “Set installer property”. Add 3 custom actions “Set installer property” that will set the higher version. All these three custom actions wil...
by Dan
Wed May 08, 2013 2:39 pm
Forum: Common Problems
Topic: Order of multiple identical search locations
Replies: 12
Views: 20524
 
Jump to post

Re: Order of multiple identical search locations

Hello,

Windows Installer does not guarantee the searches order, so a new search should not use the result of another search.

You need to do your own custom action. You can use a custom action written in C# or a custom action written in C++.

Best regards,
Dan

Go to advanced search