jowensii Posted June 24, 2005 Report Share Posted June 24, 2005 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? Quote Link to comment Share on other sites More sharing options...
joe Posted June 24, 2005 Report Share Posted June 24, 2005 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" Quote Link to comment Share on other sites More sharing options...
kevin Posted June 24, 2005 Report Share Posted June 24, 2005 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.