#1
|
|||
|
|||
Publish to exe Script
I am trying to create new versions of my software on the fly - currently the software is only available on the desktop. For example, I want to have the capability for a user to select certain parameters on our website and then have a new version created for them with those specified parameters. Is it possible to run the "File-->Publish as EXE" command from a script to create a new executable of our software? If not, does anyone have any suggestions on how to go about this?
Thanks, Chris |
#2
|
|||
|
|||
Yes, this should be possible. Here are the steps you need to follow:
|
#3
|
|||
|
|||
Thanks for the response!
|
#4
|
|||
|
|||
I attempted to use vizard.exe -publish, and it just launches vizard. Has this feature been removed?
|
#5
|
|||
|
|||
Try specifying the path to the vizard.exe in the bin folder:
"C:\Program Files (x86)\WorldViz\Vizard4\bin\vizard.exe" -publish "C:\MyScript\MyDemo.xml" |
#6
|
|||
|
|||
Gave that a shot, no luck. If it finds the file and begins publishing but runs into an error, will it report back in any way? Should I reroute stderr?
|
#7
|
|||
|
|||
When you publish the first time from the Vizard GUI is there any problem?
|
#8
|
|||
|
|||
Hello ,
it's an old topic , but i have the same problem as Adam. i'm using Vizard 5 and i tried to do this as explained above "C:\Program Files (x86)\WorldViz\Vizard5\bin\vizard.exe" -publish "C:\Users\USERNAME\Desktop\SETTINGS_FILE.xml” it doesn't show up with any thing and the exe file doesn't be generated beside the XML file as Jeff said. and yes when i have published first time from Vizard GUI , it published the exe without any problems and was working fine. and i've used the "publish settings" XML file from the "Finished Building" step. and i have ensured that the bin file path working fine because when i run "C:\Program Files (x86)\WorldViz\Vizard5\bin\vizard.exe" this it opens the Vizard IDE successfully ! please help ! |
Tags |
exe, on the fly, publish |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
starting Vizard from a Python script | hotspur1 | Vizard | 12 | 06-12-2019 01:03 PM |
Simplest script not working | vasiliys | Vizard | 2 | 10-25-2011 11:24 AM |
script file available - but missing | spdegabrielle | Vizard | 1 | 05-06-2009 11:04 AM |
Publish EXE with win32com | djdesmangles | Vizard | 7 | 08-13-2008 04:49 PM |
Intersense Script | wouters | Vizard | 2 | 04-07-2008 01:59 PM |