Hi,
You can keep your current features and you don't need to replace any of them. Under the "Common" feature you can add the prerequisite features which are always installed, no matter on what system the package runs.
Regards,
Cosmin
The custom actions should be "Deferred with no impersonation" instead of "Deferred" so they can run with full privileges on Vista and Windows 7. Also, you didn't set conditions for them using the VersionNT and VersionNT64 properties.Please could you have a quick look at the attach setup.aip let me know if it is ok ?
You can create the "inetpub\wwwroot" folders under "Windows Volume" in the "Files and Folders" page and place the files there. Another approach is to use file copy operations.One thing I need to do is copy files from the \extras\wwwroot folder into c:\inetpub\wwwroot folder. How would I do this please ?
You can install registry entries by using the "Registry" page. Unfortunately this cannot be done with the package after a machine reboot.I also need to import registry entries after reboot is this possible ?
To run an installed file you can use a "New Installed Custom Action" in the "Custom Actions" page. I'm not sure I understand what you mean by running it on a feature, can you please give me more details about this?how would I run a VBS script and an EXE file from the APPDIR on the Protect Feature ?
This happens because of a bug in the bootstrapper. A fix will be included in the next version which is scheduled for release in the near future.I think I have the condition sets wrong as all the 64bit an 32bit apps seem to be called during the preqs.
Yes, this is a solution. Please note that 32-bit prerequisites should use the condition:You have to set conditions on preqs and on the files themselves in organization right ?
Code: Select all
NOT VersionNT64
Yes, these conditions will make sure that the prerequisites are installed correctly, even though there is a bug in the bootstrapper. The conditions are a workaround for the bug.Are all my conditions set right now except I need to change VersionNT to NOT VersionNT64 for the 32 bit ?
For the 32-bit prerequisites you need to change VersionNT to NOT VersionNT64.Ok so just to confirm, I need to ensure I change NTVersion to NOT NTVersion64 on the preqs or the files ?
The other settings seem to be correct. Please make sure you fully test your trial installer before deciding to purchase a license.Then everything else is right ?