Search found 8 matches

Go to advanced search

by Uniwares_AS
Tue Dec 09, 2008 9:50 pm
Forum: Common Problems
Topic: Talk about cryptic errors
Replies: 2
Views: 3579
 
Jump to post

Re: Talk about cryptic errors

I found what caused it: I had inserted a SQL Browse dialog for testing, removed it later but didnt change the link from the "Next" button, so the button still referred to a dialog which didnt exist anymore.
by Uniwares_AS
Tue Dec 09, 2008 12:46 am
Forum: Common Problems
Topic: Talk about cryptic errors
Replies: 2
Views: 3579
 
Jump to post

Talk about cryptic errors

[ DefaultBuild ]
Creating MSI database (en)... Exception - Reason: Error calling Msi API: 1627 Method: MsiViewExecute Table: ControlEvent. Extended Error:
1: 2259 2: C:\Temp\AIT7A7B.tmp 3: 4: .

Build finished because an error was encountered.

There is not much that could be done to make it less ...
by Uniwares_AS
Tue Nov 20, 2007 7:46 pm
Forum: Common Problems
Topic: Error 1923 installing a Service
Replies: 9
Views: 110893
 
Jump to post

Resolved and a feature request

If it is required to install a service under a specific limited account like the NetworkService account, the installer has to follow these steps
1) create a customaction for each OS that needs a different account name
2) set SERVICEACCOUNT to the account name for the OS in a CostFinalize custom ...
by Uniwares_AS
Tue Nov 20, 2007 1:56 pm
Forum: Common Problems
Topic: Error 1923 installing a Service
Replies: 9
Views: 110893
 
Jump to post

PRODUCTNAME does not refer to the property but is the actual service name as it appears in the eventlog entry (so please substitute PRODUCTNAME with MYDUMMYSERVICE or whatever).

All the steps of the tutorial - as far as they apply - are followed.

And sorry for posting in the wrong forum, not sure ...
by Uniwares_AS
Tue Nov 20, 2007 1:17 pm
Forum: Common Problems
Topic: Error 1923 installing a Service
Replies: 9
Views: 110893
 
Jump to post

Error 1923 installing a Service

Hi, the package I created does install a service as a component, anyway installation always fails with the following:

Product: PRODUCTNAME -- Error 1923. Service 'PRODUCTNAME Service' (PRODUCTNAME Service) could not be installed. Verify that you have sufficient privileges to install system ...
by Uniwares_AS
Wed Oct 10, 2007 1:05 am
Forum: Common Problems
Topic: SetVersion -fromfile option and its use in the UI
Replies: 1
Views: 3554
 
Jump to post

SetVersion -fromfile option and its use in the UI

I am just wondering if there is an equivalent for the -fromfile option in the UI or not.
Actually I would like to create an setup that is built automatically and i dont want to change the version every time manually or by using the commandline SetVersion command.
Just selecting one of the files from ...
by Uniwares_AS
Thu Oct 04, 2007 1:41 pm
Forum: Common Problems
Topic: Installing service under different account depending on OS
Replies: 6
Views: 9055
 
Jump to post

Works like a charm. Thank you very much.

Although I got a bit confused by the smartedit field for the service account name. After creating the custom actions, I went to change the service settings and entered the name of the property in the field - the smartedit insisted that the property was ...
by Uniwares_AS
Thu Oct 04, 2007 1:11 am
Forum: Common Problems
Topic: Installing service under different account depending on OS
Replies: 6
Views: 9055
 
Jump to post

Installing service under different account depending on OS

Right, I am trying to install a service either under the NETWORK SERVICE account if the operating system is Windows 2003 or later, but LOCALSYSTEM on any other OS.

Questions:
1) how do I set the condition for the service account setting?
2) what to put in the password field for the NETWORK SERVICE ...

Go to advanced search