The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
hey guys.how do I, in pure InstallScript project, manipulate services?I would like to add service and start it(that's easy to do), but I would also like to set the startup type, the recovery option, the dependencies, etc.How do I do that?Thanks,Guy.
guys, please help -I have an installer, InstallScript project, which have 30 features.I want to build from command line, but I want to remove some features from the project. What is the best way to do that?Is there a way to assign build directive to ...
Hi.This is the second time I'm asking here, please help if you can.What is the exact purpose of the FTP and HTTP properties in features / components? Can it be used for downloading their files from the internet?I'm using InstallScript project.If I'm ...
Hey all..From In InstallShield manual -Due to the nature of DOS, when you launch Setup.exe from the command line, a DOS prompt is quickly returned although Setup.exe is still in memory. Now, I need to run uninstallation of another setup.exe from my i...
hey there.how do I retrieve the TITLE field from a file? you know, when you right-click a file, there is a summary tab. within, there are some fields. How do I get these in installScript (not MSI project)?ThanksGuy.
Hi Michael.Thank you for your reply.The problem is that release flags are not available in InstallScript projects.The closest thing I found is using the Features field in the Release view. This way I can choose which features to include in a specific...
arsirantala,regarding the autoit script you said you've wrote for running setup.exe and wait for it to finish...is it possible for you the share this script? can this script be embedded with installScript? in what way? can u pass parameters to this a...
Hey Leigh.What do you mean by set a feature to either ftp or http? by doing so, the files won't be in the installer exe? also, do you need to place the feature's files in the ftp location manually, or InstallShield does it for you, once compiling?tha...