1) Is there a way to create a shortcut in the startup folder so an application will start each time the user logs in?
2) I need to run a separate exe to install my SQL database (SQLPackager). I want to run it from the install CD/DVD and not have to copy the file locally to run the install. Is there a way to do this?
3) When you create a custom form, how to you tell the program what form it is after and before? What controls the order the forms are loaded?
General Questions
1) Yes there is a way to create a shortcut wherever you want on the target machine
2) You can do this also. You can include the file you want into the Support Files or even leave it on the cd , and using MSICode easily execute it.
3) It's controlled by MSICode and Dialog commands.
2) You can do this also. You can include the file you want into the Support Files or even leave it on the cd , and using MSICode easily execute it.
3) It's controlled by MSICode and Dialog commands.
Panagiotis Kefalidis
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation
Re: General Questions
smehaffie wrote:1) Is there a way to create a shortcut in the startup folder so an
application will start each time the user logs in?
Yes, e.g when you define your setup globals use
Get Folder Location Start Menu->Startup Group into STARTUPSHORTCUTFILES
where STARTUPSHORTCUTFILES is a variable name you define. Then you can use it
to create your shortcuts.
smehaffie wrote:3) When you create a custom form, how to you tell the program
what form it is after and before? What controls the order the forms are loaded?
Have a look at how it's done with the other forms.
Create a new label at the position between the other labels where you want your form
to pop up, give it a meaningful name, then call Define dialog with the name of your form
as parameter. After that add the commands you want to be executed when the form
gets closed.
Again, just compare how the other forms are handled.
Best regards
pfennig
pfennig
Gizm0 wrote:1) Yes there is a way to create a shortcut wherever you want on the target machine
2) You can do this also. You can include the file you want into the Support Files or even leave it on the cd , and using MSICode easily execute it.
3) It's controlled by MSICode and Dialog commands.
#2) I guess my question is how do I tell it to execute from the CD, since I will not know what drive letter each users CD drive is. Is there a variable I can use to tell it to execute the file from the root of the install CD or a sub-directory on the install CD.
Open help and look at "Pre-Defined Variables".
EXEDIR: The folder containing the setup executable itself.
EXEDIR: The folder containing the setup executable itself.
Martin Rothschink
InstallAware MVP
AxoNet Software GmbH
http://www.axonet.de/products/other-pro ... stallaware
InstallAware MVP
AxoNet Software GmbH
http://www.axonet.de/products/other-pro ... stallaware
Who is online
Users browsing this forum: No registered users and 95 guests