Search found 10 matches

Go to advanced search

by Kryptonic
Tue Nov 11, 2008 7:22 pm
Forum: Common Problems
Topic: .NET Install Custom Action - Rollback?
Replies: 11
Views: 12086
 
Jump to post

Re: .NET Install Custom Action - Rollback?

Hi Cosmin

Thats great - thanks alot!

Cheers
Will
by Kryptonic
Tue Nov 11, 2008 1:18 pm
Forum: Common Problems
Topic: .NET Install Custom Action - Rollback?
Replies: 11
Views: 12086
 
Jump to post

.NET Install Custom Action - Rollback?

Hi all,

I have a .NET custom action that runs on the install, the success of this action is critical to the application running propperly, and if the action fails the application shouldnt be installed!

Is there anyway to do this? If an exception is handled by the code / installer can a rollback be ...
by Kryptonic
Tue Nov 11, 2008 10:03 am
Forum: Common Problems
Topic: Uninstall - Ask user question, then do something else!
Replies: 1
Views: 2540
 
Jump to post

Uninstall - Ask user question, then do something else!

Hi all,

My boss has asked me to modify the installers uninstall action. Currently, when we uninstall the application there is a .net custom action that cleans up a load of stuff and does some other work... But, what I've been asked is, is it possible to prompt the user with a "yes / no" type ...
by Kryptonic
Mon Nov 10, 2008 5:03 pm
Forum: Common Problems
Topic: Uninstall - LaunchDotNetCustomAction - Help!
Replies: 4
Views: 4665
 
Jump to post

Re: Uninstall - LaunchDotNetCustomAction - Help!

Hi Cosmin,

That appears to have done the trick! Thanks alot for your help!!!!!

Cheers
Will
by Kryptonic
Mon Nov 10, 2008 4:27 pm
Forum: Common Problems
Topic: Uninstall - LaunchDotNetCustomAction - Help!
Replies: 4
Views: 4665
 
Jump to post

Re: Uninstall - LaunchDotNetCustomAction - Help!

Hi Cosmin,

Thanks for the fast reply!

I have it under the InstallExecuteSequence, under the Uninstall section. The Action Data is :

/LogFile= /ReqVersion=2.0.50727 /InstallType=notransaction /Action=Uninstall "[#GroupDataTransfer3.Setup.dll]" "[TempFolder]dotNetCustAct.dll_1_Config.xml"

The ...
by Kryptonic
Mon Nov 10, 2008 4:05 pm
Forum: Common Problems
Topic: Uninstall - LaunchDotNetCustomAction - Help!
Replies: 4
Views: 4665
 
Jump to post

Uninstall - LaunchDotNetCustomAction - Help!

Hi guys,

I have a small problem! I have a .net (3.5) dll (setup.dll) that has the Install and Uninstall methods overriden... When the application is installed it does it magic and it works fine, but when the user comes to uninstall the application i get an installer error saying it cannot find ...
by Kryptonic
Thu Oct 23, 2008 1:09 pm
Forum: Common Problems
Topic: Execute BAT file during install?
Replies: 1
Views: 3952
 
Jump to post

Execute BAT file during install?

Hi!

During my setup routine i would like to execute a BAT file... The bat file makes use SQLCMD to detect / setup the database required for the application...

What would be the best way of doing this? is there anyway of doing it transparent to the UI so the command window doesnt pop up (incase the ...
by Kryptonic
Thu Oct 16, 2008 4:24 pm
Forum: Common Problems
Topic: Custom message/form on uninstall?
Replies: 3
Views: 5161
 
Jump to post

Custom message/form on uninstall?

Hi all,

As part of my prereq for installing the s/w i install a sql2005 instance... When i uninstall the product i would like a form or message box to pop up letting the user know the database wont be automatically deleted and they should do this manually!

how would i do this??

Cheers
Will
by Kryptonic
Thu Oct 16, 2008 1:20 pm
Forum: Common Problems
Topic: Add install path to registry?
Replies: 2
Views: 3265
 
Jump to post

Re: Add install path to registry?

Ahhh - excellent!

Thanks so much for your fast reply!!!
by Kryptonic
Thu Oct 16, 2008 12:45 pm
Forum: Common Problems
Topic: Add install path to registry?
Replies: 2
Views: 3265
 
Jump to post

Add install path to registry?

Hi all,

This has probably been asked a million times but the Search function wont let me search for it as its "too common"

Basically, once the product has been installed I want to write the install path to the registry... How do I go about doing this? I've looked through the property list for the ...

Go to advanced search