Search found 7 matches

by skdb
03. Dec 2013, 09:26
Forum: Packaging
Topic: Reset ErrorLevel to "0" manually?
Replies: 2
Views: 5927

Re: Reset ErrorLevel to "0" manually?

Thanks Hendrik...the below works fine :-)

Code: Select all

If "%ErrorLevel%" == "12345678" Then "Set:ResetErrorLevel" EndIf

[Set:ResetErrorLevel]
Call CMD /C EXIT 0
by skdb
03. Dec 2013, 08:38
Forum: Sonstige Themen
Topic: Forum down, Fehlermeldungen
Replies: 4
Views: 6650

Re: Forum down, Fehlermeldungen

Not sure if this is also related but I am getting attched errors on this forum using Firefox.
by skdb
02. Dec 2013, 16:25
Forum: Packaging
Topic: Reset ErrorLevel to "0" manually?
Replies: 2
Views: 5927

Reset ErrorLevel to "0" manually?

In the setup.inf, is it possible to reset the ErrorLevel to "0" manually?

For example -
If "%ErrorLevel%" == "12345678" Then "Set:ResetErrorLevel" EndIf

[Set:ResetErrorLevel]
Set ERRORLEVEL = "0"

(I have tried the above and debugger says invalid)
by skdb
14. Nov 2013, 09:17
Forum: Packaging
Topic: SHAREDLL - not to be asked to delete
Replies: 4
Views: 6355

Re: SHAREDLL - not to be asked to delete

After several tests, it looks like you are right. Thank you. :D
by skdb
13. Nov 2013, 07:39
Forum: Packaging
Topic: SHAREDLL - not to be asked to delete
Replies: 4
Views: 6355

Re: SHAREDLL - not to be asked to delete

Standard being used is /AW /S2
In Editor using no deployment parameters is same result.
by skdb
12. Nov 2013, 15:19
Forum: Packaging
Topic: SHAREDLL - not to be asked to delete
Replies: 4
Views: 6355

SHAREDLL - not to be asked to delete

When packaging DLL / OCX files, I started to use the Copy command with the SHAREDLL option and understood the method behind it but found that when the count is 0 for the file when deleting / uninstalling the package, that the "This shared dll is no longer in use, would you like to delete this f...
by skdb
23. Mar 2005, 17:45
Forum: Installation und Verteilung
Topic: Simple Registry Package Install Error
Replies: 1
Views: 3210

Simple Registry Package Install Error

Hi, I am attempting to create a simple setup.inf to create (On Installation) a new Key for the Energy Options in WinXP+SP1 (English) and to turn off the Default Screensaver. Every time the Package is attempted to install, an error accurs: (Listed Below) By a De-Install, the Error does not accur. In ...

Go to advanced search