Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting our ICON to register with installshield
Message
General information
Forum:
Visual FoxPro
Category:
InstallShield
Miscellaneous
Thread ID:
00943777
Message ID:
00944081
Views:
14
Terry,

Something like
ccBUILDACTION_BUILDEXE = 3
lcProject = "test"
Modify Project (lcProject) NOWAIT NOSHOW
loProj = _VFP.ActiveProject
...
loProj.Icon = "..."
...
loProj.Build(lcProject, ccBUILDACTION_BUILDEXE)
loProj.Close()
>I use PRGs to build my projects and executables (old fashion - or too Yankee:). How would I attach the icon to my project in code?
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform