Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a stand alone .exe
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00184631
Message ID:
00184896
Views:
18
>When creating a stand alone .exe we find two problems
>with the built in Fox version...
>1. There seems to be no way to put a license agreement into the
> setup, prior to installing the program

Not within the Setup Wizard itself.

>2. We seem to have problem getting VPFox 5 to install a desktop
> icon under Win98.
>

Setup Wizard only creates icons directly in the Start menu; you can easily write a post-setup executable that uses either an OLE Automation object like WSH's Wscript.Shell, or a wrapper .DLL for the IShellLink API, like George Tasker's available here on UT, to create the shortcut for you with a VFP application.

>Does anyone know how to solve the above...OR... the name of a
>good setup program?
>

I use InstallShield Pro; it's expensive, but there hasn't been anything that I couldn't accomplish using it in conjunction with a runtime install created via Setup Wizard (I fire the Setup Wizard created runtime install silently from within my InstallShield script.) There's a big learning curve compared to many of the other products available now.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform