Jump to content

Recommended Posts

Posted

trying to rebuild an application into a msi

never had a problem with previous versions of it.

using winstall LE

 

it fails to create an msi but I am left with a NAI file I can convert, except stuck with 1 severe error

 

Severity:1

Message:

Error: attempt to write a null value to a non-nullable field (Directory.DefaultDir).

 

the only mention of nul in the file is

 

@FILES

\NUL::@ProgFiles\Promissor\

\NUL::@ProgFiles\Promissor\Administrator\CodeBase\

 

 

not sure if that's relevant to the problem or not. anyone can help me out here?

Posted

havent really used winintall

 

first off

 

Is this a clean install pc, this is recommened when converting packages

 

 

What I woud say, this program has never failed for me. Reinstall the operating system again and install admin studio demo, and use the converter package on that,,,,, Most recommened

  • 1 month later...
Posted

The latest versions of promissor administrator extract an msi to your temporary folder.

 

While the installer is still running copy these files to your deployment folder.

 

You need to run the msi as following to set the datapath

 

Administrator.msi datapath="datapath to your server"

 

I expect this can be done via gpo by adding an argument to it?

 

Ben

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...