Search found 32 matches

Go to advanced search

by TheRocket
Fri Apr 24, 2020 10:43 pm
Forum: Building Installers
Topic: Repair mode - Stop application pool before Zip Extract before XML update
Replies: 4
Views: 5641
 
Jump to post

Re: Repair mode - Stop application pool before Zip Extract before XML update

Hi Daniel, I've sent to support email a link to download the sample project. Few basics: 1- I've added prerequisites as it needs .Net Core 3.1 and IIS installed beforehand, so you get a correct system. 2- It is a .Net Core 3.1 web application, published and packed as a zip. the installed does the Zi...
by TheRocket
Fri Apr 17, 2020 8:20 pm
Forum: Building Installers
Topic: Repair mode - Stop application pool before Zip Extract before XML update
Replies: 4
Views: 5641
 
Jump to post

Re: Repair mode - Stop application pool before Zip Extract before XML update

Forgot to say I'm working with Version 16.9 (D24925F7)
by TheRocket
Fri Apr 17, 2020 8:09 pm
Forum: Building Installers
Topic: Repair mode - Stop application pool before Zip Extract before XML update
Replies: 4
Views: 5641
 
Jump to post

Repair mode - Stop application pool before Zip Extract before XML update

Hi! I have an issue in my project: Basically, the project is creating IIS application pool and application (in .Net Core 3.1), extract the content of a zip in a folder in wwwroot sub folder, and update an XML configuration file. (Tweaked the project install sequence tables to zip extract near "...
by TheRocket
Fri Apr 17, 2020 7:55 pm
Forum: Common Problems
Topic: Build Error with Feature Condition
Replies: 3
Views: 2597
 
Jump to post

Re: Build Error with Feature Condition

Hi Catalin, I wasn't able to reproduce it further, and worked around: The project was created in 16.8.1 and I had the project setup as mixed 32/64 package, and also condition the files in 2 features, based on a search property result. I think that created a condition conflict somewhere between the f...
by TheRocket
Mon Mar 23, 2020 5:43 pm
Forum: Common Problems
Topic: Build Error with Feature Condition
Replies: 3
Views: 2597
 
Jump to post

Build Error with Feature Condition

Hello! I'm working with advanced installer to build a setup that must install Feature A or B depending of another software found on the computer, using global properties. Advanced Installer 16.9 build d24925f7 is the latest version I could reproduce the issue in. When adding the condition to a featu...
by TheRocket
Wed Aug 14, 2019 8:41 pm
Forum: Common Problems
Topic: Prerequisite installation issue
Replies: 3
Views: 8617
 
Jump to post

Re: Prerequisite installation issue

I was able to reproduce the issue in some way: With version 14.4, add a custom pre-install prerequisite, ".net framework 4.7.2". Install based on conditions: Registry Value with specified content. Registry key to check is "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\Releas...
by TheRocket
Tue Mar 26, 2019 3:57 pm
Forum: Building Installers
Topic: Extract Zip then Update XML
Replies: 3
Views: 3441
 
Jump to post

Re: Extract Zip then Update XML

Thanks Catalin!

This works beautifully!
by TheRocket
Thu Mar 21, 2019 9:27 pm
Forum: Building Installers
Topic: Extract Zip then Update XML
Replies: 3
Views: 3441
 
Jump to post

Extract Zip then Update XML

Hi Advanced installer team! I'm working towards deploying web sites with Advanced installer. The website is in a zip file with the web.config (xml) file inside the zip. During installation, I want to Extract the zip in a folder, and update the XML file with configuration asked during the setup. With...
by TheRocket
Tue Jun 05, 2018 11:59 pm
Forum: Common Problems
Topic: Multi-instance Name dynamic
Replies: 1
Views: 1818
 
Jump to post

Multi-instance Name dynamic

Hi, I'm working with advanced installer 14.4.2, for a setup of a web site with multiple instances, generated dynamically. I would like the setup to adapt the product name / instance name based on the user selection during the installation (ex: select a server and database name to connect to), which ...
by TheRocket
Fri Mar 02, 2018 11:29 pm
Forum: Common Problems
Topic: "Move To Feature" doesn't refresh "Feature" column
Replies: 2
Views: 2534
 
Jump to post

"Move To Feature" doesn't refresh "Feature" column

Hi! I want to report a small issue with the version 14.4.2 build 82742: You create an installer and create 2 features, "Feature A" and "Feature B" You go in the "Resources" - "Files and Folders". You add files to a directory, under "Feature A". You c...
by TheRocket
Wed May 25, 2016 9:57 pm
Forum: Building Installers
Topic: GAC uninstallation of a dynamic version file
Replies: 1
Views: 2668
 
Jump to post

GAC uninstallation of a dynamic version file

Hi, The situation described was reproduced with advanced installer 12.8 downloaded today, and appears to have the same behavior as version 9.7. We have build a very simple installer with 2 DLL's to be registered in the system. Auto register file, Register .Net assembly for COM interoperability, Sync...
by TheRocket
Thu Oct 24, 2013 8:36 pm
Forum: Common Problems
Topic: Error 1939. Service could not be configured. (2008R2)
Replies: 10
Views: 12518
 
Jump to post

Error 1939. Service could not be configured. (2008R2)

Hi, I'm starting to notice an issue when trying to configure a service failure actions, when the target computer is running windows 2008 R2. I was able to reproduce this issue with Advanced installer 9.7 (not the up to date release :-/) with a new project from scratch. Add a service, and add a failu...
by TheRocket
Wed Feb 06, 2013 12:38 am
Forum: Common Problems
Topic: Conditionally set permissions on a registry key
Replies: 4
Views: 3760
 
Jump to post

Re: Conditionally set permissions on a registry key

Just re-searched in the forums and in fact I have the same issue described in thread http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=8396 The solution appears to be using xcals to set the permissions, but I read this only works on folders... In my case as it is a permission "pat...
by TheRocket
Mon Feb 04, 2013 8:21 pm
Forum: Common Problems
Topic: Conditionally set permissions on a registry key
Replies: 4
Views: 3760
 
Jump to post

Re: Conditionally set permissions on a registry key

Ahh I see the trick.

I was able to configure all this, however I see a bad side effect:

It seems I loose the "inherit the permissions from the parent"... The only permissions I have is the "system" entry and "users" which I wanted. Default system permissions are lost...
by TheRocket
Thu Jan 31, 2013 8:49 pm
Forum: Common Problems
Topic: Conditionally set permissions on a registry key
Replies: 4
Views: 3760
 
Jump to post

Conditionally set permissions on a registry key

Hi, In my setup, i would need to change the permissions on an existing registry key in the system. The key is HK_LM\Software\ODBC\ODBC.INI If the computer is in a domain, I would like to add the "domain users" as full control over this key. also, I would like to add the "computer\user...

Go to advanced search