Search found 40 matches

Go to advanced search

by dlenis
Thu May 18, 2017 3:45 pm
Forum: Common Problems
Topic: Getting installation results for multiple features
Replies: 1
Views: 2780
 
Jump to post

Getting installation results for multiple features

I have a project that will deploy a database, SSRS and web application depending on the feature selection dialog. It is not a Suite Installer project. There are three features, mainfeature, feature1 and feature2. These are used for the feature selection dialog. The issue I am having is trying to fig...
by dlenis
Wed May 17, 2017 12:59 am
Forum: Common Problems
Topic: Duplicate comments in web.config file.
Replies: 8
Views: 9488
 
Jump to post

Duplicate comments in web.config file.

I am using the XML editor to edit some elements in a web.config file in the Files and Folder section. This works as planned. The problem is if there is an existing web.config file in the destination directory, the existing file will be renamed as web.config.bak etc. and any XML comments in the new w...
by dlenis
Tue May 16, 2017 1:10 pm
Forum: Feature Requests
Topic: Custom actions prompt to delete
Replies: 1
Views: 4396
 
Jump to post

Custom actions prompt to delete

It will be nice if you get prompted to confirm deletion of custom actions. Custom actions not bound to any control or page can be deleted without warning. On several occasions I have accidentally deleted custom actions that are called only from code.

Thank you,

Diego
by dlenis
Mon May 15, 2017 5:50 pm
Forum: Common Problems
Topic: Can I set NTLM authentication provider only for Web app?
Replies: 5
Views: 4667
 
Jump to post

Re: Can I set NTLM authentication provider only for Web app?

I know this thread is kind of old, but I had the same issue and was able to set NTLM as the only provider by using Advanced Installer IIS configuration. You set it by using the custom properties as below:
by dlenis
Fri Mar 03, 2017 3:41 pm
Forum: Common Problems
Topic: Temporary files folder
Replies: 5
Views: 4542
 
Jump to post

Re: Temporary files folder

Eusebiu, I figured it out. When you create a new folder then rename it, the folder's unique identifier stays the same. In my case I created a new folder, but renamed it after creating it. Is this done on purpose? There is no issue running the project since there is a reference between the folder nam...
by dlenis
Wed Mar 01, 2017 3:44 pm
Forum: Common Problems
Topic: Temporary files folder
Replies: 5
Views: 4542
 
Jump to post

Re: Temporary files folder

Eusebiu, There is no folder called "New Folder" in the temporary folders. I believe the "NewFolder_Dir" is just a place holder. In the example below the html control is placed in a subfolder in the temporary folder. The subfolder is not called "New folder". I would like...
by dlenis
Tue Feb 28, 2017 11:38 pm
Forum: Common Problems
Topic: Temporary files folder
Replies: 5
Views: 4542
 
Jump to post

Temporary files folder

Hi, In the AIP file there are references to a "NewFolder_Dir" for temporary files. I do not have a folder call "NewFolder_Dir" in the files and folder section. Is this normal that does not related to an actual folder or should I be concerned? <ROW FileId="logfile.txt" N...
by dlenis
Wed Feb 22, 2017 5:16 pm
Forum: Common Problems
Topic: Skip progress dialog
Replies: 10
Views: 7726
 
Jump to post

Re: Skip progress dialog

Eusebiu,

Thanks, that worked. Hopefully last and final question regarding this topic. Can the exit dialog be skip? No big deal if it can't.

Thank you,

Diego
by dlenis
Wed Feb 22, 2017 2:47 pm
Forum: Common Problems
Topic: Skip progress dialog
Replies: 10
Views: 7726
 
Jump to post

Re: Skip progress dialog

Eusebiu, Hah, that worked in the wizard dialog stage. I did tried that in sequence in the install execution stage but since the execute action is set to false it would not fire. Going back to skipping the progress dialog, the dialog is being skipped but sometimes it is displayed for a brief second. ...
by dlenis
Tue Feb 21, 2017 6:56 pm
Forum: Common Problems
Topic: Skip progress dialog
Replies: 10
Views: 7726
 
Jump to post

Re: Skip progress dialog

Eusebiu, I am able to run the AI_RemoveTempFiles through a custom action. I’ve added the custom action to the exit dialog finish button. The issue is that if the user exits out of the dialog by closing the dialog window the custom action will not run. The exit dialog does not have an init event so c...
by dlenis
Mon Feb 20, 2017 11:37 pm
Forum: Common Problems
Topic: Skip progress dialog
Replies: 10
Views: 7726
 
Jump to post

Re: Skip progress dialog

Hi, I have an issue related to skipping the progress dialog. The temporary files now remain behind. I can always create a custom action to remove them but like to know if it can be done another way. I see the AI_RemoveTempFiles. custom is called when progress dialog runs or when you click on the fin...
by dlenis
Mon Feb 20, 2017 5:12 pm
Forum: Common Problems
Topic: Skip progress dialog
Replies: 10
Views: 7726
 
Jump to post

Re: Skip progress dialog

Thanks so much. That was too simple.

Thank you,

Diego
by dlenis
Mon Feb 20, 2017 4:00 pm
Forum: Common Problems
Topic: Skip progress dialog
Replies: 10
Views: 7726
 
Jump to post

Skip progress dialog

Hi, Is there a way to bypass the progress dialog? I have a custom dialog that creates a new database using a bunch of SQLcmd scripts via a c# custom action. The dialog shows the progress of the script via a progress bar and displays action text base on the output of a redirected console window. The ...
by dlenis
Sun Feb 19, 2017 2:39 pm
Forum: Common Problems
Topic: Html host control will not display
Replies: 1
Views: 2087
 
Jump to post

Html host control will not display

Hi, I have custom dialog with an html host control after the progress dialog. The html host control will not display since temporary files are removed once the progress dialog is finish. I can change the files to remain after install but is there an easy way to remove them afterwards? Thank you, Diego
by dlenis
Mon Feb 13, 2017 3:14 pm
Forum: Common Problems
Topic: Progress bar question
Replies: 1
Views: 2037
 
Jump to post

Progress bar question

Hi

Is there is a way to stop, start and fill completely the progress bar to full when indeterminate is set to true? I know how to set the progress bar when indeterminate is set to false. The progress bar is in a custom dialog.

Diego

Go to advanced search