Search found 85 matches

Go to advanced search

by kumarkiranc
Wed May 07, 2008 7:36 am
Forum: Common Problems
Topic: Problem in Prerequisites
Replies: 1
Views: 3504
 
Jump to post

Problem in Prerequisites

Hi Cosmin,

How to disable the installed prerequisites checkbox, user should not select the installed prerequisites.

I checked the Display License Agreement checkbox in Software Prerequisites, i am rebooting the system after first prerequisite installed. once again the license agreement screen is ...
by kumarkiranc
Tue Apr 29, 2008 11:22 am
Forum: Common Problems
Topic: website link on Welcome Screen
Replies: 1
Views: 3547
 
Jump to post

website link on Welcome Screen

Hi,

I want to add the link(Company website URL) on welcome screen. When User clicks on the link then the website should open in a web browser.
Similarly i want add the link (company email id ) on welcome screen. When user clicks on the link then the email id should open in outlook.

I want to add ...
by kumarkiranc
Sat Apr 19, 2008 8:31 pm
Forum: Common Problems
Topic: Problem in Patch Build
Replies: 1
Views: 3620
 
Jump to post

Problem in Patch Build

Hi,

I added a new subfeatures existing project. I build a new project with new version. And i created a patch for my old appication.

I ran the patch wizard and created a update.exe file to apply my patch. The Creation log, and it appears all files are being affected, but I'm not sure why ...
by kumarkiranc
Wed Apr 16, 2008 5:49 pm
Forum: Common Problems
Topic: Problem with INI and Registry while running the patch
Replies: 1
Views: 3565
 
Jump to post

Problem with INI and Registry while running the patch

Hi,
I am using installer properties values to update the ini file and the registry. I created a patch for my application. I am running the patch to update the files .

The Problem is

The present ini entries are getting blank (which are provided by main installer properties values) but i want to ...
by kumarkiranc
Mon Apr 14, 2008 11:19 am
Forum: Common Problems
Topic: Repair Problem
Replies: 5
Views: 7384
 
Jump to post

Re: Repair Problem

hi,


I am inserting registry values through a C# dll and i don't want to change the values in registry after i repair my application.



Thanks
Kiran
by kumarkiranc
Mon Apr 14, 2008 9:21 am
Forum: Common Problems
Topic: Repair Problem
Replies: 5
Views: 7384
 
Jump to post

Re: Repair Problem

hi,

when i install my application. The registry will be cretaed as shown below

[HKEY_LOCAL_MACHINE\SOFTWARE\MyCompany]

[HKEY_LOCAL_MACHINE\SOFTWARE\MyCompany\SubKey]
"Sample1"="1"
"Sample2"="2"
"Sample3"="3"

when i do repair the registry is getting modified as shown below

[HKEY_LOCAL_MACHINE ...
by kumarkiranc
Mon Apr 14, 2008 6:18 am
Forum: Common Problems
Topic: Repair Problem
Replies: 5
Views: 7384
 
Jump to post

Repair Problem

Hi,
when installing my application i am writing some subkeys, key values and values into the registry.

When i am doing repair of my application, the subkeys and key values are there in registry. The values are getting erased.

Thanks & Regards
Kiran
by kumarkiranc
Fri Apr 11, 2008 2:50 pm
Forum: Common Problems
Topic: Executing VB Script files in Patch.
Replies: 7
Views: 9093
 
Jump to post

Executing VB Script files in Patch.

Hi,

I want to run some script file while installing a patch. How can i do it with Patch builder in Advance Installer.


Thanks
Kiran
by kumarkiranc
Wed Apr 09, 2008 9:35 am
Forum: Common Problems
Topic: Create Patch MSI file using Enterprise Edition
Replies: 3
Views: 5539
 
Jump to post

Re: Create Patch MSI file using Enterprise Edition

HI,

In patch i want to add some sql scripts.

Through the patch build it is not updating my database.

Thanks
Kiran
by kumarkiranc
Wed Apr 09, 2008 8:38 am
Forum: Common Problems
Topic: Create Patch MSI file using Enterprise Edition
Replies: 3
Views: 5539
 
Jump to post

Create Patch MSI file using Enterprise Edition

Hi,

How to create a patch using Advance installer Enterprise Edition.


Thanks
Kiran
by kumarkiranc
Tue Apr 08, 2008 11:03 am
Forum: Common Problems
Topic: Cannot uninstall
Replies: 3
Views: 5847
 
Jump to post

Re: Cannot uninstall

Hi,

u can remove the application using regedit(actually this not a good way)
by kumarkiranc
Tue Apr 08, 2008 10:56 am
Forum: Common Problems
Topic: Create Patch MSI file
Replies: 6
Views: 9312
 
Jump to post

Re: Create Patch MSI file

hi,

I add sql script in the upgrade project. After adding i created a patch. but the sql script is not running.

eg:

I created a sample project with version 2.0.1.

then i changed the version to 2.0.2 and added sql script.

Sql Script :
Connection : Driver={SQL Native Client};Server ...
by kumarkiranc
Tue Mar 04, 2008 5:51 am
Forum: Common Problems
Topic: Uninstall Using VBScript
Replies: 3
Views: 5905
 
Jump to post

Hi,

when i uninstall it gives me a error
"Another installation is already in Progress. Complete that installtion before proceeding with this install"

iam running VBscript at InstallFinallize > Execution condition > remove=all

Eg VBScript file.
on error resume next
Set WshShell = CreateObject ...
by kumarkiranc
Mon Mar 03, 2008 11:35 am
Forum: Common Problems
Topic: Uninstall Using VBScript
Replies: 3
Views: 5905
 
Jump to post

Uninstall Using VBScript

hi,

Iam trying to uninstall the SQL Express through VBSCript.
I add the vbs file in custom action in INstallFinallize.
Execution condition > remove=all

when i uninstall it gives me a error another apllication is running. How can i do it in Advance Installer using VBScript.

Eg VBScript file.
on ...
by kumarkiranc
Wed Jan 30, 2008 6:42 am
Forum: Common Problems
Topic: Restart the service at install finalize
Replies: 2
Views: 5067
 
Jump to post

hi,

i have a sample VBScript code but that uses WScript it is not supportted in advance installer.

Code link: http://techtasks.com/code/viewbookcode/280


Thanks
Kiran

Go to advanced search