Jump to content
Macro Express Forums

Me Advanced Installation


jowensii

Recommended Posts

I'm trying to create an Advanced Installation for ME following the ME Help topic.

 

My command line looks like this:

"N:\Info Resources\Desktop Setup\Macro Express\Macro Express v3_5c.exe" /S /M=N:\Info Resources\Desktop Setup\CoPath\Macro Express\CoPath_ME_Setup.txt

 

Here's my CoPath_ME_Setup.txt setup file:

STARTUP=Y
LAUNCHNOW=Y
QUICKSTARTNOW=NP
REBOOT=N
LICENSENAME="REMOVED for POST"
LICENSECODE="REMOVED for POST"
CONFIGFILEPATH=N:\Info Resources\Desktop Setup\CoPath\Macro Express\Copath Label.mcf
NOEDITOR=N
HOHELP=N
NOICONS=N

 

The Advance installation runs silently but none of my parameters defined above are set. Quickstart runs, License info is not set, Config settings are default instead of the ones set in my MCF file.

 

Any ideas what I may be doing wrong?

Link to comment
Share on other sites

Hello J Owen!

 

I'm wondering what will happen if you wrap the fullpath file names with quotation marks:

 

"N:\Info Resources\Desktop Setup\CoPath\Macro Express\CoPath_ME_Setup.txt"

 

"N:\Info Resources\Desktop Setup\CoPath\Macro Express\Copath Label.mcf"

Link to comment
Share on other sites

Jowensii,

 

I think Joe is right. Particularly for the command line:

 

"N:\Info Resources\Desktop Setup\Macro Express\Macro Express v3_5c.exe" /S /M="N:\Info Resources\Desktop Setup\CoPath\Macro Express\CoPath_ME_Setup.txt"

 

Another thing to consider would be to change to the N:\Info Resources\Desktop Setup\Macro Express folder.

 

It may also simplify things if the installation .exe, the setup .txt file, and the .mcf file were all in the same folder. Then if you changed to that folder your command line would look like this:

"Macro Express v3_5c.exe" /S /M=CoPath_ME_Setup.txt

You might also want to remove the space in the .mcf filename so your setup.txt file would look like this:

STARTUP=Y
LAUNCHNOW=Y
QUICKSTARTNOW=NP
REBOOT=N
LICENSENAME="REMOVED for POST"
LICENSECODE="REMOVED for POST"
CONFIGFILEPATH=Copath_Label.mcf
NOEDITOR=N
HOHELP=N
NOICONS=N

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...