Search found 20 matches

Go to advanced search

by jesusilvester
Tue Sep 08, 2009 4:10 pm
Forum: Common Problems
Topic: Executing Sql Scripts via Advanced installer Login failed er
Replies: 1
Views: 2595
 
Jump to post

Executing Sql Scripts via Advanced installer Login failed er

hi,

I am using bulk sql scripts to be executed by the installer .

If i run this scripts in manually with SQL SERVER its working fine.

When i attach these scripts with the advanced installer .
I am getting the Login failed for 'sa' user error.

I am using Sql connection dialog for accepting the ...
by jesusilvester
Wed Jul 22, 2009 12:27 pm
Forum: Common Problems
Topic: virual directory creation is not done
Replies: 3
Views: 3603
 
Jump to post

Re: virual directory creation is not done

Hi,

I got this issue solved i have given a condition in install finalize action .
Due to this install finalize is not triggered and iis actions are not done .
Now i corrected the condition

Thanks
by jesusilvester
Tue Jul 21, 2009 4:48 pm
Forum: Common Problems
Topic: virual directory creation is not done
Replies: 3
Views: 3603
 
Jump to post

Re: virual directory creation is not done

When i checked the Installer log file i am getting the following entries

Action 20:37:30: AI_IIsInstall. Generating actions to configure Internet Information Services
Action start 20:37:30: AI_IIsInstall.
MSI (s) (A8:64) [20:37:30:808]: Invoking remote custom action. DLL: C:\WINDOWS\Installer ...
by jesusilvester
Tue Jul 21, 2009 4:23 pm
Forum: Common Problems
Topic: virual directory creation is not done
Replies: 3
Views: 3603
 
Jump to post

virual directory creation is not done

Hi ,

i have created a enterprise project using advanced installer trial edition .
When i was trying to run the package my iis virtual directory creation is not happening.all the remaining operations are done.

Please help me in this regard

Thanks
Jesukaran John Silvester
by jesusilvester
Fri Jul 17, 2009 10:47 am
Forum: Common Problems
Topic: how to change uninstall prompt message
Replies: 7
Views: 10627
 
Jump to post

Re: how to change uninstall prompt message

Hi,

When I am trying to remove <Application> from control panel its displaying " Are you sure want to remove <Application> from your computer".
I need the same message in Uninstall shortcut in programs. But its displaying " Are you sure want to uninstall this product".


Thanks
Jesukaran John ...
by jesusilvester
Fri Jul 17, 2009 10:18 am
Forum: Common Problems
Topic: how to change uninstall prompt message
Replies: 7
Views: 10627
 
Jump to post

Re: how to change uninstall prompt message

Hi ,

but when i try this in control panel for various products(For Advanced installer too) the product name is displayed with the prompt message.

Because atleast i need to display the product name instead of the word product.


Thanks
Jesukaran John
by jesusilvester
Fri Jul 17, 2009 9:54 am
Forum: Common Problems
Topic: how to change uninstall prompt message
Replies: 7
Views: 10627
 
Jump to post

how to change uninstall prompt message

Hi

I want to change the uninstall prompt message. i want the message as "Are you sure want to remove <Product name> and its features from your computer" .

how can i do this please help

Thanks
Jesukaran
by jesusilvester
Tue Jul 14, 2009 4:25 pm
Forum: Common Problems
Topic: Sql Server 2008, Prerequisite silent installation Problem
Replies: 2
Views: 7821
 
Jump to post

Re: Sql Server 2008, Prerequisite silent installation Problem

Also In the Prerequisites command line argument i have given /wait before the setup.exe for sql 2005 . It was working fine.
But the same is not working for the sql 2008
by jesusilvester
Tue Jul 14, 2009 4:12 pm
Forum: Common Problems
Topic: Sql Server 2008, Prerequisite silent installation Problem
Replies: 2
Views: 7821
 
Jump to post

Sql Server 2008, Prerequisite silent installation Problem

Hi,
I have added the 'SqlServer Express edition with advanced services' in the prerequisites section.
I have given the commandline arguments for the silent installation. setup.exe /QS /AddCurrentUserAsSqlAdmin /ACTION=Install /FEATURES=SQL,RS,TOOLS /INSTANCENAME=SQLExpress /SECURITYMODE="SQL ...
by jesusilvester
Tue Jul 14, 2009 10:55 am
Forum: Common Problems
Topic: Prerequisites are not running with msi
Replies: 1
Views: 6479
 
Jump to post

Prerequisites are not running with msi

hi ,

The prerequisites screen is coming only with the EXE version and not msi version.

We need the ouput in Msi since we will be using the package as chained packages.

Need your help in this

Thanks
Jesukaran John Silvester
by jesusilvester
Mon Jul 06, 2009 11:38 am
Forum: Common Problems
Topic: custom log file entries
Replies: 1
Views: 9025
 
Jump to post

custom log file entries

hi Cosmin ,

We need to enter some custom log entries on every phase of the installation. for example after running dbscript we need to log Database created/ Error

Is there any option available to solve this. Plese help

thanks
Jesukaran John Silvester
by jesusilvester
Fri Jul 03, 2009 3:12 pm
Forum: Common Problems
Topic: Patch MSP is reinstalling and not updating ?
Replies: 3
Views: 3490
 
Jump to post

Re: Patch MSP is reinstalling and not updating ?

Thanks a Lot cosmin
I have allowed different product code. that is the reason for the problem.
Now its working fine .


I need another help . We need a log file to track milestones in installation
for example " Execute db scripts done " and this can be useful in tracking unsuccessfull ...
by jesusilvester
Fri Jul 03, 2009 2:10 pm
Forum: Common Problems
Topic: Patch MSP is reinstalling and not updating ?
Replies: 3
Views: 3490
 
Jump to post

Patch MSP is reinstalling and not updating ?

Hi ,

I have created a Main MSI using the advanced installer.
I have added some custom UI actions to it (Which is not needed during the patch).
Then i have created a Update version of my project (I have added some files).

Using these both the msi i have created a patch msp .

When i was trying to ...
by jesusilvester
Wed Jul 01, 2009 2:33 pm
Forum: Common Problems
Topic: How to overwrite virtual directory if already exists
Replies: 1
Views: 2630
 
Jump to post

How to overwrite virtual directory if already exists

Hi,

I want to create a new virtual directory in the installed iis.
Before virtual directory creation i need to check whether the virtual directory exists or not .

If virtual directory already exists then it should prompt the user to overwrite or skip the virtual directory creation

In the "Action ...
by jesusilvester
Tue Jun 30, 2009 2:18 pm
Forum: Common Problems
Topic: Custom Dialogue CheckBox Problem
Replies: 1
Views: 2348
 
Jump to post

Custom Dialogue CheckBox Problem

Hi ,

We are using customized dialogue (UI) windows. In that window we have a checkbox control .
Can u please let me know how to identify whether the checkbox is checked or not.

Also on another note We need to show hide a EditBox control in the onclick event of the Checkbox.

Please let me know ...

Go to advanced search