Warning: I am a total newbie, so thanks in advance for your patience. Three questions:
IF XP, THEN Install to %ALLUSERSPROFILE%\Desktop
IF Vista, 7 or 8 later, THEN install to %PUBLIC%\Public Desktop
ELSE Unsupported OS, Contact Support"
2 How would I change it to install to only the current user’s desktop in the scenarios above?
3 If you create a custom variable, where and how do you define it?
- I have a one component (other than Main) package that I want to install to a folder placed on all user’s desktops. How do I write this (see below) and where in Paquet Builder do I put it? I have Paquet Builder 3.2.
IF XP, THEN Install to %ALLUSERSPROFILE%\Desktop
IF Vista, 7 or 8 later, THEN install to %PUBLIC%\Public Desktop
ELSE Unsupported OS, Contact Support"
2 How would I change it to install to only the current user’s desktop in the scenarios above?
3 If you create a custom variable, where and how do you define it?