Nov 09, 2009
04:33 AM
pass [SystemFolder] in the arguments in place of [SystemFolder112].
... View more
Nov 05, 2009
12:47 AM
Go to Installation Designer -> Installation Information -> General Information -> Product properties. Here you will find a property INSTALLDIR. Change the value to [WindowsVolume]MyApplication. The default destination will be changed to C:\MyApplication\ instead of C:\Program Files\MyApplication. For InstallScript projects—TARGETDIR, initialized by default to PROGRAMFILES ^ IFX_COMPANY_NAME ^ IFX_PRODUCT_NAME in the default script code for the OnFirstUIBefore event handler function. you can change this to WINDOWSVOLUME ^ IFX_PRODUCT_NAME to fulfill your requirement. Hope this will work.
... View more
Oct 31, 2009
12:55 AM
I have a InstallScript MSI project. My setup is not creating shortcut for all users. Its creating only for the current user. How can i create shortcut which will be available for all users?
... View more
Labels
- Labels:
-
InstallShield 2008
Oct 28, 2009
04:32 AM
Hi cbragg, INSTALLDIR is the location where the application files gets installed but the SRCDIR or SETUPEXEDIR is the location where the setup.exe or the msi package resides during the installation. and i think Naveed is asking about SETUPEXEDIR not the INSTALLDIR.
... View more
Oct 27, 2009
11:47 PM
for installscript it is SRCDIR. there should be same for VBscript too.
... View more
Oct 27, 2009
11:44 PM
My machine is also working fine with the three versions which lordmaxx have.
... View more
Oct 27, 2009
07:08 AM
Hopefully, this is a permission issue in vista/Win7. Try to register manually using regsvr32.exe by providing the full path of the OCX. Run the cmd as administrator. Check if it works or not.
... View more
Oct 13, 2009
06:54 AM
Call the function ModifyWebConfig() just before the appearance of finish dialog SdFinishEx. It wont give the error. and also provide the file path as follows : strFileName = INSTALLDIR ^ "mobile.xml";
... View more
Oct 13, 2009
05:22 AM
Delete the file from installscript if the user selects modify. The setup will automatically restore the original file during modify if its deleted.
... View more
Oct 13, 2009
05:11 AM
THis is component code not of one your component. Click on any of the component and check the code on the properties part.
... View more
Oct 12, 2009
11:15 PM
Go to the FIles and folders. right click the file and go to properties. Here you will find a check box 'Always overwrite'. THis will solve your problem
... View more
Oct 12, 2009
06:42 AM
Try the following command: szcommand= PATH ^ "registeration.vbs -i"; LaunchAppAndWait("Cscript.exe" , szcommand, LAAW_OPTION_WAIT); I think you are facing problem due the first parameter passed in the launchappandwait , which includes quotes and without quotes.
... View more
Oct 08, 2009
11:06 PM
Win7 and Vista does not allow to create or modify registry keys in some areas even if the user has admin rights. in XP you can do. Check with the msdn for detailed information.
... View more
Oct 07, 2009
06:33 AM
Go to installation designer -> behavior and logic -> support files/billboards ->support files ->language independent. Copy your licanse.rtf file here. The setup will copy the file into the temp folder during installation. you can check your temp folder during installation to see this file. There will be a unique folder created by setup and the file will be placed into it. that is the SUPPORTDIR. hope this will help.
... View more
Latest posts by ChandanOmkar
Subject | Views | Posted |
---|---|---|
756 | Dec 03, 2010 01:58 AM | |
719 | Jan 19, 2010 06:51 AM | |
806 | Jan 11, 2010 11:27 PM | |
1015 | Jan 06, 2010 06:57 AM | |
1015 | Jan 06, 2010 06:14 AM | |
675 | Dec 30, 2009 06:07 AM | |
504 | Dec 20, 2009 11:01 PM | |
1922 | Dec 07, 2009 10:31 PM | |
837 | Dec 01, 2009 05:27 AM | |
837 | Nov 30, 2009 02:42 AM |
Activity Feed
- Posted Re: Silent install not working for more than one feature on InstallShield Forum. Dec 03, 2010 01:58 AM
- Posted Re: Uninstalling Previous Version of Software? on InstallShield Forum. Jan 19, 2010 06:51 AM
- Posted Re: Deploying a website using Installscript project on InstallShield Forum. Jan 11, 2010 11:27 PM
- Posted Re: How to merge two buttons "Change" and "Remove" on InstallShield Forum. Jan 06, 2010 06:57 AM
- Posted Re: How to merge two buttons "Change" and "Remove" on InstallShield Forum. Jan 06, 2010 06:14 AM
- Posted Re: Where to put some files... on InstallShield Forum. Dec 30, 2009 06:07 AM
- Posted Re: run an event of another script on InstallShield Forum. Dec 20, 2009 11:01 PM
- Posted Re: Issue using Self-registration property of Installshield 12 or higher on windows vista on InstallShield Forum. Dec 07, 2009 10:31 PM
- Posted Re: How to run an executable from InstallScript installer? on InstallShield Forum. Dec 01, 2009 05:27 AM
- Posted Re: auto unisntall and install on InstallShield Forum. Nov 30, 2009 02:42 AM
- Posted Re: auto unisntall and install on InstallShield Forum. Nov 30, 2009 01:12 AM
- Posted Re: prevent removal of certain features during uninstall on InstallShield Forum. Nov 26, 2009 03:32 AM
- Posted Re: SelfRegistering a DLL not working on InstallShield Forum. Nov 25, 2009 10:44 PM
- Posted Re: SelfRegistering a DLL not working on InstallShield Forum. Nov 23, 2009 06:33 AM
- Posted Re: Choosing proyect type on InstallShield Forum. Nov 21, 2009 12:02 AM
- Posted Re: prevent removal of certain features during uninstall on InstallShield Forum. Nov 20, 2009 06:16 AM
- Posted Re: Fatal Error:0 on InstallShield Forum. Nov 19, 2009 04:53 AM
- Posted Re: Fatal Error:0 on InstallShield Forum. Nov 19, 2009 04:36 AM
- Posted Re: how to set Admin privildege for Msiexec.exe on InstallShield Forum. Nov 18, 2009 10:48 PM
- Posted Re: Error in silent mode: ResultCode=-3 on InstallShield Forum. Nov 18, 2009 12:30 AM