A problem when continuing install Script delete process?

Asked By 0 points N/A Posted on -
qa-featured

Hello expert, I have to solve a problem on InstallScript.

Last week when I was working on InstallScript it was no problem.

But now when deleting some data I got an error.

How can I continue install Script delete process?

SHARE
Best Answer by Shipley Claraj
Answered By 0 points N/A #158560

A problem when continuing install Script delete process?

qa-featured

Hello Jermaine,

Without mentioning the error that InstallScript gives you then there is not much we can do to help you.

On the following link there is the general DeleteFile function that can delete one or more files and how to use it: DeleteFile Function Reference.

I hope that this proves helpful and solves your problem.

Regards,

P Vhilary

Best Answer
Best Answer
Answered By 10 points N/A #158561

A problem when continuing install Script delete process?

qa-featured

Hi Jermaine Morrison,

It is possible to continue install script delete process by using the registry view in InstallShield for registry key and value creations compared to creation through Install Script code.

A registry related function that may assist you in progressing install Script delete process is: RegDBDeleteItem (nItem) – nItem is the item to be deleted.

Per application path key is deleted.

Hope you find this useful.

 

Related Questions